powerlines 0.47.202 → 0.47.204

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/package.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.47.202";
2
+ var version = "0.47.204";
3
3
 
4
4
  //#endregion
5
5
  Object.defineProperty(exports, 'version', {
package/dist/package.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.47.202";
2
+ var version = "0.47.204";
3
3
 
4
4
  //#endregion
5
5
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.202",
3
+ "version": "0.47.204",
4
4
  "private": false,
5
5
  "description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
6
6
  "keywords": [
@@ -177,16 +177,15 @@
177
177
  "main": "./dist/index.cjs",
178
178
  "module": "./dist/index.mjs",
179
179
  "types": "./dist/index.d.cts",
180
- "bin": { "powerlines": "./bin/bin.mjs" },
181
- "files": ["dist", "bin", "files"],
180
+ "files": ["dist", "files"],
182
181
  "dependencies": {
183
182
  "@babel/types": "^8.0.4",
184
183
  "@power-plant/schema": "^0.0.84",
185
- "@powerlines/core": "^0.48.122",
186
- "@powerlines/engine": "^0.49.124",
187
- "@powerlines/unplugin": "^0.0.170",
188
- "@storm-software/config": "^1.138.68",
189
- "@storm-software/config-tools": "^1.190.132",
184
+ "@powerlines/core": "^0.48.123",
185
+ "@powerlines/engine": "^0.49.125",
186
+ "@powerlines/unplugin": "^0.0.171",
187
+ "@storm-software/config": "^1.138.69",
188
+ "@storm-software/config-tools": "^1.190.133",
190
189
  "@stryke/convert": "^0.7.39",
191
190
  "@stryke/env": "^0.20.127",
192
191
  "@stryke/fs": "^0.33.110",
@@ -201,12 +200,12 @@
201
200
  "yaml": "^2.9.0"
202
201
  },
203
202
  "devDependencies": {
204
- "@storm-software/testing-tools": "^1.119.284",
203
+ "@storm-software/testing-tools": "^1.119.285",
205
204
  "@types/node": "^25.9.5",
206
205
  "tsdown": "^0.22.14",
207
206
  "typescript": "^6.0.3",
208
207
  "undici-types": "^7.29.0"
209
208
  },
210
209
  "publishConfig": { "access": "public" },
211
- "gitHead": "12eb6fffa8d4f5a93efaa1c239afc042d6705691"
210
+ "gitHead": "ffa8380c2c8ce562f3966a183ff395556baf1585"
212
211
  }