@karmaniverous/jeeves-server-openclaw 0.4.1 → 0.5.0
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 +14 -8448
- package/dist/index.js +391 -9149
- package/dist/src/helpers.d.ts +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -2
package/dist/src/helpers.d.ts
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* @packageDocumentation
|
|
10
10
|
*/
|
|
11
|
-
import type
|
|
11
|
+
import { type PluginApi } from '@karmaniverous/jeeves';
|
|
12
12
|
/** Resolve the plugin key seed from plugin config. */
|
|
13
13
|
export declare function getPluginKey(api: PluginApi): string | undefined;
|
|
14
14
|
/** Derive HMAC key from seed. */
|
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.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -115,6 +115,6 @@
|
|
|
115
115
|
"hideCredit": true
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@karmaniverous/jeeves": "^0.
|
|
118
|
+
"@karmaniverous/jeeves": "^0.3.0"
|
|
119
119
|
}
|
|
120
120
|
}
|