@mocanvas/mocanvas 4.0.0 → 4.0.1
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/README.md +1 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -225,6 +225,4 @@ To arrange one, or if you are unsure which side of the line you are on, write to
|
|
|
225
225
|
**mocanvas@symbio.agency** — we would rather answer the question than have you
|
|
226
226
|
guess.
|
|
227
227
|
|
|
228
|
-
The full terms are in `LICENSE`, shipped in this package.
|
|
229
|
-
earlier under MIT stay available under MIT, on the terms they were released
|
|
230
|
-
with.
|
|
228
|
+
The full terms are in `LICENSE`, shipped in this package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mocanvas/mocanvas",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
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",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@tiptap/core": "^3.0.0",
|
|
57
57
|
"@tiptap/pm": "^3.0.0",
|
|
58
58
|
"@tiptap/starter-kit": "^3.0.0",
|
|
59
|
-
"@mocanvas/editor": "4.0.
|
|
60
|
-
"@mocanvas/
|
|
61
|
-
"@mocanvas/
|
|
59
|
+
"@mocanvas/editor": "4.0.1",
|
|
60
|
+
"@mocanvas/state": "4.0.1",
|
|
61
|
+
"@mocanvas/store": "4.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/react": "^19.1.0",
|