@karmaniverous/jeeves-meta-openclaw 0.12.6 → 0.12.7
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/index.js +2 -27978
- package/dist/rollup.config.d.ts +3 -3
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
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