@blade-hq/agent-client 2610.0.0-beta.74 → 2610.0.0-beta.76

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6796,7 +6796,7 @@ function resolveServiceUrl(endpoints, name, path = "") {
6796
6796
 
6797
6797
  // src/version.ts
6798
6798
  var SDK_NAME = "agent-client";
6799
- var SDK_VERSION = true ? "2610.0.0-beta.74" : "1.1.1";
6799
+ var SDK_VERSION = true ? "2610.0.0-beta.76" : "1.1.1";
6800
6800
 
6801
6801
  // src/commands/protocol.ts
6802
6802
  function isCommandEnvelope(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blade-hq/agent-client",
3
- "version": "2610.0.0-beta.74",
3
+ "version": "2610.0.0-beta.76",
4
4
  "description": "Blade Agent 框架无关客户端:会话实时状态机、REST 通道、弹窗登录、页面协作。浏览器与 Node.js 通用。",
5
5
  "repository": {
6
6
  "type": "git",