@powerlines/plugin-env 0.16.359 → 0.16.361

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.
@@ -19,7 +19,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
19
19
  RELEASE_TAG: string;
20
20
  DEFAULT_LOCALE: string | undefined;
21
21
  DEFAULT_TIMEZONE: string | undefined;
22
- LOG_LEVEL: "error" | "warn" | "info" | "debug" | "silent";
22
+ LOG_LEVEL: "silent" | "error" | "warn" | "info" | "debug";
23
23
  ERROR_URL: string | undefined;
24
24
  ORGANIZATION: string | undefined;
25
25
  PLATFORM: "node" | "browser" | "neutral";
@@ -19,7 +19,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
19
19
  RELEASE_TAG: string;
20
20
  DEFAULT_LOCALE: string | undefined;
21
21
  DEFAULT_TIMEZONE: string | undefined;
22
- LOG_LEVEL: "error" | "warn" | "info" | "debug" | "silent";
22
+ LOG_LEVEL: "silent" | "error" | "warn" | "info" | "debug";
23
23
  ERROR_URL: string | undefined;
24
24
  ORGANIZATION: string | undefined;
25
25
  PLATFORM: "node" | "browser" | "neutral";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.16.359",
3
+ "version": "0.16.361",
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"],
@@ -252,12 +252,12 @@
252
252
  "@babel/types": "^8.0.4",
253
253
  "@power-plant/alloy-js": "^0.0.30",
254
254
  "@power-plant/schema": "^0.0.32",
255
- "@powerlines/core": "^0.48.76",
256
- "@powerlines/plugin-alloy": "^0.26.248",
257
- "@powerlines/plugin-automd": "^0.1.616",
258
- "@powerlines/plugin-babel": "^0.13.151",
259
- "@powerlines/plugin-plugin": "^0.12.567",
260
- "@powerlines/plugin-power-plant": "^0.1.11",
255
+ "@powerlines/core": "^0.48.78",
256
+ "@powerlines/plugin-alloy": "^0.26.250",
257
+ "@powerlines/plugin-automd": "^0.1.618",
258
+ "@powerlines/plugin-babel": "^0.13.153",
259
+ "@powerlines/plugin-plugin": "^0.12.569",
260
+ "@powerlines/plugin-power-plant": "^0.1.13",
261
261
  "@storm-software/config-tools": "^1.190.109",
262
262
  "@stryke/capnp": "^0.12.123",
263
263
  "@stryke/convert": "^0.7.27",
@@ -272,9 +272,9 @@
272
272
  "automd": "^0.4.3",
273
273
  "c12": "^3.3.4",
274
274
  "defu": "^6.1.7",
275
- "powerlines": "^0.47.155"
275
+ "powerlines": "^0.47.157"
276
276
  },
277
277
  "devDependencies": { "@types/node": "^25.9.5", "vite": "^8.1.5" },
278
278
  "publishConfig": { "access": "public" },
279
- "gitHead": "6ef5e5aae5e83a649b19d2506e74c1d7e1680011"
279
+ "gitHead": "25c3658d844e2a793f0ab286cea5aa1747066549"
280
280
  }