@powerlines/plugin-env 0.11.0 → 0.11.2
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
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": {
|
|
@@ -183,11 +183,11 @@
|
|
|
183
183
|
"dependencies": {
|
|
184
184
|
"@alloy-js/core": "^0.20.0",
|
|
185
185
|
"@alloy-js/typescript": "^0.20.0",
|
|
186
|
-
"@babel/core": "^7.28.
|
|
187
|
-
"@babel/types": "^7.28.
|
|
188
|
-
"@powerlines/alloy": "^0.10.
|
|
189
|
-
"@powerlines/plugin-babel": "^0.11.
|
|
190
|
-
"@powerlines/plugin-plugin": "^0.10.
|
|
186
|
+
"@babel/core": "^7.28.5",
|
|
187
|
+
"@babel/types": "^7.28.5",
|
|
188
|
+
"@powerlines/alloy": "^0.10.3",
|
|
189
|
+
"@powerlines/plugin-babel": "^0.11.3",
|
|
190
|
+
"@powerlines/plugin-plugin": "^0.10.3",
|
|
191
191
|
"@storm-software/config-tools": "^1.188.11",
|
|
192
192
|
"@stryke/capnp": "^0.12.2",
|
|
193
193
|
"@stryke/env": "^0.20.2",
|
|
@@ -196,12 +196,12 @@
|
|
|
196
196
|
"@stryke/string-format": "^0.12.0",
|
|
197
197
|
"@stryke/type-checks": "^0.3.10",
|
|
198
198
|
"@stryke/types": "^0.10.0",
|
|
199
|
-
"powerlines": "^0.10.
|
|
199
|
+
"powerlines": "^0.10.2"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
202
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
203
|
-
"@babel/preset-typescript": "^7.
|
|
204
|
-
"@powerlines/nx": "^0.8.
|
|
203
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
204
|
+
"@powerlines/nx": "^0.8.3",
|
|
205
205
|
"@storm-software/tsup": "^0.2.9",
|
|
206
206
|
"@types/node": "^22.18.12",
|
|
207
207
|
"tsup": "8.4.0",
|
|
@@ -209,5 +209,5 @@
|
|
|
209
209
|
"vite": "^7.1.12"
|
|
210
210
|
},
|
|
211
211
|
"publishConfig": { "access": "public" },
|
|
212
|
-
"gitHead": "
|
|
212
|
+
"gitHead": "4c2e10f19685af75cbad8a2e6951d47894415fbb"
|
|
213
213
|
}
|