@authorbot/schemas 0.1.18 → 0.1.20

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 +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,31 @@ Every published package shares this version. A tag builds, tests, and publishes
9
9
  all of them together, so `@authorbot/cli@0.1.15` and `@authorbot/api@0.1.15` are
10
10
  always the same commit.
11
11
 
12
+ ## 0.1.20
13
+
14
+ - **The GitHub App key was stored in a format the Worker cannot read.** GitHub's
15
+ manifest hands back a PKCS#1 key; WebCrypto, which is all a Cloudflare Worker
16
+ has, can only import PKCS#8. So every book reported its integration as
17
+ `invalid` and did no Git work at all — chapters could not be saved, the
18
+ projection never ran, settings could not read `book.yml` — with all three
19
+ credentials present and correct. **Books set up before this release need
20
+ their GitHub App deleted and `collaborate` run again**, because the key was
21
+ stored once and cannot be re-read.
22
+ - The check meant to catch exactly that missed it: it listed the bad statuses
23
+ and `invalid` was not among them. It now accepts only `configured`.
24
+ - Pressing Esc at a prompt exits instead of hanging until Ctrl-C.
25
+ - `teardown` names the Cloudflare API token it cannot delete for you, and links
26
+ the GitHub App deletion straight to the page with the button on it.
27
+
28
+ ## 0.1.19
29
+
30
+ - Spinners with an elapsed timer on the steps that take minutes — installing
31
+ the toolchain, waiting for a site to answer, checking the API. Silence for
32
+ four minutes reads as a hang.
33
+ - The mark is centred on the terminal's true width.
34
+ - `npx authorbot` with no arguments now points at `npx @authorbot/create`
35
+ instead of listing validate/build/upgrade and stopping.
36
+
12
37
  ## 0.1.18
13
38
 
14
39
  - The wizard opens with the Authorbot mark, drawn in the logo's own orange and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authorbot/schemas",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "Zod v4 schemas, inferred TypeScript types, and generated JSON Schemas for Authorbot book-repository artifacts (Phase 0 contract section 4)",
5
5
  "keywords": [
6
6
  "authorbot",