@powerlines/core 0.5.0 → 0.5.2

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/core",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "private": false,
5
5
  "description": "An internal core package for Powerlines - please use the `powerlines` package for public usage.",
6
6
  "homepage": "https://stormsoftware.com",
@@ -493,8 +493,8 @@
493
493
  "types": "./dist/index.d.cts",
494
494
  "files": ["dist/**/*", "files/**/*", "schemas/**/*"],
495
495
  "dependencies": {
496
- "@storm-software/config": "^1.135.37",
497
- "@storm-software/config-tools": "^1.189.36",
496
+ "@storm-software/config": "^1.135.40",
497
+ "@storm-software/config-tools": "^1.189.39",
498
498
  "@stryke/convert": "^0.6.56",
499
499
  "@stryke/env": "^0.20.80",
500
500
  "@stryke/fs": "^0.33.63",
@@ -517,7 +517,7 @@
517
517
  "unplugin-combine": "^2.3.0"
518
518
  },
519
519
  "devDependencies": {
520
- "@storm-software/testing-tools": "^1.119.111",
520
+ "@storm-software/testing-tools": "^1.119.114",
521
521
  "@stryke/types": "^0.11.1",
522
522
  "@types/diff-match-patch": "^1.0.36",
523
523
  "@types/node": "^25.5.0",
@@ -526,5 +526,5 @@
526
526
  "typescript": "^5.9.3"
527
527
  },
528
528
  "publishConfig": { "access": "public" },
529
- "gitHead": "12a6c59dd705a6b8aa0a6ca83b12c916beb41297"
529
+ "gitHead": "c6ab4089999ed8b1f08214f9358d527de33dfa5e"
530
530
  }