@powerlines/core 0.3.4 → 0.3.6
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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
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",
|
|
@@ -495,16 +495,16 @@
|
|
|
495
495
|
"dependencies": {
|
|
496
496
|
"@storm-software/config": "^1.135.29",
|
|
497
497
|
"@storm-software/config-tools": "1.189.28",
|
|
498
|
-
"@stryke/convert": "^0.6.
|
|
499
|
-
"@stryke/env": "^0.20.
|
|
500
|
-
"@stryke/fs": "^0.33.
|
|
501
|
-
"@stryke/hash": "^0.13.
|
|
502
|
-
"@stryke/helpers": "^0.10.
|
|
503
|
-
"@stryke/json": "^0.14.
|
|
504
|
-
"@stryke/path": "^0.
|
|
505
|
-
"@stryke/string-format": "^0.17.
|
|
506
|
-
"@stryke/type-checks": "^0.5.
|
|
507
|
-
"@stryke/unique-id": "^0.3.
|
|
498
|
+
"@stryke/convert": "^0.6.54",
|
|
499
|
+
"@stryke/env": "^0.20.75",
|
|
500
|
+
"@stryke/fs": "^0.33.58",
|
|
501
|
+
"@stryke/hash": "^0.13.11",
|
|
502
|
+
"@stryke/helpers": "^0.10.4",
|
|
503
|
+
"@stryke/json": "^0.14.8",
|
|
504
|
+
"@stryke/path": "^0.27.0",
|
|
505
|
+
"@stryke/string-format": "^0.17.4",
|
|
506
|
+
"@stryke/type-checks": "^0.5.39",
|
|
507
|
+
"@stryke/unique-id": "^0.3.69",
|
|
508
508
|
"c12": "^3.3.3",
|
|
509
509
|
"chalk": "5.6.2",
|
|
510
510
|
"compatx": "^0.2.0",
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
},
|
|
519
519
|
"devDependencies": {
|
|
520
520
|
"@storm-software/testing-tools": "^1.119.103",
|
|
521
|
-
"@stryke/types": "^0.10.
|
|
521
|
+
"@stryke/types": "^0.10.53",
|
|
522
522
|
"@types/diff-match-patch": "^1.0.36",
|
|
523
523
|
"@types/node": "^25.5.0",
|
|
524
524
|
"@types/semver": "^7.7.1",
|
|
@@ -526,5 +526,5 @@
|
|
|
526
526
|
"typescript": "^5.9.3"
|
|
527
527
|
},
|
|
528
528
|
"publishConfig": { "access": "public" },
|
|
529
|
-
"gitHead": "
|
|
529
|
+
"gitHead": "369e884879e82b75feffe7cfd91c78584accb1d2"
|
|
530
530
|
}
|