@mulmoclaude/mulmoscript-plugin 1.1.2 → 1.1.3

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulmoclaude/mulmoscript-plugin",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "presentMulmoScript — MulmoScript storyboard tool for MulmoClaude and MulmoTerminal. Browser-safe core (tool definition + save/reopen/update logic against the generic gui-chat-protocol files.artifacts capability) on `.`, Vue View/Preview on `./vue`, and the Node-only ops layer (mulmocast render/movie/PDF orchestration + dispatch router, host backends injected) on `./server`.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@mulmoclaude/common": "^1.1.1",
45
- "@mulmoclaude/core": "^1.5.0"
45
+ "@mulmoclaude/core": "^1.13.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@mulmocast/deck-web": "^1.1.1",
@@ -55,19 +55,19 @@
55
55
  "devDependencies": {
56
56
  "@eslint/js": "^10.0.1",
57
57
  "@tailwindcss/vite": "^4.3.2",
58
- "@types/node": "^26.1.1",
58
+ "@types/node": "^26.1.2",
59
59
  "@typescript-eslint/eslint-plugin": "^8.65.0",
60
60
  "@typescript-eslint/parser": "^8.65.0",
61
61
  "@vitejs/plugin-vue": "^6.0.8",
62
62
  "eslint": "^10.8.0",
63
63
  "eslint-plugin-vue": "^10.10.0",
64
- "globals": "^17.7.0",
64
+ "globals": "^17.8.0",
65
65
  "tailwindcss": "^4.3.2",
66
66
  "tsx": "^4.23.1",
67
67
  "typescript": "^6.0.3",
68
68
  "vite": "^8.1.4",
69
69
  "vue-eslint-parser": "^10.4.0",
70
- "vue-tsc": "^3.3.8"
70
+ "vue-tsc": "^3.3.9"
71
71
  },
72
72
  "license": "MIT",
73
73
  "homepage": "https://github.com/receptron/mulmoclaude/tree/main/packages/plugins/mulmoscript-plugin#readme",