@powerlines/core 0.3.6 → 0.3.8

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/core",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
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",
@@ -496,15 +496,15 @@
496
496
  "@storm-software/config": "^1.135.29",
497
497
  "@storm-software/config-tools": "1.189.28",
498
498
  "@stryke/convert": "^0.6.54",
499
- "@stryke/env": "^0.20.75",
500
- "@stryke/fs": "^0.33.58",
501
- "@stryke/hash": "^0.13.11",
499
+ "@stryke/env": "^0.20.76",
500
+ "@stryke/fs": "^0.33.59",
501
+ "@stryke/hash": "^0.13.12",
502
502
  "@stryke/helpers": "^0.10.4",
503
503
  "@stryke/json": "^0.14.8",
504
504
  "@stryke/path": "^0.27.0",
505
505
  "@stryke/string-format": "^0.17.4",
506
506
  "@stryke/type-checks": "^0.5.39",
507
- "@stryke/unique-id": "^0.3.69",
507
+ "@stryke/unique-id": "^0.3.70",
508
508
  "c12": "^3.3.3",
509
509
  "chalk": "5.6.2",
510
510
  "compatx": "^0.2.0",
@@ -526,5 +526,5 @@
526
526
  "typescript": "^5.9.3"
527
527
  },
528
528
  "publishConfig": { "access": "public" },
529
- "gitHead": "369e884879e82b75feffe7cfd91c78584accb1d2"
529
+ "gitHead": "03d06412678c9455082a8bbe7d2594502aa2c0b5"
530
530
  }