xytara 2.12.0 → 2.12.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/RELEASE_NOTES.md +5 -2
- package/lib/release_history.js +6 -8
- package/package.json +1 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
`xytara` 2.12.
|
|
1
|
+
`xytara` 2.12.1 is the full-catalog public truth patch line for aligned npm, GitHub, website, code, documentation, and public-copy surfaces.
|
|
2
|
+
|
|
3
|
+
This patch keeps the synchronized public truth bundle intact and refreshes the packaged release notes so the published tarball matches the house format and reads cleanly for later operators.
|
|
2
4
|
|
|
3
5
|
Highlights:
|
|
4
6
|
|
|
5
7
|
- normalizes visible `xytara`, `xoonya`, and `naxytra` product references to the lowercase convention across package docs, CLI copy, release history, and public-facing strings
|
|
6
|
-
- preserves the quote-first first-run path, provider-runtime journeys, revenue-launch paths, adapter-depth boundaries, pricing guardrails, treasury public-claim safety, and read-only operator observability boundaries
|
|
8
|
+
- preserves the quote-first first-run path, the public `/try` entry point, provider-runtime journeys, revenue-launch paths, adapter-depth boundaries, pricing guardrails, treasury public-claim safety, and read-only operator observability boundaries
|
|
9
|
+
- keeps the live public catalog, full-catalog claim, and public proof surfaces aligned with the release line so operators and outside builders see the same truth
|
|
7
10
|
- keeps `RELEASE_NOTES.md` scoped to the current release so npm and GitHub release notes stay clean
|
|
8
11
|
- keeps the canonical `https://naxytra.com/xytara` public product URL and synchronized naxytra release posture intact
|
|
9
12
|
- verifies the lowercase convention through the release candidate, full package verifier, umbrella pre-deploy gates, and clean-consumer release smoke
|
package/lib/release_history.js
CHANGED
|
@@ -11,16 +11,14 @@ function buildReleaseHistory() {
|
|
|
11
11
|
release_track: "public_release",
|
|
12
12
|
history: [
|
|
13
13
|
{
|
|
14
|
-
version: "2.12.
|
|
14
|
+
version: "2.12.1",
|
|
15
15
|
channel: "public_release",
|
|
16
|
-
maturity_posture: "
|
|
17
|
-
headline: "
|
|
16
|
+
maturity_posture: "release_note_patch",
|
|
17
|
+
headline: "release-note patch for the 2.12.0 full-catalog public truth line",
|
|
18
18
|
milestone_refs: [
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"revenue_launch_paths_public_surface",
|
|
23
|
-
"public_try_entrypoint"
|
|
19
|
+
"release_notes_format_refresh",
|
|
20
|
+
"packaged_tarball_note_alignment",
|
|
21
|
+
"synchronized_public_release_history"
|
|
24
22
|
]
|
|
25
23
|
},
|
|
26
24
|
{
|