@tangleai/store 0.20.0 → 0.20.1

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/CHANGELOG.md +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @tangleai/store
2
2
 
3
+ ## 0.20.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @tangleai/core@0.20.1
9
+ - @tangleai/config@0.20.1
10
+ - @tangleai/documents@0.20.1
11
+ - @tangleai/mas@0.20.1
12
+ - @tangleai/memory@0.20.1
13
+
3
14
  ## 0.20.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangleai/store",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "Tangle AI persistence — the MemoryStore contract over SQLite via @jarenjs/db, plus the run/event log the DAG surface reads",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -53,14 +53,14 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "dependencies": {
56
- "@tangleai/documents": "^0.20.0",
57
- "@tangleai/core": "^0.20.0",
58
- "@tangleai/config": "^0.20.0",
56
+ "@tangleai/documents": "^0.20.1",
57
+ "@tangleai/core": "^0.20.1",
58
+ "@tangleai/config": "^0.20.1",
59
59
  "@jarenjs/db": "0.83.3",
60
60
  "@jarenjs/validate": "0.83.3",
61
- "@tangleai/mas": "^0.20.0",
61
+ "@tangleai/mas": "^0.20.1",
62
62
  "@jarenjs/core": "0.83.3",
63
- "@tangleai/memory": "^0.20.0"
63
+ "@tangleai/memory": "^0.20.1"
64
64
  },
65
65
  "private": false,
66
66
  "types": "./src/index.d.ts",