@powerlines/plugin-env 0.13.13 → 0.13.15
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.ts +1 -1
- package/package.json +17 -17
package/dist/helpers/load.d.cts
CHANGED
|
@@ -45,7 +45,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
45
45
|
RELEASE_TAG: string;
|
|
46
46
|
DEFAULT_LOCALE: string | undefined;
|
|
47
47
|
DEFAULT_TIMEZONE: string | undefined;
|
|
48
|
-
LOG_LEVEL: "debug" | "error" | "
|
|
48
|
+
LOG_LEVEL: "debug" | "error" | "info" | "warn" | "trace" | null;
|
|
49
49
|
ERROR_URL: string | undefined;
|
|
50
50
|
ORGANIZATION: string | undefined;
|
|
51
51
|
PLATFORM: "node" | "browser" | "neutral" | undefined;
|
package/dist/helpers/load.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
|
|
|
45
45
|
RELEASE_TAG: string;
|
|
46
46
|
DEFAULT_LOCALE: string | undefined;
|
|
47
47
|
DEFAULT_TIMEZONE: string | undefined;
|
|
48
|
-
LOG_LEVEL: "debug" | "error" | "
|
|
48
|
+
LOG_LEVEL: "debug" | "error" | "info" | "warn" | "trace" | null;
|
|
49
49
|
ERROR_URL: string | undefined;
|
|
50
50
|
ORGANIZATION: string | undefined;
|
|
51
51
|
PLATFORM: "node" | "browser" | "neutral" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.15",
|
|
4
4
|
"type": "module",
|
|
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
|
"repository": {
|
|
@@ -179,29 +179,29 @@
|
|
|
179
179
|
"@alloy-js/typescript": "^0.20.0",
|
|
180
180
|
"@babel/core": "^7.28.5",
|
|
181
181
|
"@babel/types": "^7.28.5",
|
|
182
|
-
"@powerlines/alloy": "^0.11.
|
|
183
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
184
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
185
|
-
"@storm-software/config-tools": "^1.188.
|
|
186
|
-
"@stryke/capnp": "^0.12.
|
|
187
|
-
"@stryke/env": "^0.20.
|
|
188
|
-
"@stryke/fs": "^0.32.
|
|
189
|
-
"@stryke/json": "^0.9.
|
|
190
|
-
"@stryke/string-format": "^0.12.
|
|
191
|
-
"@stryke/type-checks": "^0.3.
|
|
192
|
-
"@stryke/types": "^0.10.
|
|
193
|
-
"powerlines": "^0.19.
|
|
182
|
+
"@powerlines/alloy": "^0.11.18",
|
|
183
|
+
"@powerlines/plugin-babel": "^0.12.18",
|
|
184
|
+
"@powerlines/plugin-plugin": "^0.11.17",
|
|
185
|
+
"@storm-software/config-tools": "^1.188.40",
|
|
186
|
+
"@stryke/capnp": "^0.12.21",
|
|
187
|
+
"@stryke/env": "^0.20.14",
|
|
188
|
+
"@stryke/fs": "^0.32.13",
|
|
189
|
+
"@stryke/json": "^0.9.5",
|
|
190
|
+
"@stryke/string-format": "^0.12.2",
|
|
191
|
+
"@stryke/type-checks": "^0.3.12",
|
|
192
|
+
"@stryke/types": "^0.10.2",
|
|
193
|
+
"powerlines": "^0.19.5"
|
|
194
194
|
},
|
|
195
195
|
"devDependencies": {
|
|
196
196
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
197
197
|
"@babel/preset-typescript": "^7.28.5",
|
|
198
|
-
"@powerlines/nx": "^0.10.
|
|
199
|
-
"@storm-software/tsup": "^0.2.
|
|
200
|
-
"@types/node": "^22.19.
|
|
198
|
+
"@powerlines/nx": "^0.10.9",
|
|
199
|
+
"@storm-software/tsup": "^0.2.38",
|
|
200
|
+
"@types/node": "^22.19.1",
|
|
201
201
|
"tsup": "8.4.0",
|
|
202
202
|
"typescript": "^5.9.3",
|
|
203
203
|
"vite": "^7.2.2"
|
|
204
204
|
},
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "041609f2ea8770273cff82b402e3abdc3fcd9133"
|
|
207
207
|
}
|