@arnilo/prism-rag 0.0.8 → 0.0.11
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/CHANGELOG.md +25 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## [0.0.11] - 2026-07-22
|
|
3
|
+
|
|
4
|
+
### Changed
|
|
5
|
+
|
|
6
|
+
- Released with exact 0.0.11 graph.
|
|
7
|
+
|
|
8
|
+
## [0.0.10] - 2026-07-21
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Released with exact 0.0.10 graph.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Released with exact 0.0.10 graph.
|
|
17
|
+
|
|
18
|
+
## [0.0.96] - 2026-07-21
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Released with exact 0.0.96 graph.
|
|
23
|
+
|
|
24
|
+
## [0.0.9] - 2026-07-21
|
|
25
|
+
|
|
26
|
+
- Released with the exact 0.0.9 first-party package graph.
|
|
2
27
|
|
|
3
28
|
## [0.0.8] - 2026-07-20
|
|
4
29
|
|
|
@@ -16,7 +41,6 @@
|
|
|
16
41
|
|
|
17
42
|
- Added optional bounded text/Markdown chunking, vector indexing/retrieval, and stable citations.
|
|
18
43
|
|
|
19
|
-
|
|
20
44
|
## [0.0.4] - 2026-07-14
|
|
21
45
|
|
|
22
46
|
- Initial release: bounded deterministic text/Markdown chunking, batch vector indexing, filtered retrieval, stable citations, and ContextProvider integration.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arnilo/prism-rag",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "Optional bounded text and Markdown RAG primitives for Prism.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"pack:dry-run": "npm pack --dry-run"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@arnilo/prism": "0.0.
|
|
29
|
-
"@arnilo/prism-memory": "0.0.
|
|
28
|
+
"@arnilo/prism": "0.0.11",
|
|
29
|
+
"@arnilo/prism-memory": "0.0.11"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@arnilo/prism": "file:../..",
|