@powerlines/plugin-env 0.16.408 → 0.16.410
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.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.410",
|
|
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"],
|
|
@@ -264,13 +264,13 @@
|
|
|
264
264
|
"@alloy-js/typescript": "^0.24.0",
|
|
265
265
|
"@babel/core": "^8.0.1",
|
|
266
266
|
"@babel/types": "^8.0.4",
|
|
267
|
-
"@power-plant/alloy-js": "^0.0.
|
|
268
|
-
"@power-plant/schema": "^0.0.
|
|
269
|
-
"@powerlines/core": "^0.48.
|
|
270
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
271
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
272
|
-
"@powerlines/plugin-babel": "^0.13.
|
|
273
|
-
"@powerlines/plugin-power-plant": "^0.1.
|
|
267
|
+
"@power-plant/alloy-js": "^0.0.83",
|
|
268
|
+
"@power-plant/schema": "^0.0.84",
|
|
269
|
+
"@powerlines/core": "^0.48.122",
|
|
270
|
+
"@powerlines/plugin-alloy": "^0.26.299",
|
|
271
|
+
"@powerlines/plugin-automd": "^0.1.664",
|
|
272
|
+
"@powerlines/plugin-babel": "^0.13.200",
|
|
273
|
+
"@powerlines/plugin-power-plant": "^0.1.59",
|
|
274
274
|
"@storm-software/config-tools": "^1.190.132",
|
|
275
275
|
"@stryke/capnp": "^0.12.137",
|
|
276
276
|
"@stryke/convert": "^0.7.39",
|
|
@@ -285,14 +285,14 @@
|
|
|
285
285
|
"automd": "^0.4.3",
|
|
286
286
|
"c12": "^3.3.4",
|
|
287
287
|
"defu": "^6.1.7",
|
|
288
|
-
"powerlines": "^0.47.
|
|
288
|
+
"powerlines": "^0.47.203",
|
|
289
289
|
"zod": "^4.4.3"
|
|
290
290
|
},
|
|
291
291
|
"devDependencies": {
|
|
292
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
292
|
+
"@powerlines/plugin-plugin": "^0.12.615",
|
|
293
293
|
"@types/node": "^25.9.5",
|
|
294
294
|
"vite": "^8.2.1"
|
|
295
295
|
},
|
|
296
296
|
"publishConfig": { "access": "public" },
|
|
297
|
-
"gitHead": "
|
|
297
|
+
"gitHead": "32b51a0044bc3c90c2d4d807e940e1ed08054045"
|
|
298
298
|
}
|