@powerlines/plugin-env 0.15.127 → 0.15.129
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.129",
|
|
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": {
|
|
@@ -201,27 +201,27 @@
|
|
|
201
201
|
"@alloy-js/typescript": "^0.22.0",
|
|
202
202
|
"@babel/core": "^7.28.6",
|
|
203
203
|
"@babel/types": "^7.28.6",
|
|
204
|
-
"@powerlines/plugin-alloy": "^0.
|
|
205
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
206
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
207
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
204
|
+
"@powerlines/plugin-alloy": "^0.19.1",
|
|
205
|
+
"@powerlines/plugin-automd": "^0.1.228",
|
|
206
|
+
"@powerlines/plugin-babel": "^0.12.237",
|
|
207
|
+
"@powerlines/plugin-plugin": "^0.12.179",
|
|
208
208
|
"@storm-software/config-tools": "^1.189.0",
|
|
209
|
-
"@stryke/capnp": "^0.12.
|
|
210
|
-
"@stryke/env": "^0.20.
|
|
211
|
-
"@stryke/fs": "^0.33.
|
|
212
|
-
"@stryke/json": "^0.9.
|
|
213
|
-
"@stryke/string-format": "^0.13.
|
|
214
|
-
"@stryke/type-checks": "^0.5.
|
|
215
|
-
"@stryke/types": "^0.10.
|
|
209
|
+
"@stryke/capnp": "^0.12.62",
|
|
210
|
+
"@stryke/env": "^0.20.54",
|
|
211
|
+
"@stryke/fs": "^0.33.37",
|
|
212
|
+
"@stryke/json": "^0.9.39",
|
|
213
|
+
"@stryke/string-format": "^0.13.5",
|
|
214
|
+
"@stryke/type-checks": "^0.5.21",
|
|
215
|
+
"@stryke/types": "^0.10.35",
|
|
216
216
|
"automd": "^0.4.2",
|
|
217
|
-
"powerlines": "^0.37.
|
|
217
|
+
"powerlines": "^0.37.99"
|
|
218
218
|
},
|
|
219
219
|
"devDependencies": {
|
|
220
|
-
"@powerlines/deepkit": "^0.6.
|
|
221
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
220
|
+
"@powerlines/deepkit": "^0.6.9",
|
|
221
|
+
"@powerlines/plugin-deepkit": "^0.11.107",
|
|
222
222
|
"@types/node": "^24.10.9",
|
|
223
223
|
"vite": "8.0.0-beta.2"
|
|
224
224
|
},
|
|
225
225
|
"publishConfig": { "access": "public" },
|
|
226
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "7352f77a7f8b837e838386cf5132481ac755cc7e"
|
|
227
227
|
}
|