@blueking/ai-blueking 0.2.0-beta.1 → 0.2.0-beta.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -148,7 +148,7 @@ npm i @blueking/ai-blueking
148
148
  <script setup lang="ts">
149
149
  import { ref } from 'vue';
150
150
 
151
- import AIBlueking, { type IPrompt, type IMessage, RoleType } from '../src/vue3.ts';
151
+ import AIBlueking, { type IPrompt, type IMessage, RoleType } from '@blueking/ai-blueking';
152
152
 
153
153
  import '@blueking/ai-blueking/dist/vue3/style.css';
154
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/ai-blueking",
3
- "version": "0.2.0-beta.1",
3
+ "version": "0.2.0-beta.2",
4
4
  "description": "AI 小鲸",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -57,7 +57,6 @@
57
57
  "registry": "https://registry.npmjs.org/"
58
58
  },
59
59
  "dependencies": {
60
- "bkui-vue": "^2.0.1-beta.49",
61
60
  "dompurify": "^3.1.5",
62
61
  "markdown-it": "^13.0.1"
63
62
  }