@powerlines/core 0.14.5 → 0.43.25
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.43.25",
|
|
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",
|
|
@@ -535,8 +535,8 @@
|
|
|
535
535
|
"types": "./dist/index.d.cts",
|
|
536
536
|
"files": ["dist/**/*", "files/**/*", "schemas/**/*"],
|
|
537
537
|
"dependencies": {
|
|
538
|
-
"@storm-software/config": "^1.137.
|
|
539
|
-
"@storm-software/config-tools": "^1.189.
|
|
538
|
+
"@storm-software/config": "^1.137.32",
|
|
539
|
+
"@storm-software/config-tools": "^1.189.78",
|
|
540
540
|
"@stryke/convert": "^0.7.0",
|
|
541
541
|
"@stryke/env": "^0.20.84",
|
|
542
542
|
"@stryke/fs": "^0.33.67",
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
"unplugin-combine": "^2.3.0"
|
|
560
560
|
},
|
|
561
561
|
"devDependencies": {
|
|
562
|
-
"@storm-software/testing-tools": "^1.119.
|
|
562
|
+
"@storm-software/testing-tools": "^1.119.153",
|
|
563
563
|
"@stryke/types": "^0.11.4",
|
|
564
564
|
"@types/diff-match-patch": "^1.0.36",
|
|
565
565
|
"@types/node": "^25.6.0",
|
|
@@ -569,5 +569,5 @@
|
|
|
569
569
|
"typescript": "^6.0.3"
|
|
570
570
|
},
|
|
571
571
|
"publishConfig": { "access": "public" },
|
|
572
|
-
"gitHead": "
|
|
572
|
+
"gitHead": "c478a1fad20edcf96f1c269ca73b4ed40658b732"
|
|
573
573
|
}
|