@powerlines/plugin-env 0.16.187 → 0.16.189
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 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.189",
|
|
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"],
|
|
@@ -292,12 +292,12 @@
|
|
|
292
292
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
293
293
|
"@babel/core": "8.0.0-rc.4",
|
|
294
294
|
"@babel/types": "8.0.0-rc.4",
|
|
295
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
296
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
297
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
298
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
299
|
-
"@powerlines/deepkit": "^0.8.
|
|
300
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
295
|
+
"@powerlines/plugin-alloy": "^0.26.82",
|
|
296
|
+
"@powerlines/plugin-automd": "^0.1.463",
|
|
297
|
+
"@powerlines/plugin-babel": "^0.12.456",
|
|
298
|
+
"@powerlines/plugin-plugin": "^0.12.414",
|
|
299
|
+
"@powerlines/deepkit": "^0.8.64",
|
|
300
|
+
"@powerlines/plugin-deepkit": "^0.11.345",
|
|
301
301
|
"@storm-software/config-tools": "^1.190.1",
|
|
302
302
|
"@stryke/capnp": "^0.12.96",
|
|
303
303
|
"@stryke/convert": "^0.7.3",
|
|
@@ -311,10 +311,10 @@
|
|
|
311
311
|
"@stryke/types": "^0.12.0",
|
|
312
312
|
"automd": "^0.4.3",
|
|
313
313
|
"defu": "^6.1.7",
|
|
314
|
-
"powerlines": "^0.47.
|
|
314
|
+
"powerlines": "^0.47.2",
|
|
315
315
|
"c12": "^3.3.4"
|
|
316
316
|
},
|
|
317
317
|
"devDependencies": { "@types/node": "^25.6.0", "vite": "^8.0.10" },
|
|
318
318
|
"publishConfig": { "access": "public" },
|
|
319
|
-
"gitHead": "
|
|
319
|
+
"gitHead": "76fde74fd0b494596135ace273dd0d0072b7b8be"
|
|
320
320
|
}
|