@powerlines/core 0.45.2 → 0.46.0
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/dist/constants/virtual-modules.cjs +4 -2
- package/dist/constants/virtual-modules.d.cts +1 -1
- package/dist/constants/virtual-modules.d.cts.map +1 -1
- package/dist/constants/virtual-modules.d.mts +1 -1
- package/dist/constants/virtual-modules.d.mts.map +1 -1
- package/dist/constants/virtual-modules.mjs +4 -2
- package/dist/constants/virtual-modules.mjs.map +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.mts +5 -5
- package/dist/lib/config.d.cts +2 -1
- package/dist/lib/config.d.cts.map +1 -1
- package/dist/lib/config.d.mts +2 -1
- package/dist/lib/config.d.mts.map +1 -1
- package/dist/lib/config.mjs.map +1 -1
- package/dist/lib/unplugin/module-resolution.cjs +10 -10
- package/dist/lib/unplugin/module-resolution.mjs +10 -10
- package/dist/lib/unplugin/module-resolution.mjs.map +1 -1
- package/dist/lib/unplugin/plugin.cjs +6 -6
- package/dist/lib/unplugin/plugin.mjs +6 -6
- package/dist/lib/unplugin/plugin.mjs.map +1 -1
- package/dist/plugin-utils/helpers.d.cts +10 -9
- package/dist/plugin-utils/helpers.d.cts.map +1 -1
- package/dist/plugin-utils/helpers.d.mts +10 -9
- package/dist/plugin-utils/helpers.d.mts.map +1 -1
- package/dist/plugin-utils/paths.cjs +6 -2
- package/dist/plugin-utils/paths.mjs +6 -2
- package/dist/plugin-utils/paths.mjs.map +1 -1
- package/dist/types/_internal.d.cts +3 -18
- package/dist/types/_internal.d.cts.map +1 -1
- package/dist/types/_internal.d.mts +3 -18
- package/dist/types/_internal.d.mts.map +1 -1
- package/dist/types/api.d.cts +4 -3
- package/dist/types/api.d.cts.map +1 -1
- package/dist/types/api.d.mts +4 -3
- package/dist/types/api.d.mts.map +1 -1
- package/dist/types/config.d.cts +103 -70
- package/dist/types/config.d.cts.map +1 -1
- package/dist/types/config.d.mts +103 -70
- package/dist/types/config.d.mts.map +1 -1
- package/dist/types/context.d.cts +57 -68
- package/dist/types/context.d.cts.map +1 -1
- package/dist/types/context.d.mts +57 -68
- package/dist/types/context.d.mts.map +1 -1
- package/dist/types/index.d.cts +4 -4
- package/dist/types/index.d.mts +4 -4
- package/dist/types/plugin.d.cts +3 -6
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +3 -6
- package/dist/types/plugin.d.mts.map +1 -1
- package/dist/types/unplugin.d.cts +9 -9
- package/dist/types/unplugin.d.cts.map +1 -1
- package/dist/types/unplugin.d.mts +9 -9
- package/dist/types/unplugin.d.mts.map +1 -1
- package/package.json +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.0",
|
|
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",
|
|
@@ -203,18 +203,19 @@
|
|
|
203
203
|
"types": "./dist/index.d.cts",
|
|
204
204
|
"files": ["dist/**/*", "files/**/*", "schemas/**/*"],
|
|
205
205
|
"dependencies": {
|
|
206
|
+
"@rolldown/pluginutils": "1.0.0-rc.18",
|
|
206
207
|
"@storm-software/config": "^1.137.34",
|
|
207
208
|
"@storm-software/config-tools": "^1.190.1",
|
|
208
|
-
"@stryke/convert": "^0.7.
|
|
209
|
-
"@stryke/env": "^0.20.
|
|
210
|
-
"@stryke/fs": "^0.33.
|
|
211
|
-
"@stryke/hash": "^0.13.
|
|
212
|
-
"@stryke/helpers": "^0.10.
|
|
213
|
-
"@stryke/json": "^0.14.
|
|
214
|
-
"@stryke/path": "^0.28.
|
|
215
|
-
"@stryke/string-format": "^0.17.
|
|
216
|
-
"@stryke/type-checks": "^0.6.
|
|
217
|
-
"@stryke/unique-id": "^0.3.
|
|
209
|
+
"@stryke/convert": "^0.7.3",
|
|
210
|
+
"@stryke/env": "^0.20.87",
|
|
211
|
+
"@stryke/fs": "^0.33.70",
|
|
212
|
+
"@stryke/hash": "^0.13.23",
|
|
213
|
+
"@stryke/helpers": "^0.10.12",
|
|
214
|
+
"@stryke/json": "^0.14.16",
|
|
215
|
+
"@stryke/path": "^0.28.2",
|
|
216
|
+
"@stryke/string-format": "^0.17.13",
|
|
217
|
+
"@stryke/type-checks": "^0.6.5",
|
|
218
|
+
"@stryke/unique-id": "^0.3.81",
|
|
218
219
|
"c12": "^3.3.4",
|
|
219
220
|
"chalk": "5.6.2",
|
|
220
221
|
"compatx": "^0.2.0",
|
|
@@ -228,7 +229,7 @@
|
|
|
228
229
|
},
|
|
229
230
|
"devDependencies": {
|
|
230
231
|
"@storm-software/testing-tools": "^1.119.155",
|
|
231
|
-
"@stryke/types": "^0.
|
|
232
|
+
"@stryke/types": "^0.12.0",
|
|
232
233
|
"@types/diff-match-patch": "^1.0.36",
|
|
233
234
|
"@types/node": "^25.6.0",
|
|
234
235
|
"@types/semver": "^7.7.1",
|
|
@@ -237,5 +238,5 @@
|
|
|
237
238
|
"typescript": "^6.0.3"
|
|
238
239
|
},
|
|
239
240
|
"publishConfig": { "access": "public" },
|
|
240
|
-
"gitHead": "
|
|
241
|
+
"gitHead": "c6c77589e59dbcee5e9dc45132411b04d0e895df"
|
|
241
242
|
}
|