hyperclaw 4.0.0 → 4.0.1

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/sdk/index.js CHANGED
@@ -12,8 +12,8 @@ function defineTool(tool) {
12
12
  ...tool
13
13
  };
14
14
  }
15
- const SDK_VERSION = "4.0.0";
16
- const SDK_COMPAT = ">=4.0.0";
15
+ const SDK_VERSION = "4.0.1";
16
+ const SDK_COMPAT = ">=4.0.1";
17
17
 
18
18
  //#endregion
19
19
  exports.SDK_COMPAT = SDK_COMPAT;
@@ -11,8 +11,8 @@ function defineTool(tool) {
11
11
  ...tool
12
12
  };
13
13
  }
14
- const SDK_VERSION = "4.0.0";
15
- const SDK_COMPAT = ">=4.0.0";
14
+ const SDK_VERSION = "4.0.1";
15
+ const SDK_COMPAT = ">=4.0.1";
16
16
 
17
17
  //#endregion
18
18
  export { SDK_COMPAT, SDK_VERSION, defineChannelExtension, definePlugin, defineTool };