@toist/aja 0.8.0 → 0.8.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.
- package/CHANGELOG.md +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@toist/aja` are recorded here.
|
|
4
4
|
|
|
5
|
+
## 0.8.1 — 2026-05-08
|
|
6
|
+
|
|
7
|
+
Patch: normalize toist run --remote JSON shape to match local RunSpecResult (.output/.runId, projected suspendedAt, results map). HTTP API and @toist/core unchanged.
|
|
8
|
+
|
|
5
9
|
## 0.8.0 — 2026-05-08
|
|
6
10
|
|
|
7
11
|
Major refactor: `@toist/aja` is now the SQLite host package, with the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toist/aja",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"smoke:client": "bun test/client-smoke.ts"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@toist/core": "0.8.
|
|
26
|
-
"@toist/spec": "0.8.
|
|
27
|
-
"@toist/ui": "0.8.
|
|
25
|
+
"@toist/core": "0.8.1",
|
|
26
|
+
"@toist/spec": "0.8.1",
|
|
27
|
+
"@toist/ui": "0.8.1",
|
|
28
28
|
"hono": "^4.7.7",
|
|
29
29
|
"proper-lockfile": "^4.1.2",
|
|
30
30
|
"yaml": "^2.8.4"
|