@dawn-ai/sqlite-storage 0.2.0 → 0.8.0

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/README.md +13 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/cacheplane/dawnai/main/docs/brand/dawn-logo-horizontal-black-on-white.png" alt="Dawn" width="180" />
3
+ </p>
4
+
5
+ # @dawn-ai/sqlite-storage
6
+
7
+ SQLite-backed storage adapter for Dawn — durable persistence for agent state and runtime data.
8
+
9
+ This is an internal Dawn workspace package, part of [Dawn — the TypeScript meta-framework for LangGraph](https://github.com/cacheplane/dawnai). For documentation, see [dawnai.org/docs](https://dawnai.org/docs/getting-started).
10
+
11
+ ## License
12
+
13
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dawn-ai/sqlite-storage",
3
- "version": "0.2.0",
3
+ "version": "0.8.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "@langchain/core": "^1.1.47",
38
38
  "@langchain/langgraph-checkpoint": "^1.0.2",
39
39
  "@types/node": "25.6.0",
40
- "@dawn-ai/config-typescript": "0.2.0"
40
+ "@dawn-ai/config-typescript": "0.8.0"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsc -b tsconfig.json",