@matrajs/ai 0.12.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.
Files changed (2) hide show
  1. package/LICENSE +3 -2
  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, @matrajs/react, @matrajs/vue) is MIT and always will be; this
7
- package is not.
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/ai",
3
- "version": "0.12.0",
3
+ "version": "1.0.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",
@@ -39,7 +39,7 @@
39
39
  "LICENSE"
40
40
  ],
41
41
  "dependencies": {
42
- "@matrajs/core": "^0.12.0"
42
+ "@matrajs/core": "^1.0.0"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"