@heybox/hb-sdk 0.7.4-alpha.6 → 0.7.5-alpha.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/vite.cjs.js CHANGED
@@ -8,7 +8,7 @@ var _documentCurrentScript = typeof document !== 'undefined' ? document.currentS
8
8
  /** 构建时替换为当前发布包的实际版本。 */
9
9
  const HB_SDK_VERSION = typeof undefined === 'string'
10
10
  ? undefined
11
- : '0.7.4-alpha.6';
11
+ : '0.7.5-alpha.0';
12
12
 
13
13
  var re = {exports: {}};
14
14
 
package/dist/vite.esm.js CHANGED
@@ -5,7 +5,7 @@ import { AsyncLocalStorage } from 'node:async_hooks';
5
5
  /** 构建时替换为当前发布包的实际版本。 */
6
6
  const HB_SDK_VERSION = typeof undefined === 'string'
7
7
  ? undefined
8
- : '0.7.4-alpha.6';
8
+ : '0.7.5-alpha.0';
9
9
 
10
10
  var re = {exports: {}};
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heybox/hb-sdk",
3
- "version": "0.7.4-alpha.6",
3
+ "version": "0.7.5-alpha.0",
4
4
  "sideEffects": [
5
5
  "./src/index.ts",
6
6
  "./src/core/singleton.ts",
@@ -53,11 +53,11 @@
53
53
  "author": "",
54
54
  "license": "ISC",
55
55
  "dependencies": {
56
- "@msgpack/msgpack": "^3.1.3",
56
+ "@msgpack/msgpack": "2.8.0",
57
57
  "parse5": "^7.3.0",
58
58
  "undici": "^7.28.0",
59
59
  "ws": "^8.18.0",
60
- "@heybox/hb-sdk-protocol": "0.7.4-alpha.6"
60
+ "@heybox/hb-sdk-protocol": "0.7.5-alpha.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "vite": ">=5"
@@ -100,11 +100,11 @@
100
100
  "vue": "^2.7.16",
101
101
  "vite": "^8.0.12",
102
102
  "vitest": "^3.2.4",
103
- "@heybox/hb-sdk-runtime": "~0.7.4-alpha.6",
104
- "@heybox/hb-api": "~1.25.20",
103
+ "@heybox/hb-api": "~1.25.22",
105
104
  "@heybox/runtime": "~0.2.0",
106
- "@heybox/runtime-policy": "~0.2.0",
107
- "@heybox/runtime-transport-fetch": "~0.2.0"
105
+ "@heybox/runtime-transport-fetch": "~0.2.0",
106
+ "@heybox/hb-sdk-runtime": "~0.7.5-alpha.0",
107
+ "@heybox/runtime-policy": "~0.2.0"
108
108
  },
109
109
  "publishConfig": {
110
110
  "registry": "https://registry.npmjs.org/",
@@ -24,7 +24,7 @@
24
24
  ## Package metadata
25
25
 
26
26
  - Package: `@heybox/hb-sdk`
27
- - Version at generation time: `0.7.4-alpha.6`
27
+ - Version at generation time: `0.7.5-alpha.0`
28
28
  - Public root export: `@heybox/hb-sdk`
29
29
  - Protocol export: `@heybox/hb-sdk/protocol`
30
30
  - Vite plugin export: `@heybox/hb-sdk/vite`
package/skill/skill.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "hb-sdk",
3
- "skillVersion": "0.7.4-alpha.6+skill.e55046789126",
3
+ "skillVersion": "0.7.5-alpha.0+skill.00f042a71c63",
4
4
  "sdk": {
5
5
  "package": "@heybox/hb-sdk",
6
- "version": "0.7.4-alpha.6",
7
- "compatibility": "0.7.4-alpha.6"
6
+ "version": "0.7.5-alpha.0",
7
+ "compatibility": "0.7.5-alpha.0"
8
8
  },
9
9
  "source": "https://open.xiaoheihe.cn/agent-skills/hb-sdk",
10
- "integrity": "sha256-e550467891262c5c0d17a91f25acffa2adaf9118f6198e47ef2c2615bb4b9504"
10
+ "integrity": "sha256-00f042a71c637f5aad3141a72a647fc136c74eec7339e4801634c761ea2b7ce5"
11
11
  }