@powerlines/plugin-env 0.16.108 → 0.16.110
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 +10 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.110",
|
|
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"],
|
|
@@ -306,10 +306,12 @@
|
|
|
306
306
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
307
307
|
"@babel/core": "^7.29.0",
|
|
308
308
|
"@babel/types": "^7.29.0",
|
|
309
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
310
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
311
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
312
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
309
|
+
"@powerlines/plugin-alloy": "^0.26.4",
|
|
310
|
+
"@powerlines/plugin-automd": "^0.1.388",
|
|
311
|
+
"@powerlines/plugin-babel": "^0.12.384",
|
|
312
|
+
"@powerlines/plugin-plugin": "^0.12.339",
|
|
313
|
+
"@powerlines/deepkit": "^0.6.167",
|
|
314
|
+
"@powerlines/plugin-deepkit": "^0.11.267",
|
|
313
315
|
"@storm-software/config-tools": "^1.189.72",
|
|
314
316
|
"@stryke/capnp": "^0.12.90",
|
|
315
317
|
"@stryke/convert": "^0.6.57",
|
|
@@ -322,15 +324,10 @@
|
|
|
322
324
|
"@stryke/types": "^0.11.2",
|
|
323
325
|
"automd": "^0.4.3",
|
|
324
326
|
"defu": "^6.1.6",
|
|
325
|
-
"powerlines": "^0.42.
|
|
327
|
+
"powerlines": "^0.42.29",
|
|
326
328
|
"c12": "^3.3.4"
|
|
327
329
|
},
|
|
328
|
-
"devDependencies": {
|
|
329
|
-
"@powerlines/deepkit": "^0.6.165",
|
|
330
|
-
"@powerlines/plugin-deepkit": "^0.11.265",
|
|
331
|
-
"@types/node": "^25.5.0",
|
|
332
|
-
"vite": "^8.0.3"
|
|
333
|
-
},
|
|
330
|
+
"devDependencies": { "@types/node": "^25.5.2", "vite": "^8.0.3" },
|
|
334
331
|
"publishConfig": { "access": "public" },
|
|
335
|
-
"gitHead": "
|
|
332
|
+
"gitHead": "a3bf899dc847341452a0c384eb598c096b186a11"
|
|
336
333
|
}
|