@matrajs/collab 0.15.0 → 1.0.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.
- package/LICENSE +3 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -3,8 +3,9 @@ Version 1.0, 24 August 2026
|
|
|
3
3
|
Copyright (c) 2026 Amrela
|
|
4
4
|
|
|
5
5
|
This package is source-available, not open source. The Matra core
|
|
6
|
-
(@matrajs/core
|
|
7
|
-
package is
|
|
6
|
+
(@matrajs/core) and every framework binding (@matrajs/react, @matrajs/vue,
|
|
7
|
+
@matrajs/svelte, @matrajs/solid) are MIT and always will be; this package is
|
|
8
|
+
not.
|
|
8
9
|
|
|
9
10
|
1. FREE USE
|
|
10
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matrajs/collab",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Collaborative editing for Matra — step exchange, rebasing and presence. No CRDT dependency.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Nahim Hossain Shohan",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"LICENSE"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@matrajs/core": "^0.
|
|
41
|
+
"@matrajs/core": "^1.0.0"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|