@powerlines/plugin-env 0.12.0 → 0.12.1
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.12.
|
|
3
|
+
"version": "0.12.1",
|
|
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": {
|
|
@@ -185,9 +185,9 @@
|
|
|
185
185
|
"@alloy-js/typescript": "^0.20.0",
|
|
186
186
|
"@babel/core": "^7.28.5",
|
|
187
187
|
"@babel/types": "^7.28.5",
|
|
188
|
-
"@powerlines/alloy": "^0.11.
|
|
189
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
190
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
188
|
+
"@powerlines/alloy": "^0.11.1",
|
|
189
|
+
"@powerlines/plugin-babel": "^0.12.1",
|
|
190
|
+
"@powerlines/plugin-plugin": "^0.11.1",
|
|
191
191
|
"@storm-software/config-tools": "^1.188.11",
|
|
192
192
|
"@stryke/capnp": "^0.12.3",
|
|
193
193
|
"@stryke/env": "^0.20.3",
|
|
@@ -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.
|
|
199
|
+
"powerlines": "^0.12.0"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
202
|
"@alloy-js/babel-preset": "^0.2.1",
|
|
203
203
|
"@babel/preset-typescript": "^7.28.5",
|
|
204
|
-
"@powerlines/nx": "^0.9.
|
|
204
|
+
"@powerlines/nx": "^0.9.1",
|
|
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": "3122687eb4f36ff6a0ddc01ed2c002458c75839e"
|
|
213
213
|
}
|