@powerlines/plugin-env 0.15.151 → 0.15.152
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 +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.152",
|
|
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": {
|
|
@@ -298,8 +298,6 @@
|
|
|
298
298
|
"typings": "dist/index.d.mts",
|
|
299
299
|
"files": ["dist/**/*"],
|
|
300
300
|
"keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
|
|
301
|
-
"peerDependencies": { "@powerlines/plugin-alloy": "*" },
|
|
302
|
-
"peerDependenciesMeta": { "@powerlines/plugin-alloy": { "optional": false } },
|
|
303
301
|
"dependencies": {
|
|
304
302
|
"@alloy-js/core": "^0.22.0",
|
|
305
303
|
"@alloy-js/json": "^0.22.0",
|
|
@@ -307,9 +305,10 @@
|
|
|
307
305
|
"@alloy-js/typescript": "^0.22.0",
|
|
308
306
|
"@babel/core": "^7.28.6",
|
|
309
307
|
"@babel/types": "^7.28.6",
|
|
310
|
-
"@powerlines/plugin-
|
|
311
|
-
"@powerlines/plugin-
|
|
312
|
-
"@powerlines/plugin-
|
|
308
|
+
"@powerlines/plugin-alloy": "^0.19.24",
|
|
309
|
+
"@powerlines/plugin-automd": "^0.1.248",
|
|
310
|
+
"@powerlines/plugin-babel": "^0.12.257",
|
|
311
|
+
"@powerlines/plugin-plugin": "^0.12.199",
|
|
313
312
|
"@storm-software/config-tools": "^1.189.0",
|
|
314
313
|
"@stryke/capnp": "^0.12.64",
|
|
315
314
|
"@stryke/env": "^0.20.56",
|
|
@@ -319,15 +318,15 @@
|
|
|
319
318
|
"@stryke/type-checks": "^0.5.22",
|
|
320
319
|
"@stryke/types": "^0.10.36",
|
|
321
320
|
"automd": "^0.4.2",
|
|
322
|
-
"powerlines": "^0.38.
|
|
321
|
+
"powerlines": "^0.38.15"
|
|
323
322
|
},
|
|
324
323
|
"devDependencies": {
|
|
325
|
-
"@powerlines/deepkit": "^0.6.
|
|
326
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
324
|
+
"@powerlines/deepkit": "^0.6.28",
|
|
325
|
+
"@powerlines/plugin-deepkit": "^0.11.127",
|
|
327
326
|
"@types/node": "^24.10.9",
|
|
328
327
|
"vite": "8.0.0-beta.2"
|
|
329
328
|
},
|
|
330
329
|
"publishConfig": { "access": "public" },
|
|
331
330
|
"types": "./dist/index.d.cts",
|
|
332
|
-
"gitHead": "
|
|
331
|
+
"gitHead": "3137c5a27017b9c9a371a0e8997014f994edb1ee"
|
|
333
332
|
}
|