@powerlines/plugin-env 0.13.1 → 0.13.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.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": {
|
|
@@ -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.5",
|
|
189
|
+
"@powerlines/plugin-babel": "^0.12.5",
|
|
190
|
+
"@powerlines/plugin-plugin": "^0.11.5",
|
|
191
191
|
"@storm-software/config-tools": "^1.188.11",
|
|
192
192
|
"@stryke/capnp": "^0.12.3",
|
|
193
193
|
"@stryke/env": "^0.20.3",
|
|
@@ -209,5 +209,5 @@
|
|
|
209
209
|
"vite": "^7.1.12"
|
|
210
210
|
},
|
|
211
211
|
"publishConfig": { "access": "public" },
|
|
212
|
-
"gitHead": "
|
|
212
|
+
"gitHead": "25a2b60df2f1cb0b879043aa0240683ef2c22621"
|
|
213
213
|
}
|