@toist/in 0.6.0 → 0.6.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 +6 -0
- package/package.json +1 -1
- package/templates/default/_package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@toist/in` are recorded here.
|
|
4
4
|
|
|
5
|
+
## 0.6.1 — 2026-05-05
|
|
6
|
+
|
|
7
|
+
Fix published @toist/aja dependency resolution for embedded runners and include the typed runner client/smoke-test surface.
|
|
8
|
+
|
|
9
|
+
Scaffold template pins `@toist/aja` and `@toist/spec` to `^0.6.1`.
|
|
10
|
+
|
|
5
11
|
## 0.6.0 — 2026-05-05
|
|
6
12
|
|
|
7
13
|
**`bunx @toist/in` now upgrades existing instances.** Running without
|
package/package.json
CHANGED