@powerlines/plugin-env 0.16.197 → 0.16.199

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";
@@ -28,7 +28,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
28
28
  TEST: boolean;
29
29
  DEBUG: boolean;
30
30
  STACKTRACE: boolean;
31
- RUNTIME: "edge" | "browser" | "nodejs" | "workerd" | undefined;
31
+ RUNTIME: "browser" | "nodejs" | "workerd" | "edge" | undefined;
32
32
  ENVIRONMENT: string;
33
33
  };
34
34
  declare function loadEnv<TEnv extends DotenvParseOutput = DotenvParseOutput>(context: EnvPluginContext, options: EnvPluginOptions): Promise<TEnv>;
@@ -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";
@@ -28,7 +28,7 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
28
28
  TEST: boolean;
29
29
  DEBUG: boolean;
30
30
  STACKTRACE: boolean;
31
- RUNTIME: "edge" | "browser" | "nodejs" | "workerd" | undefined;
31
+ RUNTIME: "browser" | "nodejs" | "workerd" | "edge" | undefined;
32
32
  ENVIRONMENT: string;
33
33
  };
34
34
  declare function loadEnv<TEnv extends DotenvParseOutput = DotenvParseOutput>(context: EnvPluginContext, options: EnvPluginOptions): Promise<TEnv>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.16.197",
3
+ "version": "0.16.199",
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,13 +119,13 @@
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.9.3",
123
- "@powerlines/deepkit": "^0.9.3",
124
- "@powerlines/plugin-alloy": "^0.26.89",
125
- "@powerlines/plugin-automd": "^0.1.469",
126
- "@powerlines/plugin-babel": "^0.13.5",
127
- "@powerlines/plugin-deepkit": "^0.11.351",
128
- "@powerlines/plugin-plugin": "^0.12.420",
122
+ "@powerlines/core": "^0.9.5",
123
+ "@powerlines/deepkit": "^0.9.5",
124
+ "@powerlines/plugin-alloy": "^0.26.91",
125
+ "@powerlines/plugin-automd": "^0.1.471",
126
+ "@powerlines/plugin-babel": "^0.13.7",
127
+ "@powerlines/plugin-deepkit": "^0.11.353",
128
+ "@powerlines/plugin-plugin": "^0.12.422",
129
129
  "@storm-software/config-tools": "^1.190.2",
130
130
  "@stryke/capnp": "^0.12.101",
131
131
  "@stryke/convert": "^0.7.6",
@@ -140,9 +140,9 @@
140
140
  "automd": "^0.4.3",
141
141
  "c12": "^3.3.4",
142
142
  "defu": "^6.1.7",
143
- "powerlines": "^0.47.8"
143
+ "powerlines": "^0.47.10"
144
144
  },
145
145
  "devDependencies": { "@types/node": "^25.7.0", "vite": "^8.0.12" },
146
146
  "publishConfig": { "access": "public" },
147
- "gitHead": "e5d8383bd361a99563985879776392fb679cbbe4"
147
+ "gitHead": "7fbe7d8d2ab955afc2df5f04ed03a0d101af1b57"
148
148
  }