From f12ecda129a5cb9813a742e81bc9bb9a846705b8 Mon Sep 17 00:00:00 2001 From: sebi Date: Sat, 12 Sep 2026 16:05:27 -0500 Subject: [PATCH] release: 20.1.1 The lockstep patch bump that publishes the x verify gate-reporting fix. f515aee4 (#435, closing #434) made a gate step whose suite executed nothing report as skipped rather than passed, and npm still serves 20.1.0 for all 31 packages, so every bunx create-ultimate scaffold still ships a gate that prints a green check over an e2e lane that never ran. Patch rather than minor: no published API gained or lost a member and no new capability shipped, and the only [Unreleased] section was ### Fixed. Produced by scripts/release.ts --bump patch; no manifest was hand-edited. Derived files moved with the manifests: framework.manifest.json, bun.lock (235 recorded facts), docker/helm/Chart.yaml and the wiki footer's stamp. scripts/release.ts --check 20.1.1 reports 31 packages stamped at 20.1.1 and every file derived from them. bun install and bun install --frozen-lockfile both report no changes. Co-Authored-By: Claude Opus 5 (1M context) --- CHANGELOG.md | 8 + bun.lock | 472 +++++++++--------- docker/helm/Chart.yaml | 4 +- dummy/social-media-clone/package.json | 36 +- .../packages/i18n/package.json | 2 +- examples/dummy/apps/admin/package.json | 10 +- examples/dummy/apps/web/package.json | 38 +- examples/dummy/package.json | 10 +- examples/dummy/packages/core/package.json | 6 +- examples/dummy/packages/db/package.json | 6 +- examples/dummy/packages/domain/package.json | 4 +- examples/dummy/packages/i18n/package.json | 2 +- examples/dummy/packages/mcp/package.json | 8 +- examples/dummy/packages/ui/package.json | 6 +- framework.manifest.json | 64 +-- packages/action/package.json | 12 +- packages/admin/package.json | 32 +- packages/ai/package.json | 20 +- packages/auth/package.json | 8 +- packages/cache/package.json | 4 +- packages/cli/package.json | 58 +-- packages/core/package.json | 4 +- packages/create-ultimate/package.json | 4 +- packages/db/package.json | 4 +- packages/entity/package.json | 10 +- packages/flags/package.json | 4 +- packages/http/package.json | 10 +- packages/i18n/package.json | 4 +- packages/jobs/package.json | 12 +- packages/mail/package.json | 12 +- packages/manifest/package.json | 12 +- packages/mcp/package.json | 18 +- packages/money/package.json | 6 +- packages/notify/package.json | 10 +- packages/policy/package.json | 4 +- packages/pwa/package.json | 6 +- packages/query/package.json | 12 +- packages/realtime/package.json | 6 +- packages/render/package.json | 10 +- packages/schema/package.json | 2 +- packages/scraping/package.json | 10 +- packages/seo/package.json | 6 +- packages/storage/package.json | 4 +- packages/testing/package.json | 24 +- packages/time/package.json | 4 +- packages/ui/package.json | 10 +- wiki/_Footer.md | 2 +- 47 files changed, 514 insertions(+), 506 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b569ad..21e65282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major ## [Unreleased] +Nothing yet. + +## 20.1.1 - 2026-09-12 + ### Fixed - **A gate step whose suite executed nothing reports as skipped, never as passed** (#434). `x verify` @@ -25,6 +29,10 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major test(s) and every one skipped itself` is distinguishable from `- roadmap`, which has no suite at all. +### Commits + +- fix(cli): a gate step whose suite executed nothing is skipped, not passed (#435) + ## 20.1.0 - 2026-09-12 ### Added diff --git a/bun.lock b/bun.lock index a3359172..906c5319 100644 --- a/bun.lock +++ b/bun.lock @@ -17,30 +17,30 @@ "name": "social-media-clone", "version": "0.1.0", "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/admin": "20.1.0", - "@ultimat3/cache": "20.1.0", - "@ultimat3/cli": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mcp": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/pwa": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/realtime": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/ui": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/admin": "20.1.1", + "@ultimat3/cache": "20.1.1", + "@ultimat3/cli": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mcp": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/pwa": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/realtime": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/ui": "20.1.1", "solid-js": "1.9.14", }, "devDependencies": { "@biomejs/biome": "^2.4.15", "@electric-sql/pglite": "^0.5.4", "@types/bun": "^1.4.0", - "@ultimat3/testing": "20.1.0", + "@ultimat3/testing": "20.1.1", "typescript": "^7.0.2", }, }, @@ -74,7 +74,7 @@ "name": "@social-media-clone/i18n", "version": "0.0.0", "dependencies": { - "@ultimat3/i18n": "20.1.0", + "@ultimat3/i18n": "20.1.1", }, }, "dummy/social-media-clone/packages/mcp": { @@ -89,13 +89,13 @@ "name": "@postly/root", "version": "0.0.1", "dependencies": { - "@ultimat3/cli": "20.1.0", - "@ultimat3/core": "20.1.0", + "@ultimat3/cli": "20.1.1", + "@ultimat3/core": "20.1.1", }, "devDependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/testing": "20.1.0", + "@ultimat3/cache": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/testing": "20.1.1", "typescript": "7.0.2", }, }, @@ -105,11 +105,11 @@ "dependencies": { "@postly/db": "0.0.1", "@postly/web": "0.0.1", - "@ultimat3/action": "20.1.0", - "@ultimat3/admin": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/schema": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/admin": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/schema": "20.1.1", }, }, "examples/dummy/apps/web": { @@ -121,25 +121,25 @@ "@postly/domain": "0.0.1", "@postly/i18n": "0.0.1", "@postly/ui": "0.0.1", - "@ultimat3/action": "20.1.0", - "@ultimat3/ai": "20.1.0", - "@ultimat3/auth": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/flags": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mail": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/realtime": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/seo": "20.1.0", - "@ultimat3/storage": "20.1.0", - "@ultimat3/testing": "20.1.0", - "@ultimat3/time": "20.1.0", - "@ultimat3/ui": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/ai": "20.1.1", + "@ultimat3/auth": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/flags": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mail": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/realtime": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/seo": "20.1.1", + "@ultimat3/storage": "20.1.1", + "@ultimat3/testing": "20.1.1", + "@ultimat3/time": "20.1.1", + "@ultimat3/ui": "20.1.1", "solid-js": "1.9.14", }, }, @@ -148,9 +148,9 @@ "version": "0.0.1", "dependencies": { "@postly/domain": "0.0.1", - "@ultimat3/core": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/time": "20.1.1", }, }, "examples/dummy/packages/db": { @@ -158,24 +158,24 @@ "version": "0.0.1", "dependencies": { "@postly/domain": "0.0.1", - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/entity": "20.1.0", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/entity": "20.1.1", }, }, "examples/dummy/packages/domain": { "name": "@postly/domain", "version": "0.0.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/money": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/money": "20.1.1", }, }, "examples/dummy/packages/i18n": { "name": "@postly/i18n", "version": "0.0.1", "dependencies": { - "@ultimat3/i18n": "20.1.0", + "@ultimat3/i18n": "20.1.1", }, }, "examples/dummy/packages/mcp": { @@ -184,10 +184,10 @@ "dependencies": { "@postly/core": "0.0.1", "@postly/domain": "0.0.1", - "@ultimat3/action": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/mcp": "20.1.0", - "@ultimat3/testing": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/mcp": "20.1.1", + "@ultimat3/testing": "20.1.1", }, }, "examples/dummy/packages/ui": { @@ -196,136 +196,136 @@ "dependencies": { "@postly/domain": "0.0.1", "@postly/i18n": "0.0.1", - "@ultimat3/money": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/ui": "20.1.0", + "@ultimat3/money": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/ui": "20.1.1", "solid-js": "1.9.14", }, }, "packages/action": { "name": "@ultimat3/action", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/schema": "20.1.0", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/schema": "20.1.1", }, }, "packages/admin": { "name": "@ultimat3/admin", - "version": "20.1.0", - "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/ai": "20.1.0", - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mcp": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/ui": "20.1.0", + "version": "20.1.1", + "dependencies": { + "@ultimat3/action": "20.1.1", + "@ultimat3/ai": "20.1.1", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mcp": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/ui": "20.1.1", }, }, "packages/ai": { "name": "@ultimat3/ai", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1", }, }, "packages/auth": { "name": "@ultimat3/auth", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/schema": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/schema": "20.1.1", }, }, "packages/cache": { "name": "@ultimat3/cache", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", + "@ultimat3/core": "20.1.1", }, }, "packages/cli": { "name": "@ultimat3/cli", - "version": "20.1.0", + "version": "20.1.1", "bin": { "x": "./src/bin.ts", }, "dependencies": { "@babel/core": "^7.28.4", - "@ultimat3/action": "20.1.0", - "@ultimat3/admin": "20.1.0", - "@ultimat3/ai": "20.1.0", - "@ultimat3/auth": "20.1.0", - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/flags": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mail": "20.1.0", - "@ultimat3/manifest": "20.1.0", - "@ultimat3/mcp": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/notify": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/pwa": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/realtime": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/scraping": "20.1.0", - "@ultimat3/seo": "20.1.0", - "@ultimat3/storage": "20.1.0", - "@ultimat3/testing": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/admin": "20.1.1", + "@ultimat3/ai": "20.1.1", + "@ultimat3/auth": "20.1.1", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/flags": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mail": "20.1.1", + "@ultimat3/manifest": "20.1.1", + "@ultimat3/mcp": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/notify": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/pwa": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/realtime": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/scraping": "20.1.1", + "@ultimat3/seo": "20.1.1", + "@ultimat3/storage": "20.1.1", + "@ultimat3/testing": "20.1.1", + "@ultimat3/time": "20.1.1", "babel-preset-solid": "^1.9.15", }, }, "packages/core": { "name": "@ultimat3/core", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/schema": "20.1.0", + "@ultimat3/schema": "20.1.1", }, }, "packages/create-ultimate": { "name": "create-ultimate", - "version": "20.1.0", + "version": "20.1.1", "bin": { "create-ultimate": "./src/bin.ts", }, "dependencies": { - "@ultimat3/cli": "20.1.0", + "@ultimat3/cli": "20.1.1", }, }, "packages/db": { "name": "@ultimat3/db", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", + "@ultimat3/core": "20.1.1", }, "peerDependencies": { "@electric-sql/pglite": ">=0.5.0", @@ -336,210 +336,210 @@ }, "packages/entity": { "name": "@ultimat3/entity", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1", }, }, "packages/flags": { "name": "@ultimat3/flags", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", + "@ultimat3/core": "20.1.1", }, }, "packages/http": { "name": "@ultimat3/http", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1", }, }, "packages/i18n": { "name": "@ultimat3/i18n", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", + "@ultimat3/core": "20.1.1", }, }, "packages/jobs": { "name": "@ultimat3/jobs", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1", }, }, "packages/mail": { "name": "@ultimat3/mail", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1", }, }, "packages/manifest": { "name": "@ultimat3/manifest", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/query": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/query": "20.1.1", }, }, "packages/mcp": { "name": "@ultimat3/mcp", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/schema": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/schema": "20.1.1", }, }, "packages/money": { "name": "@ultimat3/money", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/schema": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/schema": "20.1.1", }, }, "packages/notify": { "name": "@ultimat3/notify", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1", }, }, "packages/policy": { "name": "@ultimat3/policy", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", + "@ultimat3/core": "20.1.1", }, }, "packages/pwa": { "name": "@ultimat3/pwa", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/seo": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/seo": "20.1.1", }, }, "packages/query": { "name": "@ultimat3/query", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/schema": "20.1.0", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/schema": "20.1.1", }, }, "packages/realtime": { "name": "@ultimat3/realtime", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/query": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/query": "20.1.1", "nats": "2.29.3", }, }, "packages/render": { "name": "@ultimat3/render", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/seo": "20.1.0", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/seo": "20.1.1", "sass": "1.102.0", }, }, "packages/schema": { "name": "@ultimat3/schema", - "version": "20.1.0", + "version": "20.1.1", }, "packages/scraping": { "name": "@ultimat3/scraping", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/storage": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/storage": "20.1.1", }, }, "packages/seo": { "name": "@ultimat3/seo", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/schema": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/schema": "20.1.1", }, }, "packages/storage": { "name": "@ultimat3/storage", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", + "@ultimat3/core": "20.1.1", }, }, "packages/testing": { "name": "@ultimat3/testing", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mail": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/realtime": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mail": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/realtime": "20.1.1", + "@ultimat3/time": "20.1.1", }, }, "packages/time": { "name": "@ultimat3/time", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", + "@ultimat3/core": "20.1.1", }, }, "packages/ui": { "name": "@ultimat3/ui", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/time": "20.1.1", }, "peerDependencies": { "solid-js": "^1.9.0", diff --git a/docker/helm/Chart.yaml b/docker/helm/Chart.yaml index c7bd8d7e..d8d45385 100644 --- a/docker/helm/Chart.yaml +++ b/docker/helm/Chart.yaml @@ -9,8 +9,8 @@ type: application # `scripts/release.ts` rewrites both on every release through `setChartVersions` — a chart is not a # workspace, so the manifest loop cannot reach it and the script writes it by path instead. Never # hand-edit them: the chart moving on its own is how `appVersion` named an image tag nobody pushed. -version: 20.1.0 -appVersion: "20.1.0" +version: 20.1.1 +appVersion: "20.1.1" kubeVersion: ">=1.27.0-0" keywords: [bun, postgres, solidjs, ultimate] home: https://ultimate.dev diff --git a/dummy/social-media-clone/package.json b/dummy/social-media-clone/package.json index a246bb51..f4476bd3 100644 --- a/dummy/social-media-clone/package.json +++ b/dummy/social-media-clone/package.json @@ -22,27 +22,27 @@ "@biomejs/biome": "^2.4.15", "@electric-sql/pglite": "^0.5.4", "@types/bun": "^1.4.0", - "@ultimat3/testing": "20.1.0", + "@ultimat3/testing": "20.1.1", "typescript": "^7.0.2" }, "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/admin": "20.1.0", - "@ultimat3/cache": "20.1.0", - "@ultimat3/cli": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mcp": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/pwa": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/realtime": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/ui": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/admin": "20.1.1", + "@ultimat3/cache": "20.1.1", + "@ultimat3/cli": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mcp": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/pwa": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/realtime": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/ui": "20.1.1", "solid-js": "1.9.14" }, "engines": { diff --git a/dummy/social-media-clone/packages/i18n/package.json b/dummy/social-media-clone/packages/i18n/package.json index 0d1653e7..4ec97392 100644 --- a/dummy/social-media-clone/packages/i18n/package.json +++ b/dummy/social-media-clone/packages/i18n/package.json @@ -11,6 +11,6 @@ "typecheck": "tsc --noEmit -p ../../tsconfig.json" }, "dependencies": { - "@ultimat3/i18n": "20.1.0" + "@ultimat3/i18n": "20.1.1" } } diff --git a/examples/dummy/apps/admin/package.json b/examples/dummy/apps/admin/package.json index a903a3f2..6eba971b 100644 --- a/examples/dummy/apps/admin/package.json +++ b/examples/dummy/apps/admin/package.json @@ -19,10 +19,10 @@ "dependencies": { "@postly/db": "0.0.1", "@postly/web": "0.0.1", - "@ultimat3/action": "20.1.0", - "@ultimat3/admin": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/schema": "20.1.0" + "@ultimat3/action": "20.1.1", + "@ultimat3/admin": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/schema": "20.1.1" } } diff --git a/examples/dummy/apps/web/package.json b/examples/dummy/apps/web/package.json index 70380272..541fd0aa 100644 --- a/examples/dummy/apps/web/package.json +++ b/examples/dummy/apps/web/package.json @@ -25,25 +25,25 @@ "@postly/domain": "0.0.1", "@postly/i18n": "0.0.1", "@postly/ui": "0.0.1", - "@ultimat3/action": "20.1.0", - "@ultimat3/ai": "20.1.0", - "@ultimat3/auth": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/flags": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mail": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/realtime": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/seo": "20.1.0", - "@ultimat3/storage": "20.1.0", - "@ultimat3/testing": "20.1.0", - "@ultimat3/time": "20.1.0", - "@ultimat3/ui": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/ai": "20.1.1", + "@ultimat3/auth": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/flags": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mail": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/realtime": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/seo": "20.1.1", + "@ultimat3/storage": "20.1.1", + "@ultimat3/testing": "20.1.1", + "@ultimat3/time": "20.1.1", + "@ultimat3/ui": "20.1.1", "solid-js": "1.9.14" } } diff --git a/examples/dummy/package.json b/examples/dummy/package.json index 414369bf..b549d633 100644 --- a/examples/dummy/package.json +++ b/examples/dummy/package.json @@ -24,13 +24,13 @@ "manifest": "x manifest --json" }, "devDependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/testing": "20.1.0", + "@ultimat3/cache": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/testing": "20.1.1", "typescript": "7.0.2" }, "dependencies": { - "@ultimat3/cli": "20.1.0", - "@ultimat3/core": "20.1.0" + "@ultimat3/cli": "20.1.1", + "@ultimat3/core": "20.1.1" } } diff --git a/examples/dummy/packages/core/package.json b/examples/dummy/packages/core/package.json index e6d9e7d3..90de92e7 100644 --- a/examples/dummy/packages/core/package.json +++ b/examples/dummy/packages/core/package.json @@ -17,8 +17,8 @@ }, "dependencies": { "@postly/domain": "0.0.1", - "@ultimat3/core": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/time": "20.1.1" } } diff --git a/examples/dummy/packages/db/package.json b/examples/dummy/packages/db/package.json index bced8343..0376dbdf 100644 --- a/examples/dummy/packages/db/package.json +++ b/examples/dummy/packages/db/package.json @@ -20,8 +20,8 @@ }, "dependencies": { "@postly/domain": "0.0.1", - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/entity": "20.1.0" + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/entity": "20.1.1" } } diff --git a/examples/dummy/packages/domain/package.json b/examples/dummy/packages/domain/package.json index 560ab58f..fd52e4d8 100644 --- a/examples/dummy/packages/domain/package.json +++ b/examples/dummy/packages/domain/package.json @@ -16,7 +16,7 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/money": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/money": "20.1.1" } } diff --git a/examples/dummy/packages/i18n/package.json b/examples/dummy/packages/i18n/package.json index 9151378a..e52cf3c0 100644 --- a/examples/dummy/packages/i18n/package.json +++ b/examples/dummy/packages/i18n/package.json @@ -17,6 +17,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/i18n": "20.1.0" + "@ultimat3/i18n": "20.1.1" } } diff --git a/examples/dummy/packages/mcp/package.json b/examples/dummy/packages/mcp/package.json index 4d1f0a75..afe29578 100644 --- a/examples/dummy/packages/mcp/package.json +++ b/examples/dummy/packages/mcp/package.json @@ -19,9 +19,9 @@ "dependencies": { "@postly/core": "0.0.1", "@postly/domain": "0.0.1", - "@ultimat3/action": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/mcp": "20.1.0", - "@ultimat3/testing": "20.1.0" + "@ultimat3/action": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/mcp": "20.1.1", + "@ultimat3/testing": "20.1.1" } } diff --git a/examples/dummy/packages/ui/package.json b/examples/dummy/packages/ui/package.json index 9b08ecd0..56c504ed 100644 --- a/examples/dummy/packages/ui/package.json +++ b/examples/dummy/packages/ui/package.json @@ -18,9 +18,9 @@ "dependencies": { "@postly/domain": "0.0.1", "@postly/i18n": "0.0.1", - "@ultimat3/money": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/ui": "20.1.0", + "@ultimat3/money": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/ui": "20.1.1", "solid-js": "1.9.14" } } diff --git a/framework.manifest.json b/framework.manifest.json index e9e17474..e7ea33a8 100644 --- a/framework.manifest.json +++ b/framework.manifest.json @@ -1,6 +1,6 @@ { "version": 1, - "buildId": "bce0c1d32add76b812e131a668245b80d28c800d44b921463dcb926b58614b7b", + "buildId": "2591f629d837b6c65c76fffc8609852072a08ca3f1ff09330cd47735dd07c55d", "tiers": { "0": [ "core", @@ -48,187 +48,187 @@ "packages": [ { "name": "@ultimat3/core", - "version": "20.1.0", + "version": "20.1.1", "tier": 0, "private": false }, { "name": "@ultimat3/schema", - "version": "20.1.0", + "version": "20.1.1", "tier": 0, "private": false }, { "name": "@ultimat3/cache", - "version": "20.1.0", + "version": "20.1.1", "tier": 1, "private": false }, { "name": "@ultimat3/db", - "version": "20.1.0", + "version": "20.1.1", "tier": 1, "private": false }, { "name": "@ultimat3/flags", - "version": "20.1.0", + "version": "20.1.1", "tier": 1, "private": false }, { "name": "@ultimat3/i18n", - "version": "20.1.0", + "version": "20.1.1", "tier": 1, "private": false }, { "name": "@ultimat3/money", - "version": "20.1.0", + "version": "20.1.1", "tier": 1, "private": false }, { "name": "@ultimat3/seo", - "version": "20.1.0", + "version": "20.1.1", "tier": 1, "private": false }, { "name": "@ultimat3/storage", - "version": "20.1.0", + "version": "20.1.1", "tier": 1, "private": false }, { "name": "@ultimat3/time", - "version": "20.1.0", + "version": "20.1.1", "tier": 1, "private": false }, { "name": "@ultimat3/auth", - "version": "20.1.0", + "version": "20.1.1", "tier": 2, "private": false }, { "name": "@ultimat3/entity", - "version": "20.1.0", + "version": "20.1.1", "tier": 2, "private": false }, { "name": "@ultimat3/http", - "version": "20.1.0", + "version": "20.1.1", "tier": 2, "private": false }, { "name": "@ultimat3/policy", - "version": "20.1.0", + "version": "20.1.1", "tier": 2, "private": false }, { "name": "@ultimat3/action", - "version": "20.1.0", + "version": "20.1.1", "tier": 3, "private": false }, { "name": "@ultimat3/jobs", - "version": "20.1.0", + "version": "20.1.1", "tier": 3, "private": false }, { "name": "@ultimat3/query", - "version": "20.1.0", + "version": "20.1.1", "tier": 3, "private": false }, { "name": "@ultimat3/realtime", - "version": "20.1.0", + "version": "20.1.1", "tier": 3, "private": false }, { "name": "@ultimat3/ai", - "version": "20.1.0", + "version": "20.1.1", "tier": 4, "private": false }, { "name": "@ultimat3/mail", - "version": "20.1.0", + "version": "20.1.1", "tier": 4, "private": false }, { "name": "@ultimat3/manifest", - "version": "20.1.0", + "version": "20.1.1", "tier": 4, "private": false }, { "name": "@ultimat3/mcp", - "version": "20.1.0", + "version": "20.1.1", "tier": 4, "private": false }, { "name": "@ultimat3/notify", - "version": "20.1.0", + "version": "20.1.1", "tier": 4, "private": false }, { "name": "@ultimat3/pwa", - "version": "20.1.0", + "version": "20.1.1", "tier": 4, "private": false }, { "name": "@ultimat3/render", - "version": "20.1.0", + "version": "20.1.1", "tier": 4, "private": false }, { "name": "@ultimat3/ui", - "version": "20.1.0", + "version": "20.1.1", "tier": 4, "private": false }, { "name": "@ultimat3/admin", - "version": "20.1.0", + "version": "20.1.1", "tier": 5, "private": false }, { "name": "@ultimat3/cli", - "version": "20.1.0", + "version": "20.1.1", "tier": 5, "private": false }, { "name": "@ultimat3/scraping", - "version": "20.1.0", + "version": "20.1.1", "tier": 5, "private": false }, { "name": "@ultimat3/testing", - "version": "20.1.0", + "version": "20.1.1", "tier": 5, "private": false }, { "name": "create-ultimate", - "version": "20.1.0", + "version": "20.1.1", "tier": 6, "private": false } diff --git a/packages/action/package.json b/packages/action/package.json index e44ad586..04b894f3 100644 --- a/packages/action/package.json +++ b/packages/action/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/action", - "version": "20.1.0", + "version": "20.1.1", "description": "The action primitive: one declaration projected to route, OpenAPI, client, MCP tool, job handle, tests", "license": "MIT", "type": "module", @@ -34,10 +34,10 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/schema": "20.1.0" + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/schema": "20.1.1" } } diff --git a/packages/admin/package.json b/packages/admin/package.json index 7aedb595..0494fc28 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/admin", - "version": "20.1.0", + "version": "20.1.1", "description": "Two dashboards: the /_x framework dev panels and the generated, AI-first app admin", "license": "MIT", "type": "module", @@ -32,20 +32,20 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/ai": "20.1.0", - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mcp": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/ui": "20.1.0" + "@ultimat3/action": "20.1.1", + "@ultimat3/ai": "20.1.1", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mcp": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/ui": "20.1.1" } } diff --git a/packages/ai/package.json b/packages/ai/package.json index a0e86fdc..349970c8 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/ai", - "version": "20.1.0", + "version": "20.1.1", "description": "LLM gateway, versioned prompts, evals as tests, embeddings, hybrid vector search, RAG", "license": "MIT", "type": "module", @@ -32,14 +32,14 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/action": "20.1.1", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1" } } diff --git a/packages/auth/package.json b/packages/auth/package.json index ed474618..547d77e9 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/auth", - "version": "20.1.0", + "version": "20.1.1", "description": "Sessions, passwords, OAuth, MFA and api keys — resolved to one Actor", "license": "MIT", "type": "module", @@ -31,8 +31,8 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/schema": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/schema": "20.1.1" } } diff --git a/packages/cache/package.json b/packages/cache/package.json index d21656e0..9c7d028b 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/cache", - "version": "20.1.0", + "version": "20.1.1", "description": "Tagged caching: request memo, LRU, Redis, CDN — one invalidation graph", "license": "MIT", "type": "module", @@ -31,6 +31,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0" + "@ultimat3/core": "20.1.1" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 3e12ac47..0619fab3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/cli", - "version": "20.1.0", + "version": "20.1.1", "description": "The `x` binary: new, dev, build, verify, generate, db, mcp, doctor, deploy", "license": "MIT", "type": "module", @@ -37,34 +37,34 @@ }, "dependencies": { "@babel/core": "^7.28.4", - "@ultimat3/action": "20.1.0", - "@ultimat3/admin": "20.1.0", - "@ultimat3/ai": "20.1.0", - "@ultimat3/auth": "20.1.0", - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/flags": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mail": "20.1.0", - "@ultimat3/manifest": "20.1.0", - "@ultimat3/mcp": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/notify": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/pwa": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/realtime": "20.1.0", - "@ultimat3/render": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/scraping": "20.1.0", - "@ultimat3/seo": "20.1.0", - "@ultimat3/storage": "20.1.0", - "@ultimat3/testing": "20.1.0", - "@ultimat3/time": "20.1.0", + "@ultimat3/action": "20.1.1", + "@ultimat3/admin": "20.1.1", + "@ultimat3/ai": "20.1.1", + "@ultimat3/auth": "20.1.1", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/flags": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mail": "20.1.1", + "@ultimat3/manifest": "20.1.1", + "@ultimat3/mcp": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/notify": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/pwa": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/realtime": "20.1.1", + "@ultimat3/render": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/scraping": "20.1.1", + "@ultimat3/seo": "20.1.1", + "@ultimat3/storage": "20.1.1", + "@ultimat3/testing": "20.1.1", + "@ultimat3/time": "20.1.1", "babel-preset-solid": "^1.9.15" } } diff --git a/packages/core/package.json b/packages/core/package.json index 3d20f523..4c6fd10c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/core", - "version": "20.1.0", + "version": "20.1.1", "description": "Ultimate's foundation: errors, context, env, config, clock, ids, logging, telemetry, lifecycle", "license": "MIT", "type": "module", @@ -37,6 +37,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/schema": "20.1.0" + "@ultimat3/schema": "20.1.1" } } diff --git a/packages/create-ultimate/package.json b/packages/create-ultimate/package.json index dd6d5571..bb56ec2a 100644 --- a/packages/create-ultimate/package.json +++ b/packages/create-ultimate/package.json @@ -1,6 +1,6 @@ { "name": "create-ultimate", - "version": "20.1.0", + "version": "20.1.1", "description": "bunx create-ultimate myapp — scaffold an Ultimate monorepo", "license": "MIT", "type": "module", @@ -34,6 +34,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/cli": "20.1.0" + "@ultimat3/cli": "20.1.1" } } diff --git a/packages/db/package.json b/packages/db/package.json index 5a377b18..be874120 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/db", - "version": "20.1.0", + "version": "20.1.1", "description": "Postgres access, transactions, migrations and drift detection", "license": "MIT", "type": "module", @@ -31,7 +31,7 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0" + "@ultimat3/core": "20.1.1" }, "peerDependencies": { "@electric-sql/pglite": ">=0.5.0" diff --git a/packages/entity/package.json b/packages/entity/package.json index 50ef8932..f8c2b506 100644 --- a/packages/entity/package.json +++ b/packages/entity/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/entity", - "version": "20.1.0", + "version": "20.1.1", "description": "A table + its domain type + invariants the database also enforces", "license": "MIT", "type": "module", @@ -31,9 +31,9 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1" } } diff --git a/packages/flags/package.json b/packages/flags/package.json index bf46a4bb..153b582f 100644 --- a/packages/flags/package.json +++ b/packages/flags/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/flags", - "version": "20.1.0", + "version": "20.1.1", "description": "Feature flags: permanent switches, and temporary ones that cannot be forgotten", "license": "MIT", "type": "module", @@ -31,6 +31,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0" + "@ultimat3/core": "20.1.1" } } diff --git a/packages/http/package.json b/packages/http/package.json index 01a37895..2f26e858 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/http", - "version": "20.1.0", + "version": "20.1.1", "description": "Owned request lifecycle over Bun.serve: router, ordered pipeline, problem+json errors", "license": "MIT", "type": "module", @@ -31,9 +31,9 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index df8af2ee..78e4c3af 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/i18n", - "version": "20.1.0", + "version": "20.1.1", "description": "Dependency-free translator, catalog flattening, locale negotiation and loud missing-key rendering", "license": "MIT", "type": "module", @@ -35,6 +35,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0" + "@ultimat3/core": "20.1.1" } } diff --git a/packages/jobs/package.json b/packages/jobs/package.json index bf4673f5..6b016cc1 100644 --- a/packages/jobs/package.json +++ b/packages/jobs/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/jobs", - "version": "20.1.0", + "version": "20.1.1", "description": "Durable background work: steps, transactional outbox, cron tasks, one driver interface", "license": "MIT", "type": "module", @@ -32,10 +32,10 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1" } } diff --git a/packages/mail/package.json b/packages/mail/package.json index 3da30cfe..a6461e95 100644 --- a/packages/mail/package.json +++ b/packages/mail/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/mail", - "version": "20.1.0", + "version": "20.1.1", "description": "Transactional email as data: one template renders HTML and text, sent through a job.", "license": "MIT", "type": "module", @@ -31,10 +31,10 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1" } } diff --git a/packages/manifest/package.json b/packages/manifest/package.json index 9fdf138d..3d5b1a5f 100644 --- a/packages/manifest/package.json +++ b/packages/manifest/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/manifest", - "version": "20.1.0", + "version": "20.1.1", "description": "x.manifest.json: deterministic generated facts, contract diff, AGENTS.md budget", "license": "MIT", "type": "module", @@ -31,10 +31,10 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/query": "20.1.0" + "@ultimat3/action": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/query": "20.1.1" } } diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 6dbc4d0f..406725fa 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/mcp", - "version": "20.1.0", + "version": "20.1.1", "description": "MCP server, dev tools, and the action-to-tool projection \u2014 one authz system, two surfaces", "license": "MIT", "type": "module", @@ -31,13 +31,13 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/action": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/schema": "20.1.0" + "@ultimat3/action": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/schema": "20.1.1" } } diff --git a/packages/money/package.json b/packages/money/package.json index f426fc55..aca0a976 100644 --- a/packages/money/package.json +++ b/packages/money/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/money", - "version": "20.1.0", + "version": "20.1.1", "description": "Integer minor units with an attached currency: arithmetic, allocation, rounding, Intl formatting", "license": "MIT", "type": "module", @@ -34,7 +34,7 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/schema": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/schema": "20.1.1" } } diff --git a/packages/notify/package.json b/packages/notify/package.json index b3605353..5e9fddd9 100644 --- a/packages/notify/package.json +++ b/packages/notify/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/notify", - "version": "20.1.0", + "version": "20.1.1", "description": "Notifications: one declaration, many channels — fan-out, preference gate, digest window, delivery ledger, in-app inbox", "license": "MIT", "type": "module", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/time": "20.1.1" } } diff --git a/packages/policy/package.json b/packages/policy/package.json index bf94c753..6383f567 100644 --- a/packages/policy/package.json +++ b/packages/policy/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/policy", - "version": "20.1.0", + "version": "20.1.1", "description": "The one authz rule, evaluated identically in every surface", "license": "MIT", "type": "module", @@ -31,6 +31,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0" + "@ultimat3/core": "20.1.1" } } diff --git a/packages/pwa/package.json b/packages/pwa/package.json index 6a7a5784..11eae28d 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/pwa", - "version": "20.1.0", + "version": "20.1.1", "description": "Generated service worker, web manifest, icons, push and version-skew handling.", "license": "MIT", "type": "module", @@ -31,7 +31,7 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/seo": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/seo": "20.1.1" } } diff --git a/packages/query/package.json b/packages/query/package.json index 3925cd29..ea94b027 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/query", - "version": "20.1.0", + "version": "20.1.1", "description": "The query primitive: a policy-checked read, optionally live, with cursor pagination and an incremental matcher", "license": "MIT", "type": "module", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/http": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/schema": "20.1.0" + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/http": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/schema": "20.1.1" } } diff --git a/packages/realtime/package.json b/packages/realtime/package.json index 2c336396..5e338771 100644 --- a/packages/realtime/package.json +++ b/packages/realtime/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/realtime", - "version": "20.1.0", + "version": "20.1.1", "description": "Three-tier realtime: channels, live queries, local-first sync — one protocol, one mutator shape", "license": "MIT", "type": "module", @@ -36,8 +36,8 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/query": "20.1.0", + "@ultimat3/core": "20.1.1", + "@ultimat3/query": "20.1.1", "nats": "2.29.3" } } diff --git a/packages/render/package.json b/packages/render/package.json index 4a9c2419..f639f800 100644 --- a/packages/render/package.json +++ b/packages/render/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/render", - "version": "20.1.0", + "version": "20.1.1", "description": "The route primitive and the five render modes: static, isr, ssr, stream, spa.", "license": "MIT", "type": "module", @@ -36,10 +36,10 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/seo": "20.1.0", + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/seo": "20.1.1", "sass": "1.102.0" } } diff --git a/packages/schema/package.json b/packages/schema/package.json index 8922440a..5c174b7f 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/schema", - "version": "20.1.0", + "version": "20.1.1", "description": "Ultimate's validation seam: Standard Schema interface, the t namespace, JSON Schema output", "license": "MIT", "type": "module", diff --git a/packages/scraping/package.json b/packages/scraping/package.json index ff34e804..1f1f5012 100644 --- a/packages/scraping/package.json +++ b/packages/scraping/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/scraping", - "version": "20.1.0", + "version": "20.1.1", "description": "Browser automation as a job: scrape() returns a JobHandle", "license": "MIT", "type": "module", @@ -30,9 +30,9 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/schema": "20.1.0", - "@ultimat3/storage": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/schema": "20.1.1", + "@ultimat3/storage": "20.1.1" } } diff --git a/packages/seo/package.json b/packages/seo/package.json index fcb1ecb4..1a904f7d 100644 --- a/packages/seo/package.json +++ b/packages/seo/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/seo", - "version": "20.1.0", + "version": "20.1.1", "description": "Enforced SEO: typed meta, JSON-LD, sitemap, robots, feeds, responsive images, perf budgets", "license": "MIT", "type": "module", @@ -31,7 +31,7 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/schema": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/schema": "20.1.1" } } diff --git a/packages/storage/package.json b/packages/storage/package.json index 8594fc4b..8e3080d3 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/storage", - "version": "20.1.0", + "version": "20.1.1", "description": "Named disks over Bun.file and Bun.s3: safe keys, signed URLs, sniffed uploads", "license": "MIT", "type": "module", @@ -31,6 +31,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0" + "@ultimat3/core": "20.1.1" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index 74ffe772..52a6391b 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/testing", - "version": "20.1.0", + "version": "20.1.1", "description": "Test harness: cloned template DBs per worker, frozen clock, sealed network, 6 test types", "license": "MIT", "type": "module", @@ -33,16 +33,16 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/cache": "20.1.0", - "@ultimat3/core": "20.1.0", - "@ultimat3/db": "20.1.0", - "@ultimat3/entity": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/jobs": "20.1.0", - "@ultimat3/mail": "20.1.0", - "@ultimat3/policy": "20.1.0", - "@ultimat3/query": "20.1.0", - "@ultimat3/realtime": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/cache": "20.1.1", + "@ultimat3/core": "20.1.1", + "@ultimat3/db": "20.1.1", + "@ultimat3/entity": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/jobs": "20.1.1", + "@ultimat3/mail": "20.1.1", + "@ultimat3/policy": "20.1.1", + "@ultimat3/query": "20.1.1", + "@ultimat3/realtime": "20.1.1", + "@ultimat3/time": "20.1.1" } } diff --git a/packages/time/package.json b/packages/time/package.json index a8794cc7..7c44e8f5 100644 --- a/packages/time/package.json +++ b/packages/time/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/time", - "version": "20.1.0", + "version": "20.1.1", "description": "UTC instants, DST-correct zone math, cron, durations and Intl formatting with an explicit timezone", "license": "MIT", "type": "module", @@ -34,6 +34,6 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.0" + "@ultimat3/core": "20.1.1" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 8de6e426..21ba9634 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/ui", - "version": "20.1.0", + "version": "20.1.1", "description": "SolidJS design system: semantic design tokens, dark/RTL-ready SCSS modules, a11y primitives", "license": "MIT", "type": "module", @@ -44,10 +44,10 @@ "icons": "bun run src/icons/build-icons.ts" }, "dependencies": { - "@ultimat3/core": "20.1.0", - "@ultimat3/i18n": "20.1.0", - "@ultimat3/money": "20.1.0", - "@ultimat3/time": "20.1.0" + "@ultimat3/core": "20.1.1", + "@ultimat3/i18n": "20.1.1", + "@ultimat3/money": "20.1.1", + "@ultimat3/time": "20.1.1" }, "peerDependencies": { "solid-js": "^1.9.0" diff --git a/wiki/_Footer.md b/wiki/_Footer.md index 0210eebc..878913c6 100644 --- a/wiki/_Footer.md +++ b/wiki/_Footer.md @@ -5,7 +5,7 @@ them. No heading, deliberately. Reported 2026-08; rejected on those grounds. --> -**Ultimate** — v20.1.0 `As of 2026-09`. Stable API, semver from here. MIT licensed. What npm serves is `npm view @ultimat3/core version`, never this line. +**Ultimate** — v20.1.1 `As of 2026-09`. Stable API, semver from here. MIT licensed. What npm serves is `npm view @ultimat3/core version`, never this line. This footer is the **only** page that stamps a version. It renders under every wiki page, so one release bumps one line; a stamp on a second page is 46 hand-copies of one fact, and every one of them goes stale on the next tag.