@powerlines/plugin-env 0.15.2 → 0.15.3

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.
@@ -1,6 +1,6 @@
1
1
  import { type_d_exports } from "../deepkit/src/vendor/type.mjs";
2
2
  import { EnvPluginContext } from "../types/plugin.mjs";
3
- import * as _alloy_js_core3 from "@alloy-js/core";
3
+ import * as _alloy_js_core4 from "@alloy-js/core";
4
4
 
5
5
  //#region src/helpers/create-reflection-resource.d.ts
6
6
 
@@ -10,6 +10,6 @@ import * as _alloy_js_core3 from "@alloy-js/core";
10
10
  * @param context - The environment plugin context.
11
11
  * @returns A resource that provides the reflection of the environment configuration.
12
12
  */
13
- declare function createReflectionResource(context?: EnvPluginContext): _alloy_js_core3.Resource<type_d_exports.ReflectionClass<Record<string, any>>>;
13
+ declare function createReflectionResource(context?: EnvPluginContext): _alloy_js_core4.Resource<type_d_exports.ReflectionClass<Record<string, any>>>;
14
14
  //#endregion
15
15
  export { createReflectionResource };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.15.2",
3
+ "version": "0.15.3",
4
4
  "type": "module",
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
  "repository": {
@@ -193,8 +193,8 @@
193
193
  "@alloy-js/json": "^0.22.0",
194
194
  "@babel/core": "^7.28.5",
195
195
  "@babel/types": "^7.28.5",
196
- "@powerlines/deepkit": "^0.5.36",
197
- "@powerlines/plugin-alloy": "^0.18.0",
196
+ "@powerlines/deepkit": "^0.5.37",
197
+ "@powerlines/plugin-alloy": "^0.18.1",
198
198
  "@powerlines/plugin-automd": "^0.1.121",
199
199
  "@powerlines/plugin-babel": "^0.12.130",
200
200
  "@powerlines/plugin-plugin": "^0.12.73",
@@ -211,5 +211,5 @@
211
211
  },
212
212
  "devDependencies": { "@types/node": "^24.10.4", "vite": "8.0.0-beta.2" },
213
213
  "publishConfig": { "access": "public" },
214
- "gitHead": "936b3cc1d4bba49e2ddfa38662e37868d0a30fd6"
214
+ "gitHead": "9e66d0e1d9210071bcabcd4e4dc04ad4d2bbfe15"
215
215
  }