@karmaniverous/jeeves-server-openclaw 0.7.0 → 0.7.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/cli.js +257 -155
- package/dist/index.js +1204 -1090
- package/openclaw.plugin.json +1 -1
- package/package.json +6 -6
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karmaniverous/jeeves-server-openclaw",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"release:pre": "dotenvx run -f .env.local -- release-it --no-git.requireBranch --github.prerelease --preRelease"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@dotenvx/dotenvx": "^1.
|
|
20
|
+
"@dotenvx/dotenvx": "^1.59.1",
|
|
21
21
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
22
22
|
"@rollup/plugin-json": "^6.1.0",
|
|
23
23
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"auto-changelog": "^2.5.0",
|
|
26
26
|
"cross-env": "^10.1.0",
|
|
27
27
|
"release-it": "^19.2.4",
|
|
28
|
-
"rollup": "^4.
|
|
28
|
+
"rollup": "^4.60.1",
|
|
29
29
|
"tslib": "^2.8.1",
|
|
30
|
-
"vitest": "^4.1.
|
|
30
|
+
"vitest": "^4.1.2"
|
|
31
31
|
},
|
|
32
32
|
"author": "Jason Williscroft",
|
|
33
33
|
"description": "OpenClaw plugin for jeeves-server — file browsing, sharing, export, and event gateway tools",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"hideCredit": true
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@karmaniverous/jeeves": "^0.5.
|
|
119
|
-
"zod": "^4.3.
|
|
118
|
+
"@karmaniverous/jeeves": "^0.5.4",
|
|
119
|
+
"zod": "^4.3.6"
|
|
120
120
|
}
|
|
121
121
|
}
|