@powerlines/plugin-env 0.13.17 → 0.13.18
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.18",
|
|
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": {
|
|
@@ -179,9 +179,9 @@
|
|
|
179
179
|
"@alloy-js/typescript": "^0.20.0",
|
|
180
180
|
"@babel/core": "^7.28.5",
|
|
181
181
|
"@babel/types": "^7.28.5",
|
|
182
|
-
"@powerlines/alloy": "^0.11.
|
|
183
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
184
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
182
|
+
"@powerlines/alloy": "^0.11.21",
|
|
183
|
+
"@powerlines/plugin-babel": "^0.12.21",
|
|
184
|
+
"@powerlines/plugin-plugin": "^0.11.20",
|
|
185
185
|
"@storm-software/config-tools": "^1.188.40",
|
|
186
186
|
"@stryke/capnp": "^0.12.21",
|
|
187
187
|
"@stryke/env": "^0.20.14",
|
|
@@ -190,12 +190,12 @@
|
|
|
190
190
|
"@stryke/string-format": "^0.12.2",
|
|
191
191
|
"@stryke/type-checks": "^0.3.12",
|
|
192
192
|
"@stryke/types": "^0.10.2",
|
|
193
|
-
"powerlines": "^0.
|
|
193
|
+
"powerlines": "^0.22.0"
|
|
194
194
|
},
|
|
195
195
|
"devDependencies": {
|
|
196
196
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
197
197
|
"@babel/preset-typescript": "^7.28.5",
|
|
198
|
-
"@powerlines/nx": "^0.10.
|
|
198
|
+
"@powerlines/nx": "^0.10.12",
|
|
199
199
|
"@storm-software/tsup": "^0.2.38",
|
|
200
200
|
"@types/node": "^22.19.1",
|
|
201
201
|
"tsup": "8.4.0",
|
|
@@ -203,5 +203,5 @@
|
|
|
203
203
|
"vite": "^7.2.2"
|
|
204
204
|
},
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
|
-
"gitHead": "
|
|
206
|
+
"gitHead": "30a4cf4f1c707fe159b55f65f1e87b14d679614d"
|
|
207
207
|
}
|