@powerlines/plugin-env 0.15.84 → 0.15.86
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
|
@@ -208,7 +208,7 @@ function EnvBuiltin(props) {
|
|
|
208
208
|
const reflectionSetProperties = (0, __alloy_js_core.computed)(() => reflection.data?.getProperties().filter((property) => !property.isIgnored() && !property.isReadonly()).sort((a, b) => a.getNameAsString().localeCompare(b.getNameAsString())) ?? []);
|
|
209
209
|
return (0, __alloy_js_core_jsx_runtime.createComponent)(__powerlines_plugin_alloy_typescript_components_builtin_file.BuiltinFile, (0, __alloy_js_core_jsx_runtime.mergeProps)({
|
|
210
210
|
id: "env",
|
|
211
|
-
description: "The
|
|
211
|
+
description: "The environment configuration module provides an interface to define environment configuration parameters."
|
|
212
212
|
}, rest, {
|
|
213
213
|
get imports() {
|
|
214
214
|
return require_defu.defu({
|
package/dist/components/env.mjs
CHANGED
|
@@ -207,7 +207,7 @@ function EnvBuiltin(props) {
|
|
|
207
207
|
const reflectionSetProperties = computed(() => reflection.data?.getProperties().filter((property) => !property.isIgnored() && !property.isReadonly()).sort((a, b) => a.getNameAsString().localeCompare(b.getNameAsString())) ?? []);
|
|
208
208
|
return createComponent(BuiltinFile, mergeProps({
|
|
209
209
|
id: "env",
|
|
210
|
-
description: "The
|
|
210
|
+
description: "The environment configuration module provides an interface to define environment configuration parameters."
|
|
211
211
|
}, rest, {
|
|
212
212
|
get imports() {
|
|
213
213
|
return defu({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.86",
|
|
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.82",
|
|
197
|
+
"@powerlines/plugin-automd": "^0.1.193",
|
|
198
|
+
"@powerlines/plugin-babel": "^0.12.202",
|
|
199
|
+
"@powerlines/plugin-plugin": "^0.12.145",
|
|
200
200
|
"@storm-software/config-tools": "^1.188.80",
|
|
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.67"
|
|
210
210
|
},
|
|
211
211
|
"devDependencies": {
|
|
212
|
-
"@powerlines/deepkit": "^0.5.
|
|
213
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
212
|
+
"@powerlines/deepkit": "^0.5.110",
|
|
213
|
+
"@powerlines/plugin-deepkit": "^0.11.71",
|
|
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": "612adb9b4cb1dc039ebef4456dadea3335b659e3"
|
|
219
219
|
}
|