@powerlines/plugin-env 0.16.342 → 0.16.344

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.
@@ -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: "silent" | "error" | "warn" | "info" | "debug";
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";
@@ -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: "silent" | "error" | "warn" | "info" | "debug";
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.342",
3
+ "version": "0.16.344",
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"],
@@ -248,31 +248,31 @@
248
248
  "@alloy-js/json": "^0.23.0",
249
249
  "@alloy-js/markdown": "^0.23.0",
250
250
  "@alloy-js/typescript": "^0.23.0",
251
- "@babel/core": "8.0.0-rc.6",
252
- "@babel/types": "8.0.0-rc.6",
253
- "@powerlines/core": "0.48.60",
254
- "@powerlines/plugin-alloy": "0.26.231",
255
- "@powerlines/plugin-automd": "0.1.599",
256
- "@powerlines/plugin-babel": "0.13.134",
257
- "@powerlines/plugin-plugin": "0.12.550",
258
- "@powerlines/schema": "0.11.120",
259
- "@storm-software/config-tools": "^1.190.69",
260
- "@stryke/capnp": "^0.12.112",
261
- "@stryke/convert": "^0.7.16",
262
- "@stryke/env": "^0.20.103",
263
- "@stryke/fs": "^0.33.86",
264
- "@stryke/helpers": "^0.10.25",
265
- "@stryke/json": "^0.15.9",
266
- "@stryke/path": "^0.29.12",
267
- "@stryke/string-format": "^0.17.27",
268
- "@stryke/type-checks": "^0.6.18",
269
- "@stryke/types": "^0.12.13",
251
+ "@babel/core": "^8.0.1",
252
+ "@babel/types": "^8.0.0",
253
+ "@powerlines/core": "^0.48.61",
254
+ "@powerlines/plugin-alloy": "^0.26.233",
255
+ "@powerlines/plugin-automd": "^0.1.601",
256
+ "@powerlines/plugin-babel": "^0.13.136",
257
+ "@powerlines/plugin-plugin": "^0.12.552",
258
+ "@powerlines/schema": "^0.11.122",
259
+ "@storm-software/config-tools": "^1.190.83",
260
+ "@stryke/capnp": "^0.12.121",
261
+ "@stryke/convert": "^0.7.25",
262
+ "@stryke/env": "^0.20.112",
263
+ "@stryke/fs": "^0.33.95",
264
+ "@stryke/helpers": "^0.10.34",
265
+ "@stryke/json": "^0.15.18",
266
+ "@stryke/path": "^0.29.21",
267
+ "@stryke/string-format": "^0.17.36",
268
+ "@stryke/type-checks": "^0.6.27",
269
+ "@stryke/types": "^0.12.22",
270
270
  "automd": "^0.4.3",
271
271
  "c12": "^3.3.4",
272
272
  "defu": "^6.1.7",
273
- "powerlines": "0.47.138"
273
+ "powerlines": "^0.47.140"
274
274
  },
275
- "devDependencies": { "@types/node": "^25.9.3", "vite": "^8.0.16" },
275
+ "devDependencies": { "@types/node": "^25.9.4", "vite": "^8.1.0" },
276
276
  "publishConfig": { "access": "public" },
277
- "gitHead": "2378e0896bcd3f99c735faa3be578440c7ce0d2a"
277
+ "gitHead": "620d5b7c51f4d8b58e79ec602b222311439e7f33"
278
278
  }