From a5a5578bd7c58809c8a6fc39b25800da2682cdfe Mon Sep 17 00:00:00 2001 From: Ben Lmsc <29871193+ARKHN3B@users.noreply.github.com> Date: Sun, 1 Aug 2021 21:32:16 +0200 Subject: [PATCH 1/2] Update plugins.json This plugin allows you to transfer environment variables in the runtime of your application from those declared in your netlify.toml file and which are only executed at build time. You can even override variables defined in the Netlify UI! --- site/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 7e19a758b..0a29b6547 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -547,5 +547,13 @@ "package": "netlify-plugin-cecil-cache", "repo": "https://github.com/Cecilapp/netlify-plugin-cecil-cache", "version": "0.2.5" + }, + { + "author": "Ben Lmsc", + "description": "Make some environment variables available only at build time in the runtime of your application.", + "name": "Use Env in Runtime", + "package": "netlify-plugin-use-env-in-runtime", + "repo": "https://github.com/ARKHN3B/netlify-plugin-use-env-in-runtime", + "version": "1.1.0" } ] From 4a2a4bc293f6e759a9512eca5e2e7d12d7244d9e Mon Sep 17 00:00:00 2001 From: Ben Lmsc Date: Mon, 9 Aug 2021 19:17:51 +0200 Subject: [PATCH 2/2] chore(site/plugins.json) - update plugin version --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index 0a29b6547..d15c3b46f 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -554,6 +554,6 @@ "name": "Use Env in Runtime", "package": "netlify-plugin-use-env-in-runtime", "repo": "https://github.com/ARKHN3B/netlify-plugin-use-env-in-runtime", - "version": "1.1.0" + "version": "1.2.1" } ]