@powerlines/plugin-env 0.14.22 → 0.14.23

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.
@@ -78,7 +78,7 @@ const plugin = (options = {}) => {
78
78
  storage: metadata.storage,
79
79
  ...metadata.typeDefinition ?? {}
80
80
  });
81
- else this.emitSync(file.path, file.contents, metadata);
81
+ else this.emitSync(file.contents, file.path, metadata);
82
82
  } else this.fs.copySync(file.sourcePath, file.path);
83
83
  }
84
84
  });
@@ -76,7 +76,7 @@ const plugin = (options = {}) => {
76
76
  storage: metadata.storage,
77
77
  ...metadata.typeDefinition ?? {}
78
78
  });
79
- else this.emitSync(file.path, file.contents, metadata);
79
+ else this.emitSync(file.contents, file.path, metadata);
80
80
  } else this.fs.copySync(file.sourcePath, file.path);
81
81
  }
82
82
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.14.22",
3
+ "version": "0.14.23",
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,12 +193,12 @@
193
193
  "@alloy-js/json": "^0.22.0",
194
194
  "@babel/core": "^7.28.5",
195
195
  "@babel/types": "^7.28.5",
196
- "@powerlines/deepkit": "^0.5.33",
197
- "@powerlines/plugin-alloy": "^0.17.1",
198
- "@powerlines/plugin-automd": "^0.1.118",
199
- "@powerlines/plugin-babel": "^0.12.127",
200
- "@powerlines/plugin-plugin": "^0.12.70",
201
- "@storm-software/config-tools": "^1.188.74",
196
+ "@powerlines/deepkit": "^0.5.34",
197
+ "@powerlines/plugin-alloy": "^0.17.2",
198
+ "@powerlines/plugin-automd": "^0.1.119",
199
+ "@powerlines/plugin-babel": "^0.12.128",
200
+ "@powerlines/plugin-plugin": "^0.12.71",
201
+ "@storm-software/config-tools": "^1.188.75",
202
202
  "@stryke/capnp": "^0.12.52",
203
203
  "@stryke/env": "^0.20.44",
204
204
  "@stryke/fs": "^0.33.27",
@@ -207,9 +207,9 @@
207
207
  "@stryke/type-checks": "^0.5.15",
208
208
  "@stryke/types": "^0.10.29",
209
209
  "automd": "^0.4.2",
210
- "powerlines": "^0.36.23"
210
+ "powerlines": "^0.36.24"
211
211
  },
212
212
  "devDependencies": { "@types/node": "^24.10.4", "vite": "8.0.0-beta.2" },
213
213
  "publishConfig": { "access": "public" },
214
- "gitHead": "be47e546b48b9a82e460b5c5d4f02fb66e821f18"
214
+ "gitHead": "4b695d4b3476fd9dd79521f92258d52dab2b8d72"
215
215
  }