@karmaniverous/jeeves-watcher-openclaw 0.13.1 → 0.13.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 CHANGED
@@ -15307,14 +15307,14 @@ const SECTION_ORDER = [
15307
15307
  * Core library version, inlined at build time.
15308
15308
  *
15309
15309
  * @remarks
15310
- * The `0.4.4` placeholder is replaced by
15310
+ * The `0.4.5` placeholder is replaced by
15311
15311
  * `@rollup/plugin-replace` during the build with the actual version
15312
15312
  * from `package.json`. This ensures the correct version survives
15313
15313
  * when consumers bundle core into their own dist (where runtime
15314
15314
  * `import.meta.url`-based resolution would find the wrong package.json).
15315
15315
  */
15316
15316
  /** The core library version from package.json (inlined at build time). */
15317
- const CORE_VERSION = '0.4.4';
15317
+ const CORE_VERSION = '0.4.5';
15318
15318
 
15319
15319
  /**
15320
15320
  * Workspace and config root initialization.
package/dist/index.js CHANGED
@@ -15478,14 +15478,14 @@ const PLATFORM_COMPONENTS = [
15478
15478
  * Core library version, inlined at build time.
15479
15479
  *
15480
15480
  * @remarks
15481
- * The `0.4.4` placeholder is replaced by
15481
+ * The `0.4.5` placeholder is replaced by
15482
15482
  * `@rollup/plugin-replace` during the build with the actual version
15483
15483
  * from `package.json`. This ensures the correct version survives
15484
15484
  * when consumers bundle core into their own dist (where runtime
15485
15485
  * `import.meta.url`-based resolution would find the wrong package.json).
15486
15486
  */
15487
15487
  /** The core library version from package.json (inlined at build time). */
15488
- const CORE_VERSION = '0.4.4';
15488
+ const CORE_VERSION = '0.4.5';
15489
15489
 
15490
15490
  /**
15491
15491
  * Workspace and config root initialization.
@@ -2,7 +2,7 @@
2
2
  "id": "jeeves-watcher-openclaw",
3
3
  "name": "Jeeves Watcher",
4
4
  "description": "Semantic search, metadata enrichment, and instance administration for a jeeves-watcher deployment.",
5
- "version": "0.13.1",
5
+ "version": "0.13.2",
6
6
  "skills": [
7
7
  "dist/skills/jeeves-watcher"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karmaniverous/jeeves-watcher-openclaw",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "author": "Jason Williscroft",
5
5
  "description": "OpenClaw plugin for jeeves-watcher — semantic search and metadata enrichment tools",
6
6
  "license": "BSD-3-Clause",
@@ -57,7 +57,7 @@
57
57
  "hideCredit": true
58
58
  },
59
59
  "dependencies": {
60
- "@karmaniverous/jeeves": "^0.4.4"
60
+ "@karmaniverous/jeeves": "^0.4.6"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@dotenvx/dotenvx": "^1.59.1",