@mocanvas/compat 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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -55,6 +55,4 @@ To arrange one, or if you are unsure which side of the line you are on, write to
55
55
  **mocanvas@symbio.agency** — we would rather answer the question than have you
56
56
  guess.
57
57
 
58
- The full terms are in `LICENSE`, shipped in this package. Versions released
59
- earlier under MIT stay available under MIT, on the terms they were released
60
- with.
58
+ The full terms are in `LICENSE`, shipped in this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mocanvas/compat",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "TL-prefixed aliases over the mocanvas API, for projects migrating an existing tldraw app.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Symbio Digital",
@@ -41,10 +41,10 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@mocanvas/editor": "4.0.0",
45
- "@mocanvas/state": "4.0.0",
46
- "@mocanvas/store": "4.0.0",
47
- "@mocanvas/mocanvas": "4.0.0"
44
+ "@mocanvas/editor": "4.0.1",
45
+ "@mocanvas/state": "4.0.1",
46
+ "@mocanvas/mocanvas": "4.0.1",
47
+ "@mocanvas/store": "4.0.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/react": "^19.1.0",