@powerlines/plugin-env 0.16.212 → 0.16.213

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.
@@ -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: "browser" | "nodejs" | "workerd" | "edge" | undefined;
31
+ RUNTIME: "edge" | "browser" | "nodejs" | "workerd" | undefined;
32
32
  ENVIRONMENT: string;
33
33
  };
34
34
  declare function loadEnv<TEnv extends DotenvParseOutput = DotenvParseOutput>(context: EnvPluginContext, options: EnvPluginOptions): Promise<TEnv>;
@@ -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: "browser" | "nodejs" | "workerd" | "edge" | undefined;
31
+ RUNTIME: "edge" | "browser" | "nodejs" | "workerd" | 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.212",
3
+ "version": "0.16.213",
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"],
@@ -121,7 +121,7 @@
121
121
  "@babel/types": "8.0.0-rc.5",
122
122
  "@powerlines/core": "^0.15.4",
123
123
  "@powerlines/deepkit": "^0.9.3",
124
- "@powerlines/plugin-alloy": "^0.26.104",
124
+ "@powerlines/plugin-alloy": "^0.26.105",
125
125
  "@powerlines/plugin-automd": "^0.1.484",
126
126
  "@powerlines/plugin-babel": "^0.13.20",
127
127
  "@powerlines/plugin-deepkit": "^0.11.366",
@@ -145,5 +145,5 @@
145
145
  },
146
146
  "devDependencies": { "@types/node": "^25.8.0", "vite": "^8.0.13" },
147
147
  "publishConfig": { "access": "public" },
148
- "gitHead": "a24d899629200556d776cd7971bf06d0b15fb541"
148
+ "gitHead": "55056ff6a43e73194445fac22586c02b7241e739"
149
149
  }