@halo-dev/ui-plugin-bundler-kit 2.16.0 → 2.17.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/index.cjs +6 -2
- package/dist/index.mjs +6 -2
- package/package.json +4 -3
package/dist/index.cjs
CHANGED
|
@@ -3888,7 +3888,9 @@ function HaloUIPluginBundlerKit() {
|
|
|
3888
3888
|
"@vueuse/router",
|
|
3889
3889
|
"@halo-dev/shared",
|
|
3890
3890
|
"@halo-dev/components",
|
|
3891
|
-
"@halo-dev/
|
|
3891
|
+
"@halo-dev/api-client",
|
|
3892
|
+
"@halo-dev/richtext-editor",
|
|
3893
|
+
"axios"
|
|
3892
3894
|
],
|
|
3893
3895
|
output: {
|
|
3894
3896
|
globals: {
|
|
@@ -3899,7 +3901,9 @@ function HaloUIPluginBundlerKit() {
|
|
|
3899
3901
|
"@vueuse/router": "VueUse",
|
|
3900
3902
|
"@halo-dev/console-shared": "HaloConsoleShared",
|
|
3901
3903
|
"@halo-dev/components": "HaloComponents",
|
|
3902
|
-
"@halo-dev/
|
|
3904
|
+
"@halo-dev/api-client": "HaloApiClient",
|
|
3905
|
+
"@halo-dev/richtext-editor": "RichTextEditor",
|
|
3906
|
+
axios: "axios"
|
|
3903
3907
|
},
|
|
3904
3908
|
extend: true
|
|
3905
3909
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -3880,7 +3880,9 @@ function HaloUIPluginBundlerKit() {
|
|
|
3880
3880
|
"@vueuse/router",
|
|
3881
3881
|
"@halo-dev/shared",
|
|
3882
3882
|
"@halo-dev/components",
|
|
3883
|
-
"@halo-dev/
|
|
3883
|
+
"@halo-dev/api-client",
|
|
3884
|
+
"@halo-dev/richtext-editor",
|
|
3885
|
+
"axios"
|
|
3884
3886
|
],
|
|
3885
3887
|
output: {
|
|
3886
3888
|
globals: {
|
|
@@ -3891,7 +3893,9 @@ function HaloUIPluginBundlerKit() {
|
|
|
3891
3893
|
"@vueuse/router": "VueUse",
|
|
3892
3894
|
"@halo-dev/console-shared": "HaloConsoleShared",
|
|
3893
3895
|
"@halo-dev/components": "HaloComponents",
|
|
3894
|
-
"@halo-dev/
|
|
3896
|
+
"@halo-dev/api-client": "HaloApiClient",
|
|
3897
|
+
"@halo-dev/richtext-editor": "RichTextEditor",
|
|
3898
|
+
axios: "axios"
|
|
3895
3899
|
},
|
|
3896
3900
|
extend: true
|
|
3897
3901
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halo-dev/ui-plugin-bundler-kit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.0",
|
|
4
4
|
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/ui-plugin-bundler-kit#readme",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/halo-dev/halo/issues"
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
17
|
"import": "./dist/index.mjs",
|
|
18
|
-
"require": "./dist/index.cjs"
|
|
18
|
+
"require": "./dist/index.cjs",
|
|
19
|
+
"types": "./dist/index.d.ts"
|
|
19
20
|
}
|
|
20
21
|
},
|
|
21
22
|
"main": "./dist/index.cjs",
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
"@types/js-yaml": "^4.0.9",
|
|
29
30
|
"js-yaml": "^4.1.0",
|
|
30
31
|
"unbuild": "^0.7.6",
|
|
31
|
-
"@halo-dev/api-client": "2.
|
|
32
|
+
"@halo-dev/api-client": "2.17.0"
|
|
32
33
|
},
|
|
33
34
|
"peerDependencies": {
|
|
34
35
|
"vite": "^4.0.0 || ^5.0.0"
|