@powerlines/plugin-env 0.15.101 → 0.15.103
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/dist/components/env.cjs
CHANGED
|
@@ -232,7 +232,7 @@ function EnvBuiltin(props) {
|
|
|
232
232
|
"TypeProperty",
|
|
233
233
|
"TypePropertySignature"
|
|
234
234
|
],
|
|
235
|
-
"@powerlines/plugin-env/types/runtime": [
|
|
235
|
+
"@powerlines/plugin-env/types/runtime": ["EnvInterface"]
|
|
236
236
|
}, rest.imports ?? {});
|
|
237
237
|
},
|
|
238
238
|
get children() {
|
package/dist/components/env.mjs
CHANGED
|
@@ -231,7 +231,7 @@ function EnvBuiltin(props) {
|
|
|
231
231
|
"TypeProperty",
|
|
232
232
|
"TypePropertySignature"
|
|
233
233
|
],
|
|
234
|
-
"@powerlines/plugin-env/types/runtime": [
|
|
234
|
+
"@powerlines/plugin-env/types/runtime": ["EnvInterface"]
|
|
235
235
|
}, rest.imports ?? {});
|
|
236
236
|
},
|
|
237
237
|
get children() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.103",
|
|
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": {
|
|
@@ -193,10 +193,10 @@
|
|
|
193
193
|
"@alloy-js/typescript": "^0.22.0",
|
|
194
194
|
"@babel/core": "^7.28.6",
|
|
195
195
|
"@babel/types": "^7.28.6",
|
|
196
|
-
"@powerlines/plugin-alloy": "^0.18.
|
|
197
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
198
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
199
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
196
|
+
"@powerlines/plugin-alloy": "^0.18.97",
|
|
197
|
+
"@powerlines/plugin-automd": "^0.1.207",
|
|
198
|
+
"@powerlines/plugin-babel": "^0.12.216",
|
|
199
|
+
"@powerlines/plugin-plugin": "^0.12.158",
|
|
200
200
|
"@storm-software/config-tools": "^1.189.0",
|
|
201
201
|
"@stryke/capnp": "^0.12.61",
|
|
202
202
|
"@stryke/env": "^0.20.53",
|
|
@@ -206,14 +206,14 @@
|
|
|
206
206
|
"@stryke/type-checks": "^0.5.20",
|
|
207
207
|
"@stryke/types": "^0.10.34",
|
|
208
208
|
"automd": "^0.4.2",
|
|
209
|
-
"powerlines": "^0.37.
|
|
209
|
+
"powerlines": "^0.37.80"
|
|
210
210
|
},
|
|
211
211
|
"devDependencies": {
|
|
212
|
-
"@powerlines/deepkit": "^0.5.
|
|
213
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
212
|
+
"@powerlines/deepkit": "^0.5.124",
|
|
213
|
+
"@powerlines/plugin-deepkit": "^0.11.86",
|
|
214
214
|
"@types/node": "^24.10.9",
|
|
215
215
|
"vite": "8.0.0-beta.2"
|
|
216
216
|
},
|
|
217
217
|
"publishConfig": { "access": "public" },
|
|
218
|
-
"gitHead": "
|
|
218
|
+
"gitHead": "9efecc8e1430d61981c1375aeffdb63d72bc0028"
|
|
219
219
|
}
|