@rindle/normalized 0.4.3 → 0.4.4
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/README.md +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -21,3 +21,7 @@ transaction. The `Db` re-materializes and each query's `FlatArrayView` folds the
|
|
|
21
21
|
|
|
22
22
|
The `NormalizedStore` wiring (remote normalized stream → `NormalizedSync` → wasm `Db`) lands
|
|
23
23
|
in Slice 5.
|
|
24
|
+
|
|
25
|
+
Site docs — the change vocabulary these streams carry:
|
|
26
|
+
[rindle.sh/docs/change-model](https://rindle.sh/docs/change-model) · for agents:
|
|
27
|
+
[llms.txt](https://rindle.sh/llms.txt)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rindle/normalized",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"README.md"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@rindle/client": "0.4.
|
|
29
|
-
"@rindle/wasm": "0.4.
|
|
28
|
+
"@rindle/client": "0.4.4",
|
|
29
|
+
"@rindle/wasm": "0.4.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^22.10.0",
|