@m4ike1/ion-session-backend-sqlite-node 0.1.0 → 0.85.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 +0 -10
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,16 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## [0.1.0] - 2026-09-24
6
-
7
- ### Breaking Changes
8
-
9
- - Restarted the `@m4ike1` version line at 0.1.0. The versions inherited from upstream Pi (`0.85.1`, `0.86.1`) stay on npm and remain installable by exact version, but they are a different line: this release sorts below them, so an existing `^0.86.1` range will not pick it up, and inter-package ranges move to `^0.1.0`. The `latest` dist-tag follows ion's own line from this release onward.
10
-
11
- ## [0.86.1] - 2026-09-24
12
-
13
- ## [0.86.0] - 2026-09-24
14
-
15
5
  ### Breaking Changes
16
6
 
17
7
  - Renamed product `pi` → `ion` (breaking). Package names `@m4ike1/pi-*` → `@m4ike1/ion-*` (`ionConfig` instead of `piConfig`, `@m4ike1/ion-coding-agent`, `@m4ike1/ion-ai`, etc.), binary `pi` → `ion`, config directory `.pi` → `.ion` (XDG now immediate at `~/.config/ion`, `~/.local/share/ion`, `~/.local/state/ion`, `~/.cache/ion`), environment variables `PI_*` → `ION_*` (`PI_CODING_AGENT_DIR` → `ION_CODING_AGENT_DIR`, `PI_DISABLE_SESSION_INDEX` etc., with `PI_*` fallback for one release), and `pi.dev` → `ion.dev`. Legacy `~/.pi` is migrated on first run if `~/.config/ion` is missing. `APP_TITLE` `π` → `⛬`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4ike1/ion-session-backend-sqlite-node",
3
- "version": "0.1.0",
3
+ "version": "0.85.1",
4
4
  "description": "Node sqlite session backend for @m4ike1/ion-agent-core sessions",
5
5
  "license": "MIT",
6
6
  "author": "Earendil Works",
@@ -32,8 +32,8 @@
32
32
  "prepublishOnly": "npm run clean && npm run build"
33
33
  },
34
34
  "dependencies": {
35
- "@m4ike1/ion-agent-core": "^0.1.0",
36
- "@m4ike1/ion-ai": "^0.1.0"
35
+ "@m4ike1/ion-agent-core": "^0.85.1",
36
+ "@m4ike1/ion-ai": "^0.85.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@vitest/coverage-v8": "4.1.11",