@powerlines/core 0.14.0 → 0.14.1

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/core",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
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",
@@ -537,16 +537,16 @@
537
537
  "dependencies": {
538
538
  "@storm-software/config": "^1.137.31",
539
539
  "@storm-software/config-tools": "^1.189.77",
540
- "@stryke/convert": "^0.6.58",
541
- "@stryke/env": "^0.20.83",
542
- "@stryke/fs": "^0.33.66",
543
- "@stryke/hash": "^0.13.19",
544
- "@stryke/helpers": "^0.10.8",
545
- "@stryke/json": "^0.14.12",
546
- "@stryke/path": "^0.27.4",
547
- "@stryke/string-format": "^0.17.9",
548
- "@stryke/type-checks": "^0.6.1",
549
- "@stryke/unique-id": "^0.3.77",
540
+ "@stryke/convert": "^0.7.0",
541
+ "@stryke/env": "^0.20.84",
542
+ "@stryke/fs": "^0.33.67",
543
+ "@stryke/hash": "^0.13.20",
544
+ "@stryke/helpers": "^0.10.9",
545
+ "@stryke/json": "^0.14.13",
546
+ "@stryke/path": "^0.27.5",
547
+ "@stryke/string-format": "^0.17.10",
548
+ "@stryke/type-checks": "^0.6.2",
549
+ "@stryke/unique-id": "^0.3.78",
550
550
  "c12": "^3.3.4",
551
551
  "chalk": "5.6.2",
552
552
  "compatx": "^0.2.0",
@@ -560,7 +560,7 @@
560
560
  },
561
561
  "devDependencies": {
562
562
  "@storm-software/testing-tools": "^1.119.152",
563
- "@stryke/types": "^0.11.3",
563
+ "@stryke/types": "^0.11.4",
564
564
  "@types/diff-match-patch": "^1.0.36",
565
565
  "@types/node": "^25.6.0",
566
566
  "@types/semver": "^7.7.1",
@@ -569,5 +569,5 @@
569
569
  "typescript": "^6.0.3"
570
570
  },
571
571
  "publishConfig": { "access": "public" },
572
- "gitHead": "3dd0c7fb5e5945e3b558163711f7eaee19f0ce01"
572
+ "gitHead": "1d29de32c192991600b83c5d7d6e5337751da859"
573
573
  }