@jhizzard/termdeck-stack 0.2.2 → 0.2.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.
- package/CHANGELOG.md +23 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,29 @@ underlying packages (`@jhizzard/termdeck`, `@jhizzard/mnestra`,
|
|
|
5
5
|
`@jhizzard/rumen`) ship on their own cadences and have their own
|
|
6
6
|
changelogs — see the root `CHANGELOG.md` for `@jhizzard/termdeck`.
|
|
7
7
|
|
|
8
|
+
## [0.2.3] — 2026-04-26
|
|
9
|
+
|
|
10
|
+
### Documentation
|
|
11
|
+
- Audit-trail update: validated against `@jhizzard/termdeck@0.6.4`,
|
|
12
|
+
which surfaced after v0.6.3 unblocked `init --mnestra` for Brad's
|
|
13
|
+
MobaXterm SSH install — the next step (`init --rumen`) failed with
|
|
14
|
+
the Supabase CLI's raw *"Access token not provided"* error. v0.6.4
|
|
15
|
+
detects that signature and prints a path-aware hint pointing at
|
|
16
|
+
the Supabase PAT dashboard plus the exact `export` command, since
|
|
17
|
+
`supabase login` (the CLI's other suggestion) requires a browser
|
|
18
|
+
and doesn't work over SSH. v0.6.4 also adds `termdeck init --mnestra
|
|
19
|
+
--from-env` as a defensive non-interactive bypass for any terminal
|
|
20
|
+
that fights with our raw-mode secret prompt. See the root
|
|
21
|
+
`CHANGELOG.md` for the full v0.6.4 entry.
|
|
22
|
+
|
|
23
|
+
### Notes
|
|
24
|
+
- No installer behavior change. `npx @jhizzard/termdeck-stack` always
|
|
25
|
+
pulls `@jhizzard/termdeck@latest`, so existing 0.2.x installs pick
|
|
26
|
+
up v0.6.4 automatically. Brad confirmed the cache trap on 0.6.0
|
|
27
|
+
the hard way; users who hit similar staleness should always run
|
|
28
|
+
`npm cache clean --force && npm i -g @jhizzard/termdeck@latest`
|
|
29
|
+
(or just re-run `npx @jhizzard/termdeck-stack`).
|
|
30
|
+
|
|
8
31
|
## [0.2.2] — 2026-04-25
|
|
9
32
|
|
|
10
33
|
### Documentation
|
package/package.json
CHANGED