@powerlines/core 0.2.15 → 0.2.16
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
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,17 +493,17 @@
|
|
|
493
493
|
"types": "./dist/index.d.cts",
|
|
494
494
|
"files": ["dist/**/*", "files/**/*", "schemas/**/*"],
|
|
495
495
|
"dependencies": {
|
|
496
|
-
"@storm-software/config": "^1.135.
|
|
497
|
-
"@storm-software/config-tools": "^1.189.
|
|
498
|
-
"@stryke/convert": "^0.6.
|
|
499
|
-
"@stryke/fs": "^0.33.
|
|
500
|
-
"@stryke/hash": "^0.13.
|
|
501
|
-
"@stryke/helpers": "^0.10.
|
|
502
|
-
"@stryke/json": "^0.14.
|
|
503
|
-
"@stryke/path": "^0.26.
|
|
504
|
-
"@stryke/string-format": "^0.17.
|
|
505
|
-
"@stryke/type-checks": "^0.5.
|
|
506
|
-
"@stryke/unique-id": "^0.3.
|
|
496
|
+
"@storm-software/config": "^1.135.28",
|
|
497
|
+
"@storm-software/config-tools": "^1.189.27",
|
|
498
|
+
"@stryke/convert": "^0.6.53",
|
|
499
|
+
"@stryke/fs": "^0.33.57",
|
|
500
|
+
"@stryke/hash": "^0.13.10",
|
|
501
|
+
"@stryke/helpers": "^0.10.3",
|
|
502
|
+
"@stryke/json": "^0.14.7",
|
|
503
|
+
"@stryke/path": "^0.26.19",
|
|
504
|
+
"@stryke/string-format": "^0.17.3",
|
|
505
|
+
"@stryke/type-checks": "^0.5.38",
|
|
506
|
+
"@stryke/unique-id": "^0.3.68",
|
|
507
507
|
"c12": "^3.3.3",
|
|
508
508
|
"chalk": "5.6.2",
|
|
509
509
|
"compatx": "^0.2.0",
|
|
@@ -515,8 +515,8 @@
|
|
|
515
515
|
"unplugin": "^3.0.0"
|
|
516
516
|
},
|
|
517
517
|
"devDependencies": {
|
|
518
|
-
"@storm-software/testing-tools": "^1.119.
|
|
519
|
-
"@stryke/types": "^0.10.
|
|
518
|
+
"@storm-software/testing-tools": "^1.119.102",
|
|
519
|
+
"@stryke/types": "^0.10.52",
|
|
520
520
|
"@types/diff-match-patch": "^1.0.36",
|
|
521
521
|
"@types/node": "^25.4.0",
|
|
522
522
|
"@types/semver": "^7.7.1",
|
|
@@ -524,5 +524,5 @@
|
|
|
524
524
|
"typescript": "^5.9.3"
|
|
525
525
|
},
|
|
526
526
|
"publishConfig": { "access": "public" },
|
|
527
|
-
"gitHead": "
|
|
527
|
+
"gitHead": "8d772181f794749e0f19f97c732dd921148c31c8"
|
|
528
528
|
}
|