@53ai/53ai-openclaw 1.0.1 → 1.0.2
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/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1569,8 +1569,8 @@ const aiHubPlugin = {
|
|
|
1569
1569
|
};
|
|
1570
1570
|
|
|
1571
1571
|
const plugin = {
|
|
1572
|
-
id: "
|
|
1573
|
-
name: "
|
|
1572
|
+
id: "53ai-openclaw",
|
|
1573
|
+
name: "53AI OpenClaw",
|
|
1574
1574
|
description: "53AIHub (AgentHub) OpenClaw 插件",
|
|
1575
1575
|
configSchema: emptyPluginConfigSchema(),
|
|
1576
1576
|
register(api) {
|