@wireweave/language-data 1.4.6 → 1.4.7-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -176,7 +176,7 @@ type ComponentCategory =
176
176
 
177
177
  - **[@wireweave/playground](https://github.com/wireweave/playground)** - Monaco Editor integration
178
178
  - **[wireweave-vscode](https://github.com/wireweave/vscode-extension)** - VS Code extension
179
- - **[mcp-dashboard](https://dashboard.wireweave.org)** - CodeMirror integration
179
+ - **[mcp-dashboard](https://wireweave.org)** - CodeMirror integration
180
180
 
181
181
  ## License
182
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireweave/language-data",
3
- "version": "1.4.6",
3
+ "version": "1.4.7-beta.0",
4
4
  "description": "Shared language definitions for Wireweave DSL editors",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",