powerlines 0.43.27 → 0.43.29

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,7 +1,7 @@
1
1
 
2
2
  //#region package.json
3
3
  var name = "powerlines";
4
- var version = "0.43.27";
4
+ var version = "0.43.29";
5
5
 
6
6
  //#endregion
7
7
  Object.defineProperty(exports, 'name', {
package/dist/package.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region package.json
2
2
  var name = "powerlines";
3
- var version = "0.43.27";
3
+ var version = "0.43.29";
4
4
 
5
5
  //#endregion
6
6
  export { name, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.43.27",
3
+ "version": "0.43.29",
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": [
@@ -373,19 +373,19 @@
373
373
  "files": ["dist/**/*", "files/**/*", "schemas/**/*"],
374
374
  "dependencies": {
375
375
  "@babel/types": "8.0.0-rc.3",
376
- "@powerlines/core": "^0.43.27",
377
- "@powerlines/engine": "^0.43.27",
376
+ "@powerlines/core": "^0.43.29",
377
+ "@powerlines/engine": "^0.43.29",
378
378
  "@storm-software/config": "^1.137.32",
379
379
  "@storm-software/config-tools": "^1.189.78",
380
- "@stryke/fs": "^0.33.67",
381
- "@stryke/convert": "^0.7.0",
382
- "@stryke/env": "^0.20.84",
380
+ "@stryke/fs": "^0.33.69",
381
+ "@stryke/convert": "^0.7.2",
382
+ "@stryke/env": "^0.20.86",
383
383
  "defu": "^6.1.7",
384
384
  "unplugin": "^3.0.0"
385
385
  },
386
386
  "devDependencies": {
387
387
  "@storm-software/testing-tools": "^1.119.153",
388
- "@stryke/types": "^0.11.4",
388
+ "@stryke/types": "^0.11.6",
389
389
  "@types/node": "^25.6.0",
390
390
  "typescript": "^6.0.3",
391
391
  "undici-types": "^7.25.0"
@@ -441,5 +441,5 @@
441
441
  },
442
442
  "publishConfig": { "access": "public" },
443
443
  "bin": { "powerlines": "./bin/bin.mjs" },
444
- "gitHead": "ad851a239011b884c15b0444db518d74927fd13f"
444
+ "gitHead": "4dc29b19d25392ae42c58ba47b7590884a8e28c8"
445
445
  }