@mocanvas/mocanvas 4.2.0 → 4.3.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mocanvas/mocanvas",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "An infinite-canvas SDK for the web: React component, default shapes, tools and UI, on a Rust/WebAssembly engine.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Symbio Digital",
@@ -60,9 +60,9 @@
60
60
  "@tiptap/core": "^3.0.0",
61
61
  "@tiptap/pm": "^3.0.0",
62
62
  "@tiptap/starter-kit": "^3.0.0",
63
- "@mocanvas/editor": "4.2.0",
64
- "@mocanvas/store": "4.2.0",
65
- "@mocanvas/state": "4.2.0"
63
+ "@mocanvas/state": "4.3.0",
64
+ "@mocanvas/store": "4.3.0",
65
+ "@mocanvas/editor": "4.3.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/react": "^19.1.0",