@authorbot/schemas 0.1.16 → 0.1.18

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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,26 @@ 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.18
13
+
14
+ - The wizard opens with the Authorbot mark, drawn in the logo's own orange and
15
+ teal, degrading to one plain line under `NO_COLOR`, in a pipe, or on a narrow
16
+ terminal.
17
+
18
+ ## 0.1.17
19
+
20
+ - **`npm install` failed for everyone who started the documented way.** npx
21
+ exports its own configuration as `npm_config_*`, the wizard's `npm install`
22
+ inherited it, and resolved against npx's cache directory instead of your
23
+ book — so the install failed and you were left without a
24
+ `package-lock.json`, which both generated workflows refuse to run without. It
25
+ worked fine for anyone running the built binary directly, which is why it
26
+ looked like a problem with the machine.
27
+ - A failed install now shows npm's actual error and offers to try again.
28
+ - Prompts are drawn with `@clack/prompts`: arrow-key selection, a secret field
29
+ masked with asterisks instead of showing nothing, and Ctrl-C that leaves
30
+ cleanly with the summary of what was created.
31
+
12
32
  ## 0.1.16
13
33
 
14
34
  - **`unpublish` and `teardown`.** `npx @authorbot/create unpublish` removes the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authorbot/schemas",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
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",