@mocanvas/editor 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
|
@@ -78,6 +78,4 @@ To arrange one, or if you are unsure which side of the line you are on, write to
|
|
|
78
78
|
**mocanvas@symbio.agency** — we would rather answer the question than have you
|
|
79
79
|
guess.
|
|
80
80
|
|
|
81
|
-
The full terms are in `LICENSE`, shipped in this package.
|
|
82
|
-
earlier under MIT stay available under MIT, on the terms they were released
|
|
83
|
-
with.
|
|
81
|
+
The full terms are in `LICENSE`, shipped in this package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mocanvas/editor",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "The mocanvas editor core: Editor, ShapeUtil, StateNode, geometry, bindings and the <Canvas /> renderer.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Symbio Digital",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@mocanvas/state": "4.0.
|
|
49
|
-
"@mocanvas/
|
|
50
|
-
"@mocanvas/
|
|
48
|
+
"@mocanvas/state": "4.0.1",
|
|
49
|
+
"@mocanvas/wasm": "4.0.1",
|
|
50
|
+
"@mocanvas/store": "4.0.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.1.0",
|