@asterql/store
Advanced tools
+4
-0
| # @asterql/store | ||
| ## 0.4.0 | ||
| - Lockstep release for the AsterQL 0.4 language update. | ||
| ## 0.3.0 | ||
@@ -4,0 +8,0 @@ |
+2
-2
| { | ||
| "name": "@asterql/store", | ||
| "version": "0.3.0", | ||
| "version": "0.4.0", | ||
| "type": "module", | ||
@@ -49,3 +49,3 @@ "description": "Normalized entity store, scope cursors, and view-instance cache for AsterQL state sync.", | ||
| "dependencies": { | ||
| "@asterql/view-protocol": "0.3.0" | ||
| "@asterql/view-protocol": "0.4.0" | ||
| }, | ||
@@ -52,0 +52,0 @@ "scripts": { |
+6
-0
@@ -72,1 +72,7 @@ # @asterql/store | ||
| this package is the storage and staleness policy that those layers share. | ||
| ## Structural sharing | ||
| `EntityStore.ingest` keeps the existing record (same reference, same | ||
| version) when a change produces a value-identical record and reports no | ||
| changed key — an equal snapshot renders nothing downstream. |
34978
0.85%78
8.33%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated