@powerlines/core 0.48.39 → 0.48.40
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/core",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.40",
|
|
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",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"oxc-resolver": "^11.20.0",
|
|
358
358
|
"prettier": "^3.8.3",
|
|
359
359
|
"ts-morph": "^27.0.2",
|
|
360
|
-
"undici": "^7.
|
|
360
|
+
"undici": "^7.27.0",
|
|
361
361
|
"unplugin": "^3.0.0",
|
|
362
362
|
"unplugin-combine": "^2.4.0"
|
|
363
363
|
},
|
|
@@ -372,8 +372,8 @@
|
|
|
372
372
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
373
373
|
"tsdown": "^0.22.1",
|
|
374
374
|
"typescript": "^6.0.3",
|
|
375
|
-
"undici-types": "^7.
|
|
375
|
+
"undici-types": "^7.27.0"
|
|
376
376
|
},
|
|
377
377
|
"publishConfig": { "access": "public" },
|
|
378
|
-
"gitHead": "
|
|
378
|
+
"gitHead": "99318f19038da403a1aad83c23d5b47e88dac17c"
|
|
379
379
|
}
|