@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 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
- * @module cli
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
- * @module helpers
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
@@ -10,6 +10,6 @@
10
10
  * - OPENCLAW_HOME env var (path to .openclaw directory)
11
11
  * - Default: ~/.openclaw/openclaw.json
12
12
  *
13
- * @module cli
13
+ * @packageDocumentation
14
14
  */
15
15
  export {};
@@ -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
- * @module helpers
9
+ * @packageDocumentation
10
10
  */
11
11
  import type { PluginApi } from '@karmaniverous/jeeves';
12
12
  /** Resolve the plugin key seed from plugin config. */
@@ -2,7 +2,7 @@
2
2
  "id": "jeeves-server-openclaw",
3
3
  "name": "Jeeves Server",
4
4
  "description": "File browsing, document sharing, export, and event gateway tools for jeeves-server.",
5
- "version": "0.4.0",
5
+ "version": "0.4.1",
6
6
  "skills": [
7
7
  "dist/skills/jeeves-server"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karmaniverous/jeeves-server-openclaw",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {