@openduo/duoduo 0.2.0 → 0.2.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default { connectToDevTools() {} };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openduo/duoduo",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"ink-text-input": "^5.0.1",
|
|
54
54
|
"react": "^18.3.1",
|
|
55
55
|
"zod": "^4.3.6",
|
|
56
|
-
"@openduo/protocol": "0.2.
|
|
56
|
+
"@openduo/protocol": "0.2.1"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"test": "vitest run",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"build:release:plain": "ALADUO_MINIFY=false node scripts/build-release.mjs",
|
|
65
65
|
"build:channel:feishu": "pnpm --dir packages/channel-feishu run build:plugin",
|
|
66
66
|
"build:channel:acp": "pnpm --dir packages/channel-acp run build:plugin",
|
|
67
|
-
"release:offline": "bash scripts/release-offline.sh",
|
|
68
67
|
"build:container": "bash scripts/container-build.sh",
|
|
69
68
|
"container:prepare": "bash scripts/container-prepare.sh",
|
|
70
69
|
"container:shell": "bash scripts/container-shell.sh",
|