@elizaos/plugin-knowledge 1.0.0-beta.70 → 1.0.0-beta.71
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 +2 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-knowledge",
|
|
3
3
|
"description": "Plugin for Knowledge",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.71",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -47,13 +47,10 @@
|
|
|
47
47
|
"prettier": "3.5.3"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
|
-
"
|
|
51
|
-
"test-with-cli": "cd ../cli && bun run build && cd ../plugin-knowledge && elizaos test",
|
|
52
|
-
"dev": "elizaos dev",
|
|
50
|
+
"dev": "tsup --watch",
|
|
53
51
|
"build": "tsup",
|
|
54
52
|
"lint": "prettier --write ./src",
|
|
55
53
|
"test": "elizaos test",
|
|
56
|
-
"publish": "elizaos publish",
|
|
57
54
|
"format": "prettier --write ./src",
|
|
58
55
|
"format:check": "prettier --check ./src",
|
|
59
56
|
"clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo"
|