@mocanvas/store 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 +2 -2
package/README.md CHANGED
@@ -52,6 +52,4 @@ To arrange one, or if you are unsure which side of the line you are on, write to
52
52
  **mocanvas@symbio.agency** — we would rather answer the question than have you
53
53
  guess.
54
54
 
55
- The full terms are in `LICENSE`, shipped in this package. Versions released
56
- earlier under MIT stay available under MIT, on the terms they were released
57
- with.
55
+ The full terms are in `LICENSE`, shipped in this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mocanvas/store",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "The mocanvas document model: reactive records, schema, migrations and .tldr file IO.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Symbio Digital",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "fractional-indexing": "^3.2.0",
47
47
  "nanoid": "^5.1.0",
48
- "@mocanvas/state": "4.0.0"
48
+ "@mocanvas/state": "4.0.1"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsup",