@karmaniverous/jeeves-server-openclaw 0.4.0 → 0.4.1
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/src/cli.d.ts +1 -1
- package/dist/src/helpers.d.ts +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -18916,7 +18916,7 @@ function removePlugin(home, configPath) {
|
|
|
18916
18916
|
* - OPENCLAW_HOME env var (path to .openclaw directory)
|
|
18917
18917
|
* - Default: ~/.openclaw/openclaw.json
|
|
18918
18918
|
*
|
|
18919
|
-
* @
|
|
18919
|
+
* @packageDocumentation
|
|
18920
18920
|
*/
|
|
18921
18921
|
/** Get the package root (where this CLI lives). */
|
|
18922
18922
|
function getPackageRoot() {
|
package/dist/index.js
CHANGED
|
@@ -20460,7 +20460,7 @@ async function generateServerMenu(apiUrl) {
|
|
|
20460
20460
|
* authenticated requests to jeeves-server. Generic helpers (ok, fail,
|
|
20461
20461
|
* connectionFail, fetchJson, etc.) are imported from `@karmaniverous/jeeves`.
|
|
20462
20462
|
*
|
|
20463
|
-
* @
|
|
20463
|
+
* @packageDocumentation
|
|
20464
20464
|
*/
|
|
20465
20465
|
/** Resolve the plugin key seed from plugin config. */
|
|
20466
20466
|
function getPluginKey(api) {
|
package/dist/src/cli.d.ts
CHANGED
package/dist/src/helpers.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* authenticated requests to jeeves-server. Generic helpers (ok, fail,
|
|
7
7
|
* connectionFail, fetchJson, etc.) are imported from `@karmaniverous/jeeves`.
|
|
8
8
|
*
|
|
9
|
-
* @
|
|
9
|
+
* @packageDocumentation
|
|
10
10
|
*/
|
|
11
11
|
import type { PluginApi } from '@karmaniverous/jeeves';
|
|
12
12
|
/** Resolve the plugin key seed from plugin config. */
|
package/openclaw.plugin.json
CHANGED