@powerlines/plugin-env 0.14.23 → 0.14.24
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.24",
|
|
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": {
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"@babel/core": "^7.28.5",
|
|
195
195
|
"@babel/types": "^7.28.5",
|
|
196
196
|
"@powerlines/deepkit": "^0.5.34",
|
|
197
|
-
"@powerlines/plugin-alloy": "^0.17.
|
|
197
|
+
"@powerlines/plugin-alloy": "^0.17.3",
|
|
198
198
|
"@powerlines/plugin-automd": "^0.1.119",
|
|
199
199
|
"@powerlines/plugin-babel": "^0.12.128",
|
|
200
200
|
"@powerlines/plugin-plugin": "^0.12.71",
|
|
@@ -211,5 +211,5 @@
|
|
|
211
211
|
},
|
|
212
212
|
"devDependencies": { "@types/node": "^24.10.4", "vite": "8.0.0-beta.2" },
|
|
213
213
|
"publishConfig": { "access": "public" },
|
|
214
|
-
"gitHead": "
|
|
214
|
+
"gitHead": "2708ac55284f831cb2f248cc89682d0b57ef34e9"
|
|
215
215
|
}
|