@elizaos/plugin-feishu 2.0.3-beta.4 → 2.0.3-beta.5
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-feishu",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@elizaos/core": "2.0.3-beta.
|
|
47
|
+
"@elizaos/core": "2.0.3-beta.5",
|
|
48
48
|
"@larksuiteoapi/node-sdk": "^1.40.0",
|
|
49
49
|
"@types/node": "^25.0.3",
|
|
50
50
|
"typescript": "^6.0.3"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"test": "vitest run",
|
|
60
60
|
"test:watch": "vitest",
|
|
61
61
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
62
|
-
"clean": "rm
|
|
62
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo .turbo-tsconfig.json tsconfig.tsbuildinfo",
|
|
63
63
|
"format": "bunx @biomejs/biome format --write .",
|
|
64
64
|
"format:check": "bunx @biomejs/biome format .",
|
|
65
65
|
"lint:check": "bunx @biomejs/biome check .",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"node": "ESM build available via exports.import"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "ff6157011c9459670021cc28a6797592a78b8817"
|
|
121
121
|
}
|