@mcp-b/char 0.1.2 → 0.1.4

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,9 +1,9 @@
1
1
  {
2
2
  "name": "@mcp-b/char",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Char host shell. Framework-agnostic custom element that bridges to the iframe embed runtime.",
5
5
  "type": "module",
6
- "license": "UNLICENSED",
6
+ "license": "MIT",
7
7
  "homepage": "https://github.com/WebMCP-org/char#readme",
8
8
  "bugs": {
9
9
  "url": "https://github.com/WebMCP-org/char/issues"
@@ -50,22 +50,22 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "scripts": {
54
- "build": "rm -f dist/*.js dist/*.d.ts dist/*.map && NODE_ENV=production tsdown && pnpm docs:cem",
55
- "dev": "tsdown --watch",
56
- "docs:cem": "pnpm -w exec cem analyze --config packages/char/custom-elements-manifest.config.mjs",
57
- "test": "vitest run",
58
- "check:types": "tsc --noEmit",
59
- "check:lint": "biome lint src"
60
- },
61
53
  "dependencies": {},
62
54
  "devDependencies": {
63
- "@mcp-b/shared-types": "workspace:*",
64
55
  "@types/node": "^25.2.1",
65
56
  "@types/react": "^19.2.10",
66
57
  "happy-dom": "^20.5.0",
67
58
  "tsdown": "^0.20.3",
68
59
  "typescript": "^5.9.3",
69
- "vitest": "^4.0.18"
60
+ "vitest": "^4.0.18",
61
+ "@mcp-b/char-shared-types": "0.0.1"
62
+ },
63
+ "scripts": {
64
+ "build": "rm -f dist/*.js dist/*.d.ts dist/*.map && NODE_ENV=production tsdown && pnpm docs:cem",
65
+ "dev": "tsdown --watch",
66
+ "docs:cem": "pnpm -w exec cem analyze --config packages/char/custom-elements-manifest.config.mjs",
67
+ "test": "vitest run",
68
+ "check:types": "tsc --noEmit",
69
+ "check:lint": "biome lint src"
70
70
  }
71
- }
71
+ }