@mulmoclaude/core 0.5.0 → 0.6.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mulmoclaude/core",
3
- "version": "0.5.0",
4
- "description": "Shared server-side core for MulmoClaude and MulmoTerminal — the always-shipped-together subsystems consolidated behind subpath exports so the two hosts can't drift. Server-only except the browser-safe ./whisper/client, ./workspace-setup/slug and ./translation/client entries. All host specifics are injected.",
3
+ "version": "0.6.0",
4
+ "description": "Shared server-side core for MulmoClaude and MulmoTerminal — the always-shipped-together subsystems consolidated behind subpath exports so the two hosts can't drift. Server-only except the browser-safe ./whisper/client, ./workspace-setup/slug, ./translation/client and ./remote-view entries. All host specifics are injected.",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./collection": {
@@ -112,6 +112,12 @@
112
112
  "require": "./dist/whisper/client.cjs",
113
113
  "default": "./dist/whisper/client.js"
114
114
  },
115
+ "./remote-view": {
116
+ "types": "./dist/remote-view/index.d.ts",
117
+ "import": "./dist/remote-view/index.js",
118
+ "require": "./dist/remote-view/index.cjs",
119
+ "default": "./dist/remote-view/index.js"
120
+ },
115
121
  "./translation/client": {
116
122
  "types": "./dist/translation/client.d.ts",
117
123
  "import": "./dist/translation/client.js",
@@ -152,11 +158,11 @@
152
158
  },
153
159
  "devDependencies": {
154
160
  "@receptron/task-scheduler": "*",
155
- "@types/node": "^26.0.1",
161
+ "@types/node": "^26.1.0",
156
162
  "gui-chat-protocol": "^0.4.0",
157
163
  "tsx": "^4.22.4",
158
164
  "typescript": "^6.0.3",
159
- "vite": "^8.1.0",
165
+ "vite": "^8.1.2",
160
166
  "vite-plugin-dts": "^5.0.3"
161
167
  },
162
168
  "license": "MIT"