@powerlines/plugin-env 0.16.143 → 0.16.144
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.144",
|
|
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.3",
|
|
294
294
|
"@babel/types": "8.0.0-rc.3",
|
|
295
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
295
|
+
"@powerlines/plugin-alloy": "^0.26.37",
|
|
296
296
|
"@powerlines/plugin-automd": "^0.1.418",
|
|
297
297
|
"@powerlines/plugin-babel": "^0.12.412",
|
|
298
298
|
"@powerlines/plugin-plugin": "^0.12.369",
|
|
299
299
|
"@powerlines/deepkit": "^0.8.20",
|
|
300
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
300
|
+
"@powerlines/plugin-deepkit": "^0.11.300",
|
|
301
301
|
"@storm-software/config-tools": "^1.189.77",
|
|
302
302
|
"@stryke/capnp": "^0.12.92",
|
|
303
303
|
"@stryke/convert": "^0.6.58",
|
|
@@ -316,5 +316,5 @@
|
|
|
316
316
|
},
|
|
317
317
|
"devDependencies": { "@types/node": "^25.6.0", "vite": "^8.0.10" },
|
|
318
318
|
"publishConfig": { "access": "public" },
|
|
319
|
-
"gitHead": "
|
|
319
|
+
"gitHead": "936efeace387c26f607165ce8e3a09d7f293ee7b"
|
|
320
320
|
}
|