@authorbot/schemas 0.1.17 → 0.1.19
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,21 @@ 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.19
|
|
13
|
+
|
|
14
|
+
- Spinners with an elapsed timer on the steps that take minutes — installing
|
|
15
|
+
the toolchain, waiting for a site to answer, checking the API. Silence for
|
|
16
|
+
four minutes reads as a hang.
|
|
17
|
+
- The mark is centred on the terminal's true width.
|
|
18
|
+
- `npx authorbot` with no arguments now points at `npx @authorbot/create`
|
|
19
|
+
instead of listing validate/build/upgrade and stopping.
|
|
20
|
+
|
|
21
|
+
## 0.1.18
|
|
22
|
+
|
|
23
|
+
- The wizard opens with the Authorbot mark, drawn in the logo's own orange and
|
|
24
|
+
teal, degrading to one plain line under `NO_COLOR`, in a pipe, or on a narrow
|
|
25
|
+
terminal.
|
|
26
|
+
|
|
12
27
|
## 0.1.17
|
|
13
28
|
|
|
14
29
|
- **`npm install` failed for everyone who started the documented way.** npx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authorbot/schemas",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
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",
|