🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@asterql/store

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asterql/store - npm Package Compare versions

Comparing version
0.3.0
to
0.4.0
+4
-0
CHANGELOG.md
# @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": {

@@ -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.