xytara 2.12.0 → 2.13.0
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 +8 -5
- package/lib/release_history.js +9 -8
- package/package.json +1 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
`xytara` 2.
|
|
1
|
+
`xytara` 2.13.0 is the broader convergence milestone for aligned npm, GitHub, website, code, documentation, and public-copy surfaces.
|
|
2
|
+
|
|
3
|
+
This release keeps the synchronized public truth bundle intact while bundling the stronger public-first-run, provider-runtime, delivery, runtime-durability, revenue-launch, and operator-observability carry into one coherent public step.
|
|
2
4
|
|
|
3
5
|
Highlights:
|
|
4
6
|
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
7
|
+
- strengthens the quote-first first-run path and the public `/try` entry point for outside builders
|
|
8
|
+
- keeps provider-runtime journeys, delivery summary, runtime durability, and revenue-launch paths publicly inspectable
|
|
9
|
+
- preserves adapter-depth boundaries, pricing guardrails, treasury public-claim safety, and read-only operator observability boundaries
|
|
10
|
+
- 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
|
|
8
11
|
- keeps the canonical `https://naxytra.com/xytara` public product URL and synchronized naxytra release posture intact
|
|
9
|
-
- verifies the
|
|
12
|
+
- verifies the release candidate, full package verifier, umbrella pre-deploy gates, and clean-consumer release smoke
|
package/lib/release_history.js
CHANGED
|
@@ -11,16 +11,17 @@ function buildReleaseHistory() {
|
|
|
11
11
|
release_track: "public_release",
|
|
12
12
|
history: [
|
|
13
13
|
{
|
|
14
|
-
version: "2.
|
|
14
|
+
version: "2.13.0",
|
|
15
15
|
channel: "public_release",
|
|
16
|
-
maturity_posture: "
|
|
17
|
-
headline: "
|
|
16
|
+
maturity_posture: "broader_convergence_milestone",
|
|
17
|
+
headline: "broader convergence release with public first-run, provider-runtime, delivery, durability, revenue-launch, and operator-observability carry",
|
|
18
18
|
milestone_refs: [
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
19
|
+
"public_first_run_ux",
|
|
20
|
+
"provider_runtime_journeys",
|
|
21
|
+
"delivery_summary",
|
|
22
|
+
"runtime_durability",
|
|
23
|
+
"revenue_launch_paths",
|
|
24
|
+
"operator_observability"
|
|
24
25
|
]
|
|
25
26
|
},
|
|
26
27
|
{
|