@powerlines/plugin-env 0.16.280 → 0.16.281

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.
@@ -24,11 +24,11 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
24
24
  ERROR_URL: string | undefined;
25
25
  ORGANIZATION: string | undefined;
26
26
  PLATFORM: "node" | "browser" | "neutral";
27
- MODE: "development" | "test" | "production";
27
+ MODE: "test" | "development" | "production";
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>;
@@ -24,11 +24,11 @@ declare function loadEnvFromContext(context: EnvPluginContext, parsed: DotenvPar
24
24
  ERROR_URL: string | undefined;
25
25
  ORGANIZATION: string | undefined;
26
26
  PLATFORM: "node" | "browser" | "neutral";
27
- MODE: "development" | "test" | "production";
27
+ MODE: "test" | "development" | "production";
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.280",
3
+ "version": "0.16.281",
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"],
@@ -107,12 +107,12 @@
107
107
  "@alloy-js/typescript": "^0.23.0",
108
108
  "@babel/core": "8.0.0-rc.6",
109
109
  "@babel/types": "8.0.0-rc.6",
110
- "@powerlines/core": "0.48.21",
111
- "@powerlines/plugin-alloy": "0.26.169",
112
- "@powerlines/plugin-automd": "0.1.539",
113
- "@powerlines/plugin-babel": "0.13.74",
114
- "@powerlines/plugin-plugin": "0.12.490",
115
- "@powerlines/schema": "0.11.62",
110
+ "@powerlines/core": "^0.48.21",
111
+ "@powerlines/plugin-alloy": "0.26.170",
112
+ "@powerlines/plugin-automd": "0.1.540",
113
+ "@powerlines/plugin-babel": "0.13.75",
114
+ "@powerlines/plugin-plugin": "0.12.491",
115
+ "@powerlines/schema": "0.11.63",
116
116
  "@storm-software/config-tools": "^1.190.33",
117
117
  "@stryke/capnp": "^0.12.105",
118
118
  "@stryke/convert": "^0.7.10",
@@ -127,9 +127,9 @@
127
127
  "automd": "^0.4.3",
128
128
  "c12": "^3.3.4",
129
129
  "defu": "^6.1.7",
130
- "powerlines": "0.47.78"
130
+ "powerlines": "0.47.79"
131
131
  },
132
132
  "devDependencies": { "@types/node": "^25.9.1", "vite": "^8.0.14" },
133
133
  "publishConfig": { "access": "public" },
134
- "gitHead": "522229ca4642e0d36d6e5426a70522b711a9fa91"
134
+ "gitHead": "685cd1a0f4c42ab8cdc8a50fdec3f48dc4193c33"
135
135
  }