@mulmoclaude/mulmoscript-plugin 0.1.0 → 0.2.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/vue.js CHANGED
@@ -1,4 +1,5 @@
1
- import { a as pluginCore, d as TOOL_DEFINITION, f as TOOL_NAME } from "./plugin-W1ppnyhR.js";
1
+ import { a as pluginCore, d as TOOL_DEFINITION, f as TOOL_NAME } from "./plugin-BQyzxkui.js";
2
+ import { t as GENERATION_EVENT } from "./contract-vY0niHkh.js";
2
3
  import { mulmoBeatSchema, mulmoScriptSchema } from "@mulmocast/types";
3
4
  import { Fragment, computed, createCommentVNode, createElementBlock, createElementVNode, createVNode, defineAsyncComponent, defineComponent, inject, normalizeClass, normalizeStyle, onBeforeUnmount, onMounted, openBlock, reactive, ref, renderList, toDisplayString, unref, vModelText, vShow, watch, withDirectives, withModifiers } from "vue";
4
5
  import { PLUGIN_RUNTIME_KEY, useRuntime } from "gui-chat-protocol/vue";
@@ -117,11 +118,6 @@ function isAllSlideDeck(script) {
117
118
  });
118
119
  }
119
120
  //#endregion
120
- //#region src/core/contract.ts
121
- /** Plugin pubsub event name the host publishes generation events on
122
- * (full channel: `plugin:<scope>:generation`). */
123
- var GENERATION_EVENT = "generation";
124
- //#endregion
125
121
  //#region src/vue/transport.ts
126
122
  var GENERATION_EVENT_KINDS = /* @__PURE__ */ new Set([
127
123
  "beatImage",