@kengic/vue 0.26.5-beta.8 → 0.26.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ export declare type IKgCanvasElementProperties = {
5
5
  /**
6
6
  * 编码, 全局唯一.
7
7
  */
8
- code?: string;
8
+ key?: string;
9
9
  /**
10
10
  * 数据.
11
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.5-beta.8",
3
+ "version": "0.26.5",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
@@ -42,7 +42,7 @@
42
42
  "@iconify/vue": "4.1.1",
43
43
  "@kengic/pont": "1.2.17-beta.0",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
- "@thymine/xunee": "0.4.9-beta.5",
45
+ "@thymine/xunee": "0.4.9-beta.8",
46
46
  "@types/crypto-js": "4.1.1",
47
47
  "@types/fs-extra": "9.0.13",
48
48
  "@types/inquirer": "8.2.5",