@karmaniverous/jeeves-meta-openclaw 0.9.1 → 0.9.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
@@ -15477,14 +15477,14 @@ const PLATFORM_COMPONENTS = [
15477
15477
  * Core library version, inlined at build time.
15478
15478
  *
15479
15479
  * @remarks
15480
- * The `0.4.4` placeholder is replaced by
15480
+ * The `0.4.5` placeholder is replaced by
15481
15481
  * `@rollup/plugin-replace` during the build with the actual version
15482
15482
  * from `package.json`. This ensures the correct version survives
15483
15483
  * when consumers bundle core into their own dist (where runtime
15484
15484
  * `import.meta.url`-based resolution would find the wrong package.json).
15485
15485
  */
15486
15486
  /** The core library version from package.json (inlined at build time). */
15487
- const CORE_VERSION = '0.4.4';
15487
+ const CORE_VERSION = '0.4.5';
15488
15488
 
15489
15489
  /**
15490
15490
  * Workspace and config root initialization.
@@ -2,7 +2,7 @@
2
2
  "id": "jeeves-meta-openclaw",
3
3
  "name": "Jeeves Meta",
4
4
  "description": "Knowledge synthesis tools — trigger synthesis, view status, manage entities.",
5
- "version": "0.9.1",
5
+ "version": "0.9.2",
6
6
  "skills": [
7
7
  "dist/skills/jeeves-meta"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karmaniverous/jeeves-meta-openclaw",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "author": "Jason Williscroft",
5
5
  "description": "OpenClaw plugin for jeeves-meta — synthesis tools and virtual rule registration",
6
6
  "license": "BSD-3-Clause",
@@ -120,6 +120,6 @@
120
120
  }
121
121
  },
122
122
  "dependencies": {
123
- "@karmaniverous/jeeves": "^0.4.5"
123
+ "@karmaniverous/jeeves": "^0.4.6"
124
124
  }
125
125
  }