@powerlines/plugin-env 0.15.85 → 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.
@@ -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 Powerlines environment configuration module provides an interface to define environment configuration parameters."
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({
@@ -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 Powerlines environment configuration module provides an interface to define environment configuration parameters."
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.85",
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": {
@@ -215,5 +215,5 @@
215
215
  "vite": "8.0.0-beta.2"
216
216
  },
217
217
  "publishConfig": { "access": "public" },
218
- "gitHead": "9f120e2da9612163e36f90bbb1dcc9d4b44c846a"
218
+ "gitHead": "612adb9b4cb1dc039ebef4456dadea3335b659e3"
219
219
  }