@matrajs/ai 0.10.0 → 0.11.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 +12 -6
- package/package.json +2 -2
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
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
|
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/ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "AI extension for Matra — streaming edits that survive concurrent typing.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Nahim Hossain Shohan",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"LICENSE"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@matrajs/core": "^0.
|
|
45
|
+
"@matrajs/core": "^0.11.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsup",
|