@powerlines/plugin-env 0.16.201 → 0.16.203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/helpers/load.d.cts +1 -1
- package/dist/helpers/load.d.mts +1 -1
- package/package.json +11 -11
package/dist/helpers/load.d.cts
CHANGED
|
@@ -20,7 +20,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
20
20
|
RELEASE_TAG: string;
|
|
21
21
|
DEFAULT_LOCALE: string | undefined;
|
|
22
22
|
DEFAULT_TIMEZONE: string | undefined;
|
|
23
|
-
LOG_LEVEL: "
|
|
23
|
+
LOG_LEVEL: "error" | "warn" | "info" | "debug" | "silent";
|
|
24
24
|
ERROR_URL: string | undefined;
|
|
25
25
|
ORGANIZATION: string | undefined;
|
|
26
26
|
PLATFORM: "node" | "browser" | "neutral";
|
package/dist/helpers/load.d.mts
CHANGED
|
@@ -20,7 +20,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
20
20
|
RELEASE_TAG: string;
|
|
21
21
|
DEFAULT_LOCALE: string | undefined;
|
|
22
22
|
DEFAULT_TIMEZONE: string | undefined;
|
|
23
|
-
LOG_LEVEL: "
|
|
23
|
+
LOG_LEVEL: "error" | "warn" | "info" | "debug" | "silent";
|
|
24
24
|
ERROR_URL: string | undefined;
|
|
25
25
|
ORGANIZATION: string | undefined;
|
|
26
26
|
PLATFORM: "node" | "browser" | "neutral";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.203",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
|
|
6
6
|
"keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
120
120
|
"@babel/core": "8.0.0-rc.5",
|
|
121
121
|
"@babel/types": "8.0.0-rc.5",
|
|
122
|
-
"@powerlines/core": "^0.
|
|
123
|
-
"@powerlines/deepkit": "^0.
|
|
124
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
125
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
126
|
-
"@powerlines/plugin-babel": "^0.13.
|
|
127
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
128
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
129
|
-
"@powerlines/schema": "^0.
|
|
122
|
+
"@powerlines/core": "^0.15.0",
|
|
123
|
+
"@powerlines/deepkit": "^0.8.65",
|
|
124
|
+
"@powerlines/plugin-alloy": "^0.26.95",
|
|
125
|
+
"@powerlines/plugin-automd": "^0.1.475",
|
|
126
|
+
"@powerlines/plugin-babel": "^0.13.11",
|
|
127
|
+
"@powerlines/plugin-deepkit": "^0.11.357",
|
|
128
|
+
"@powerlines/plugin-plugin": "^0.12.426",
|
|
129
|
+
"@powerlines/schema": "^0.11.0",
|
|
130
130
|
"@storm-software/config-tools": "^1.190.2",
|
|
131
131
|
"@stryke/capnp": "^0.12.101",
|
|
132
132
|
"@stryke/convert": "^0.7.6",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"automd": "^0.4.3",
|
|
142
142
|
"c12": "^3.3.4",
|
|
143
143
|
"defu": "^6.1.7",
|
|
144
|
-
"powerlines": "^0.47.
|
|
144
|
+
"powerlines": "^0.47.14"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": { "@types/node": "^25.7.0", "vite": "^8.0.12" },
|
|
147
147
|
"publishConfig": { "access": "public" },
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "fe87fe05c5511a117c6a16cce694b1854799f515"
|
|
149
149
|
}
|