@matrajs/collab 0.10.0 → 0.12.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.
Files changed (2) hide show
  1. package/LICENSE +12 -6
  2. package/package.json +5 -5
package/LICENSE CHANGED
@@ -16,22 +16,28 @@ package is not.
16
16
  d. internal tools at an organisation with fewer than three developers
17
17
  working on software that includes this package.
18
18
 
19
+ e. any use at all, if you are a registered charity or a student.
20
+
19
21
  No key, no signup, no phone-home. We do not check. This clause is the
20
22
  licence, not a trial period.
21
23
 
22
24
  2. PAID USE
23
25
 
24
- Any other use in production requires a current subscription, one seat per
25
- developer working on software that includes this package. If the software
26
- you ship earns money and more than two developers touch it, that is paid
27
- use.
26
+ Any other use in production requires a current subscription. Plans are
27
+ priced per organisation with a cap on the number of developers working on
28
+ software that includes this package not per seat, so adding a developer
29
+ inside your plan's cap costs nothing and needs no paperwork.
30
+
31
+ If the software you ship earns money and more than two developers touch it,
32
+ that is paid use.
28
33
 
29
34
  3. WHAT YOU MAY ALWAYS DO
30
35
 
31
36
  Read the source. Modify it for your own licensed use. Fork it privately.
32
37
  Keep running the version you licensed, forever, even if your subscription
33
- lapses — a lapsed subscription ends updates and support, not the software
34
- you already shipped.
38
+ lapses — a lapsed subscription ends access to new versions and to support,
39
+ not the software you already shipped. Nothing in this package checks a
40
+ licence at runtime, and nothing in it contacts us.
35
41
 
36
42
  4. WHAT YOU MAY NOT DO
37
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matrajs/collab",
3
- "version": "0.10.0",
3
+ "version": "0.12.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",
@@ -20,9 +20,6 @@
20
20
  "matra",
21
21
  "ot"
22
22
  ],
23
- "publishConfig": {
24
- "access": "public"
25
- },
26
23
  "type": "module",
27
24
  "sideEffects": false,
28
25
  "main": "./dist/index.cjs",
@@ -41,7 +38,10 @@
41
38
  "LICENSE"
42
39
  ],
43
40
  "dependencies": {
44
- "@matrajs/core": "^0.10.0"
41
+ "@matrajs/core": "^0.12.0"
42
+ },
43
+ "publishConfig": {
44
+ "access": "public"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup",