@powerlines/plugin-env 0.15.102 → 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.
@@ -232,7 +232,7 @@ function EnvBuiltin(props) {
232
232
  "TypeProperty",
233
233
  "TypePropertySignature"
234
234
  ],
235
- "@powerlines/plugin-env/types/runtime": [{ name: "EnvInterface" }]
235
+ "@powerlines/plugin-env/types/runtime": ["EnvInterface"]
236
236
  }, rest.imports ?? {});
237
237
  },
238
238
  get children() {
@@ -231,7 +231,7 @@ function EnvBuiltin(props) {
231
231
  "TypeProperty",
232
232
  "TypePropertySignature"
233
233
  ],
234
- "@powerlines/plugin-env/types/runtime": [{ name: "EnvInterface" }]
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.102",
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": {
@@ -215,5 +215,5 @@
215
215
  "vite": "8.0.0-beta.2"
216
216
  },
217
217
  "publishConfig": { "access": "public" },
218
- "gitHead": "8d1537a4792590b5e0dee944dde77dcf2c9f5445"
218
+ "gitHead": "9efecc8e1430d61981c1375aeffdb63d72bc0028"
219
219
  }