codewave-openclaw-installer 2.2.0 → 2.2.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/bin/install.mjs +1 -1
- package/index.js +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -2
package/bin/install.mjs
CHANGED
|
@@ -1083,7 +1083,7 @@ async function runConfigBootstrap(context) {
|
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
1085
|
async function runExtensionInstall(context) {
|
|
1086
|
-
const extensionId = 'codewave-
|
|
1086
|
+
const extensionId = 'codewave-openclaw-installer';
|
|
1087
1087
|
const extensionsDir = join(homedir(), '.openclaw', 'extensions');
|
|
1088
1088
|
const extensionTarget = join(extensionsDir, extensionId);
|
|
1089
1089
|
const pluginJsonPath = join(PKG_ROOT, 'openclaw.plugin.json');
|
package/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { emptyPluginConfigSchema } from 'openclaw/plugin-sdk';
|
|
9
9
|
|
|
10
10
|
const plugin = {
|
|
11
|
-
id: 'codewave-
|
|
11
|
+
id: 'codewave-openclaw-installer',
|
|
12
12
|
name: 'CodeWave Toolkit',
|
|
13
13
|
description: '网易智企 CodeWave 低代码平台 OpenClaw 工具集',
|
|
14
14
|
configSchema: emptyPluginConfigSchema(),
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codewave-openclaw-installer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "网易智企 CodeWave OpenClaw 扩展:Skills + CLI 依赖一键安装",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"codewave-check": "bin/check.mjs"
|
|
11
11
|
},
|
|
12
12
|
"openclaw": {
|
|
13
|
-
"id": "codewave-
|
|
13
|
+
"id": "codewave-openclaw-installer",
|
|
14
14
|
"extensions": [
|
|
15
15
|
"./index.js"
|
|
16
16
|
],
|