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/README.md +49 -17
- package/dist/api-keys-guide-Bzig1R5W.js +149 -0
- package/dist/connector-DRv1ahC_.js +343 -0
- package/dist/delivery-B-SJqXLn.js +95 -0
- package/dist/delivery-VgFeuu2J.js +5 -0
- package/dist/hyperclawbot-DfMGowZC.js +480 -0
- package/dist/onboard-3q20ZyHj.js +9 -0
- package/dist/onboard-DnegOHMh.js +3026 -0
- package/dist/run-main.js +93 -94
- package/dist/runner-Bu--_RXw.js +810 -0
- package/dist/sdk/index.js +2 -2
- package/dist/sdk/index.mjs +2 -2
- package/dist/server-CCI1hv45.js +1047 -0
- package/dist/server-RBqwE_GN.js +4 -0
- package/dist/voice-transcription-CbQBToY0.js +138 -0
- package/package.json +1 -1
package/dist/sdk/index.js
CHANGED
package/dist/sdk/index.mjs
CHANGED
|
@@ -11,8 +11,8 @@ function defineTool(tool) {
|
|
|
11
11
|
...tool
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
-
const SDK_VERSION = "4.0.
|
|
15
|
-
const SDK_COMPAT = ">=4.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 };
|