@handy_wote/pi-storage-sqlite-node 0.81.1 → 0.81.3

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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.81.3] - 2026-07-22
6
+
7
+ ## [0.81.2] - 2026-07-22
8
+
5
9
  ### Changed
6
10
 
7
11
  - Renamed the published package scope to `@handy_wote`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handy_wote/pi-storage-sqlite-node",
3
- "version": "0.81.1",
3
+ "version": "0.81.3",
4
4
  "description": "Node sqlite storage backend for @handy_wote/pi-agent-core sessions",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,14 +25,14 @@
25
25
  "license": "MIT",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "git+https://github.com/earendil-works/pi.git",
28
+ "url": "git+https://github.com/HandyWote/pi.git",
29
29
  "directory": "packages/storage/sqlite-node"
30
30
  },
31
31
  "engines": {
32
32
  "node": ">=22.19.0"
33
33
  },
34
34
  "dependencies": {
35
- "@handy_wote/pi-ai": "^0.81.1",
36
- "@handy_wote/pi-agent-core": "^0.81.1"
35
+ "@handy_wote/pi-ai": "^0.81.3",
36
+ "@handy_wote/pi-agent-core": "^0.81.3"
37
37
  }
38
38
  }