@karmaniverous/jeeves-meta-openclaw 0.12.6 → 0.12.8
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 +22 -9
- package/dist/index.js +2 -27978
- package/dist/rollup.config.d.ts +3 -3
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -2
package/dist/rollup.config.d.ts
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Rollup configuration for the OpenClaw plugin package.
|
|
3
3
|
* Two entry points: plugin (ESM + declarations) and CLI (ESM executable).
|
|
4
4
|
*
|
|
5
|
-
* `@karmaniverous/jeeves`
|
|
6
|
-
*
|
|
7
|
-
*
|
|
5
|
+
* Runtime dependencies (`@karmaniverous/jeeves`, `@karmaniverous/jeeves-meta`)
|
|
6
|
+
* are externalized — the OpenClaw host environment provides them.
|
|
7
|
+
* CLI bundles everything for standalone execution.
|
|
8
8
|
*/
|
|
9
9
|
import type { RollupOptions } from 'rollup';
|
|
10
10
|
declare const _default: RollupOptions[];
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/karmaniverous/jeeves-meta/issues"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@karmaniverous/jeeves": "^0.5.
|
|
10
|
+
"@karmaniverous/jeeves": "^0.5.12",
|
|
11
11
|
"@karmaniverous/jeeves-meta-core": "^0.1.3"
|
|
12
12
|
},
|
|
13
13
|
"description": "OpenClaw plugin for jeeves-meta — synthesis tools and virtual rule registration",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
},
|
|
113
113
|
"type": "module",
|
|
114
114
|
"types": "dist/index.d.ts",
|
|
115
|
-
"version": "0.12.
|
|
115
|
+
"version": "0.12.8"
|
|
116
116
|
}
|