@halo-dev/ui-plugin-bundler-kit 1.0.0 → 2.12.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 CHANGED
@@ -3887,7 +3887,8 @@ function HaloUIPluginBundlerKit() {
3887
3887
  "@vueuse/components",
3888
3888
  "@vueuse/router",
3889
3889
  "@halo-dev/shared",
3890
- "@halo-dev/components"
3890
+ "@halo-dev/components",
3891
+ "@halo-dev/richtext-editor"
3891
3892
  ],
3892
3893
  output: {
3893
3894
  globals: {
@@ -3897,7 +3898,8 @@ function HaloUIPluginBundlerKit() {
3897
3898
  "@vueuse/components": "VueUse",
3898
3899
  "@vueuse/router": "VueUse",
3899
3900
  "@halo-dev/console-shared": "HaloConsoleShared",
3900
- "@halo-dev/components": "HaloComponents"
3901
+ "@halo-dev/components": "HaloComponents",
3902
+ "@halo-dev/richtext-editor": "RichTextEditor"
3901
3903
  },
3902
3904
  extend: true
3903
3905
  }
package/dist/index.mjs CHANGED
@@ -3879,7 +3879,8 @@ function HaloUIPluginBundlerKit() {
3879
3879
  "@vueuse/components",
3880
3880
  "@vueuse/router",
3881
3881
  "@halo-dev/shared",
3882
- "@halo-dev/components"
3882
+ "@halo-dev/components",
3883
+ "@halo-dev/richtext-editor"
3883
3884
  ],
3884
3885
  output: {
3885
3886
  globals: {
@@ -3889,7 +3890,8 @@ function HaloUIPluginBundlerKit() {
3889
3890
  "@vueuse/components": "VueUse",
3890
3891
  "@vueuse/router": "VueUse",
3891
3892
  "@halo-dev/console-shared": "HaloConsoleShared",
3892
- "@halo-dev/components": "HaloComponents"
3893
+ "@halo-dev/components": "HaloComponents",
3894
+ "@halo-dev/richtext-editor": "RichTextEditor"
3893
3895
  },
3894
3896
  extend: true
3895
3897
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halo-dev/ui-plugin-bundler-kit",
3
- "version": "1.0.0",
3
+ "version": "2.12.0",
4
4
  "homepage": "https://github.com/halo-dev/halo/tree/main/console/packages/ui-plugin-bundler-kit#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/halo-dev/halo/issues"
@@ -28,7 +28,7 @@
28
28
  "@types/js-yaml": "^4.0.9",
29
29
  "js-yaml": "^4.1.0",
30
30
  "unbuild": "^0.7.6",
31
- "@halo-dev/api-client": "2.11.0"
31
+ "@halo-dev/api-client": "2.12.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "vite": "^4.0.0 || ^5.0.0"