diff --git a/CHANGELOG.md b/CHANGELOG.md index 12881f81..7737e364 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.2 - 2026-09-16 + ### Changed - **A scaffolded app's CI gates each commit once.** A branch with an open pull request @@ -33,6 +37,10 @@ Semver applies from 1.0.0. A breaking change to a documented API needs a major - **Framework CI: the 32-job per-package matrix is one `packages` job.** GitHub bills each job rounded up to a whole minute, so the matrix was 33 of the ~40 runner-minutes one push cost. +### Commits + +- ci: one packages job instead of a 32-job matrix; coverage gate reads the test exit code (#437) + ## 20.1.1 - 2026-09-12 ### Fixed diff --git a/bun.lock b/bun.lock index 906c5319..ac6be0d0 100644 --- a/bun.lock +++ b/bun.lock @@ -17,30 +17,30 @@ "name": "social-media-clone", "version": "0.1.0", "dependencies": { - "@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", + "@ultimat3/action": "20.1.2", + "@ultimat3/admin": "20.1.2", + "@ultimat3/cache": "20.1.2", + "@ultimat3/cli": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mcp": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/pwa": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/realtime": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/ui": "20.1.2", "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.1", + "@ultimat3/testing": "20.1.2", "typescript": "^7.0.2", }, }, @@ -74,7 +74,7 @@ "name": "@social-media-clone/i18n", "version": "0.0.0", "dependencies": { - "@ultimat3/i18n": "20.1.1", + "@ultimat3/i18n": "20.1.2", }, }, "dummy/social-media-clone/packages/mcp": { @@ -89,13 +89,13 @@ "name": "@postly/root", "version": "0.0.1", "dependencies": { - "@ultimat3/cli": "20.1.1", - "@ultimat3/core": "20.1.1", + "@ultimat3/cli": "20.1.2", + "@ultimat3/core": "20.1.2", }, "devDependencies": { - "@ultimat3/cache": "20.1.1", - "@ultimat3/entity": "20.1.1", - "@ultimat3/testing": "20.1.1", + "@ultimat3/cache": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/testing": "20.1.2", "typescript": "7.0.2", }, }, @@ -105,11 +105,11 @@ "dependencies": { "@postly/db": "0.0.1", "@postly/web": "0.0.1", - "@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", + "@ultimat3/action": "20.1.2", + "@ultimat3/admin": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/schema": "20.1.2", }, }, "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.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", + "@ultimat3/action": "20.1.2", + "@ultimat3/ai": "20.1.2", + "@ultimat3/auth": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/flags": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mail": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/realtime": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/seo": "20.1.2", + "@ultimat3/storage": "20.1.2", + "@ultimat3/testing": "20.1.2", + "@ultimat3/time": "20.1.2", + "@ultimat3/ui": "20.1.2", "solid-js": "1.9.14", }, }, @@ -148,9 +148,9 @@ "version": "0.0.1", "dependencies": { "@postly/domain": "0.0.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/money": "20.1.1", - "@ultimat3/time": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/time": "20.1.2", }, }, "examples/dummy/packages/db": { @@ -158,24 +158,24 @@ "version": "0.0.1", "dependencies": { "@postly/domain": "0.0.1", - "@ultimat3/cache": "20.1.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/entity": "20.1.1", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/entity": "20.1.2", }, }, "examples/dummy/packages/domain": { "name": "@postly/domain", "version": "0.0.1", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/money": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/money": "20.1.2", }, }, "examples/dummy/packages/i18n": { "name": "@postly/i18n", "version": "0.0.1", "dependencies": { - "@ultimat3/i18n": "20.1.1", + "@ultimat3/i18n": "20.1.2", }, }, "examples/dummy/packages/mcp": { @@ -184,10 +184,10 @@ "dependencies": { "@postly/core": "0.0.1", "@postly/domain": "0.0.1", - "@ultimat3/action": "20.1.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/mcp": "20.1.1", - "@ultimat3/testing": "20.1.1", + "@ultimat3/action": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/mcp": "20.1.2", + "@ultimat3/testing": "20.1.2", }, }, "examples/dummy/packages/ui": { @@ -196,136 +196,136 @@ "dependencies": { "@postly/domain": "0.0.1", "@postly/i18n": "0.0.1", - "@ultimat3/money": "20.1.1", - "@ultimat3/render": "20.1.1", - "@ultimat3/ui": "20.1.1", + "@ultimat3/money": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/ui": "20.1.2", "solid-js": "1.9.14", }, }, "packages/action": { "name": "@ultimat3/action", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@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", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/schema": "20.1.2", }, }, "packages/admin": { "name": "@ultimat3/admin", - "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", + "version": "20.1.2", + "dependencies": { + "@ultimat3/action": "20.1.2", + "@ultimat3/ai": "20.1.2", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mcp": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/ui": "20.1.2", }, }, "packages/ai": { "name": "@ultimat3/ai", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@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", + "@ultimat3/action": "20.1.2", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2", }, }, "packages/auth": { "name": "@ultimat3/auth", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/db": "20.1.1", - "@ultimat3/schema": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/schema": "20.1.2", }, }, "packages/cache": { "name": "@ultimat3/cache", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", + "@ultimat3/core": "20.1.2", }, }, "packages/cli": { "name": "@ultimat3/cli", - "version": "20.1.1", + "version": "20.1.2", "bin": { "x": "./src/bin.ts", }, "dependencies": { "@babel/core": "^7.28.4", - "@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", + "@ultimat3/action": "20.1.2", + "@ultimat3/admin": "20.1.2", + "@ultimat3/ai": "20.1.2", + "@ultimat3/auth": "20.1.2", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/flags": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mail": "20.1.2", + "@ultimat3/manifest": "20.1.2", + "@ultimat3/mcp": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/notify": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/pwa": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/realtime": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/scraping": "20.1.2", + "@ultimat3/seo": "20.1.2", + "@ultimat3/storage": "20.1.2", + "@ultimat3/testing": "20.1.2", + "@ultimat3/time": "20.1.2", "babel-preset-solid": "^1.9.15", }, }, "packages/core": { "name": "@ultimat3/core", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/schema": "20.1.1", + "@ultimat3/schema": "20.1.2", }, }, "packages/create-ultimate": { "name": "create-ultimate", - "version": "20.1.1", + "version": "20.1.2", "bin": { "create-ultimate": "./src/bin.ts", }, "dependencies": { - "@ultimat3/cli": "20.1.1", + "@ultimat3/cli": "20.1.2", }, }, "packages/db": { "name": "@ultimat3/db", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", + "@ultimat3/core": "20.1.2", }, "peerDependencies": { "@electric-sql/pglite": ">=0.5.0", @@ -336,210 +336,210 @@ }, "packages/entity": { "name": "@ultimat3/entity", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/db": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/time": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2", }, }, "packages/flags": { "name": "@ultimat3/flags", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", + "@ultimat3/core": "20.1.2", }, }, "packages/http": { "name": "@ultimat3/http", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/i18n": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/time": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2", }, }, "packages/i18n": { "name": "@ultimat3/i18n", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", + "@ultimat3/core": "20.1.2", }, }, "packages/jobs": { "name": "@ultimat3/jobs", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@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", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2", }, }, "packages/mail": { "name": "@ultimat3/mail", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@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", + "@ultimat3/core": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2", }, }, "packages/manifest": { "name": "@ultimat3/manifest", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@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", + "@ultimat3/action": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/query": "20.1.2", }, }, "packages/mcp": { "name": "@ultimat3/mcp", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@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", + "@ultimat3/action": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/schema": "20.1.2", }, }, "packages/money": { "name": "@ultimat3/money", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/schema": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/schema": "20.1.2", }, }, "packages/notify": { "name": "@ultimat3/notify", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/jobs": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/time": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2", }, }, "packages/policy": { "name": "@ultimat3/policy", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", + "@ultimat3/core": "20.1.2", }, }, "packages/pwa": { "name": "@ultimat3/pwa", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/seo": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/seo": "20.1.2", }, }, "packages/query": { "name": "@ultimat3/query", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@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", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/schema": "20.1.2", }, }, "packages/realtime": { "name": "@ultimat3/realtime", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/query": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/query": "20.1.2", "nats": "2.29.3", }, }, "packages/render": { "name": "@ultimat3/render", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/cache": "20.1.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/i18n": "20.1.1", - "@ultimat3/seo": "20.1.1", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/seo": "20.1.2", "sass": "1.102.0", }, }, "packages/schema": { "name": "@ultimat3/schema", - "version": "20.1.1", + "version": "20.1.2", }, "packages/scraping": { "name": "@ultimat3/scraping", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/jobs": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/storage": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/storage": "20.1.2", }, }, "packages/seo": { "name": "@ultimat3/seo", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/schema": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/schema": "20.1.2", }, }, "packages/storage": { "name": "@ultimat3/storage", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", + "@ultimat3/core": "20.1.2", }, }, "packages/testing": { "name": "@ultimat3/testing", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@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", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mail": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/realtime": "20.1.2", + "@ultimat3/time": "20.1.2", }, }, "packages/time": { "name": "@ultimat3/time", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", + "@ultimat3/core": "20.1.2", }, }, "packages/ui": { "name": "@ultimat3/ui", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { - "@ultimat3/core": "20.1.1", - "@ultimat3/i18n": "20.1.1", - "@ultimat3/money": "20.1.1", - "@ultimat3/time": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/time": "20.1.2", }, "peerDependencies": { "solid-js": "^1.9.0", diff --git a/docker/helm/Chart.yaml b/docker/helm/Chart.yaml index d8d45385..4755fd06 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.1 -appVersion: "20.1.1" +version: 20.1.2 +appVersion: "20.1.2" 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 f4476bd3..6f3b0612 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.1", + "@ultimat3/testing": "20.1.2", "typescript": "^7.0.2" }, "dependencies": { - "@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", + "@ultimat3/action": "20.1.2", + "@ultimat3/admin": "20.1.2", + "@ultimat3/cache": "20.1.2", + "@ultimat3/cli": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mcp": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/pwa": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/realtime": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/ui": "20.1.2", "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 4ec97392..a3b67331 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.1" + "@ultimat3/i18n": "20.1.2" } } diff --git a/examples/dummy/apps/admin/package.json b/examples/dummy/apps/admin/package.json index 6eba971b..cc2b970b 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.1", - "@ultimat3/admin": "20.1.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/policy": "20.1.1", - "@ultimat3/schema": "20.1.1" + "@ultimat3/action": "20.1.2", + "@ultimat3/admin": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/schema": "20.1.2" } } diff --git a/examples/dummy/apps/web/package.json b/examples/dummy/apps/web/package.json index 541fd0aa..5092fa9f 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.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", + "@ultimat3/action": "20.1.2", + "@ultimat3/ai": "20.1.2", + "@ultimat3/auth": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/flags": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mail": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/realtime": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/seo": "20.1.2", + "@ultimat3/storage": "20.1.2", + "@ultimat3/testing": "20.1.2", + "@ultimat3/time": "20.1.2", + "@ultimat3/ui": "20.1.2", "solid-js": "1.9.14" } } diff --git a/examples/dummy/package.json b/examples/dummy/package.json index b549d633..77e10198 100644 --- a/examples/dummy/package.json +++ b/examples/dummy/package.json @@ -24,13 +24,13 @@ "manifest": "x manifest --json" }, "devDependencies": { - "@ultimat3/cache": "20.1.1", - "@ultimat3/entity": "20.1.1", - "@ultimat3/testing": "20.1.1", + "@ultimat3/cache": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/testing": "20.1.2", "typescript": "7.0.2" }, "dependencies": { - "@ultimat3/cli": "20.1.1", - "@ultimat3/core": "20.1.1" + "@ultimat3/cli": "20.1.2", + "@ultimat3/core": "20.1.2" } } diff --git a/examples/dummy/packages/core/package.json b/examples/dummy/packages/core/package.json index 90de92e7..8f43246f 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.1", - "@ultimat3/money": "20.1.1", - "@ultimat3/time": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/time": "20.1.2" } } diff --git a/examples/dummy/packages/db/package.json b/examples/dummy/packages/db/package.json index 0376dbdf..694ff8bd 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.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/entity": "20.1.1" + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/entity": "20.1.2" } } diff --git a/examples/dummy/packages/domain/package.json b/examples/dummy/packages/domain/package.json index fd52e4d8..9331ef34 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.1", - "@ultimat3/money": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/money": "20.1.2" } } diff --git a/examples/dummy/packages/i18n/package.json b/examples/dummy/packages/i18n/package.json index e52cf3c0..c15cf53f 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.1" + "@ultimat3/i18n": "20.1.2" } } diff --git a/examples/dummy/packages/mcp/package.json b/examples/dummy/packages/mcp/package.json index afe29578..9cdee83e 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.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/mcp": "20.1.1", - "@ultimat3/testing": "20.1.1" + "@ultimat3/action": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/mcp": "20.1.2", + "@ultimat3/testing": "20.1.2" } } diff --git a/examples/dummy/packages/ui/package.json b/examples/dummy/packages/ui/package.json index 56c504ed..4d5ead8d 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.1", - "@ultimat3/render": "20.1.1", - "@ultimat3/ui": "20.1.1", + "@ultimat3/money": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/ui": "20.1.2", "solid-js": "1.9.14" } } diff --git a/framework.manifest.json b/framework.manifest.json index e7ea33a8..a09a82da 100644 --- a/framework.manifest.json +++ b/framework.manifest.json @@ -1,6 +1,6 @@ { "version": 1, - "buildId": "2591f629d837b6c65c76fffc8609852072a08ca3f1ff09330cd47735dd07c55d", + "buildId": "04056797b88be9aa91957a580951c849ba972e807097b4b5c086ce15420e60bd", "tiers": { "0": [ "core", @@ -48,187 +48,187 @@ "packages": [ { "name": "@ultimat3/core", - "version": "20.1.1", + "version": "20.1.2", "tier": 0, "private": false }, { "name": "@ultimat3/schema", - "version": "20.1.1", + "version": "20.1.2", "tier": 0, "private": false }, { "name": "@ultimat3/cache", - "version": "20.1.1", + "version": "20.1.2", "tier": 1, "private": false }, { "name": "@ultimat3/db", - "version": "20.1.1", + "version": "20.1.2", "tier": 1, "private": false }, { "name": "@ultimat3/flags", - "version": "20.1.1", + "version": "20.1.2", "tier": 1, "private": false }, { "name": "@ultimat3/i18n", - "version": "20.1.1", + "version": "20.1.2", "tier": 1, "private": false }, { "name": "@ultimat3/money", - "version": "20.1.1", + "version": "20.1.2", "tier": 1, "private": false }, { "name": "@ultimat3/seo", - "version": "20.1.1", + "version": "20.1.2", "tier": 1, "private": false }, { "name": "@ultimat3/storage", - "version": "20.1.1", + "version": "20.1.2", "tier": 1, "private": false }, { "name": "@ultimat3/time", - "version": "20.1.1", + "version": "20.1.2", "tier": 1, "private": false }, { "name": "@ultimat3/auth", - "version": "20.1.1", + "version": "20.1.2", "tier": 2, "private": false }, { "name": "@ultimat3/entity", - "version": "20.1.1", + "version": "20.1.2", "tier": 2, "private": false }, { "name": "@ultimat3/http", - "version": "20.1.1", + "version": "20.1.2", "tier": 2, "private": false }, { "name": "@ultimat3/policy", - "version": "20.1.1", + "version": "20.1.2", "tier": 2, "private": false }, { "name": "@ultimat3/action", - "version": "20.1.1", + "version": "20.1.2", "tier": 3, "private": false }, { "name": "@ultimat3/jobs", - "version": "20.1.1", + "version": "20.1.2", "tier": 3, "private": false }, { "name": "@ultimat3/query", - "version": "20.1.1", + "version": "20.1.2", "tier": 3, "private": false }, { "name": "@ultimat3/realtime", - "version": "20.1.1", + "version": "20.1.2", "tier": 3, "private": false }, { "name": "@ultimat3/ai", - "version": "20.1.1", + "version": "20.1.2", "tier": 4, "private": false }, { "name": "@ultimat3/mail", - "version": "20.1.1", + "version": "20.1.2", "tier": 4, "private": false }, { "name": "@ultimat3/manifest", - "version": "20.1.1", + "version": "20.1.2", "tier": 4, "private": false }, { "name": "@ultimat3/mcp", - "version": "20.1.1", + "version": "20.1.2", "tier": 4, "private": false }, { "name": "@ultimat3/notify", - "version": "20.1.1", + "version": "20.1.2", "tier": 4, "private": false }, { "name": "@ultimat3/pwa", - "version": "20.1.1", + "version": "20.1.2", "tier": 4, "private": false }, { "name": "@ultimat3/render", - "version": "20.1.1", + "version": "20.1.2", "tier": 4, "private": false }, { "name": "@ultimat3/ui", - "version": "20.1.1", + "version": "20.1.2", "tier": 4, "private": false }, { "name": "@ultimat3/admin", - "version": "20.1.1", + "version": "20.1.2", "tier": 5, "private": false }, { "name": "@ultimat3/cli", - "version": "20.1.1", + "version": "20.1.2", "tier": 5, "private": false }, { "name": "@ultimat3/scraping", - "version": "20.1.1", + "version": "20.1.2", "tier": 5, "private": false }, { "name": "@ultimat3/testing", - "version": "20.1.1", + "version": "20.1.2", "tier": 5, "private": false }, { "name": "create-ultimate", - "version": "20.1.1", + "version": "20.1.2", "tier": 6, "private": false } diff --git a/packages/action/package.json b/packages/action/package.json index 04b894f3..5ecdf634 100644 --- a/packages/action/package.json +++ b/packages/action/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/action", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/http": "20.1.1", - "@ultimat3/policy": "20.1.1", - "@ultimat3/schema": "20.1.1" + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/schema": "20.1.2" } } diff --git a/packages/admin/package.json b/packages/admin/package.json index 0494fc28..19c78027 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/admin", - "version": "20.1.1", + "version": "20.1.2", "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.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" + "@ultimat3/action": "20.1.2", + "@ultimat3/ai": "20.1.2", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mcp": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/ui": "20.1.2" } } diff --git a/packages/ai/package.json b/packages/ai/package.json index 349970c8..4f1fe8c7 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/ai", - "version": "20.1.1", + "version": "20.1.2", "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.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" + "@ultimat3/action": "20.1.2", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2" } } diff --git a/packages/auth/package.json b/packages/auth/package.json index 547d77e9..86dc3976 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/auth", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/db": "20.1.1", - "@ultimat3/schema": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/schema": "20.1.2" } } diff --git a/packages/cache/package.json b/packages/cache/package.json index 9c7d028b..a92f0126 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/cache", - "version": "20.1.1", + "version": "20.1.2", "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.1" + "@ultimat3/core": "20.1.2" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 0619fab3..42e5d8a0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/cli", - "version": "20.1.1", + "version": "20.1.2", "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.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", + "@ultimat3/action": "20.1.2", + "@ultimat3/admin": "20.1.2", + "@ultimat3/ai": "20.1.2", + "@ultimat3/auth": "20.1.2", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/flags": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mail": "20.1.2", + "@ultimat3/manifest": "20.1.2", + "@ultimat3/mcp": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/notify": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/pwa": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/realtime": "20.1.2", + "@ultimat3/render": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/scraping": "20.1.2", + "@ultimat3/seo": "20.1.2", + "@ultimat3/storage": "20.1.2", + "@ultimat3/testing": "20.1.2", + "@ultimat3/time": "20.1.2", "babel-preset-solid": "^1.9.15" } } diff --git a/packages/core/package.json b/packages/core/package.json index 4c6fd10c..218d33e9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/core", - "version": "20.1.1", + "version": "20.1.2", "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.1" + "@ultimat3/schema": "20.1.2" } } diff --git a/packages/create-ultimate/package.json b/packages/create-ultimate/package.json index bb56ec2a..12ad4c63 100644 --- a/packages/create-ultimate/package.json +++ b/packages/create-ultimate/package.json @@ -1,6 +1,6 @@ { "name": "create-ultimate", - "version": "20.1.1", + "version": "20.1.2", "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.1" + "@ultimat3/cli": "20.1.2" } } diff --git a/packages/db/package.json b/packages/db/package.json index be874120..3d89d45f 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/db", - "version": "20.1.1", + "version": "20.1.2", "description": "Postgres access, transactions, migrations and drift detection", "license": "MIT", "type": "module", @@ -31,7 +31,7 @@ "test": "bun test" }, "dependencies": { - "@ultimat3/core": "20.1.1" + "@ultimat3/core": "20.1.2" }, "peerDependencies": { "@electric-sql/pglite": ">=0.5.0" diff --git a/packages/entity/package.json b/packages/entity/package.json index f8c2b506..4385ebe1 100644 --- a/packages/entity/package.json +++ b/packages/entity/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/entity", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/db": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/time": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2" } } diff --git a/packages/flags/package.json b/packages/flags/package.json index 153b582f..aa58bf5b 100644 --- a/packages/flags/package.json +++ b/packages/flags/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/flags", - "version": "20.1.1", + "version": "20.1.2", "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.1" + "@ultimat3/core": "20.1.2" } } diff --git a/packages/http/package.json b/packages/http/package.json index 2f26e858..cf7e8759 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/http", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/i18n": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/time": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2" } } diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 78e4c3af..fe1a0579 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/i18n", - "version": "20.1.1", + "version": "20.1.2", "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.1" + "@ultimat3/core": "20.1.2" } } diff --git a/packages/jobs/package.json b/packages/jobs/package.json index 6b016cc1..74121dbd 100644 --- a/packages/jobs/package.json +++ b/packages/jobs/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/jobs", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/db": "20.1.1", - "@ultimat3/entity": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/time": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2" } } diff --git a/packages/mail/package.json b/packages/mail/package.json index a6461e95..e9aaaaf8 100644 --- a/packages/mail/package.json +++ b/packages/mail/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/mail", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/i18n": "20.1.1", - "@ultimat3/jobs": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/time": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2" } } diff --git a/packages/manifest/package.json b/packages/manifest/package.json index 3d5b1a5f..d93cdaf0 100644 --- a/packages/manifest/package.json +++ b/packages/manifest/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/manifest", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/entity": "20.1.1", - "@ultimat3/jobs": "20.1.1", - "@ultimat3/query": "20.1.1" + "@ultimat3/action": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/query": "20.1.2" } } diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 406725fa..a7397618 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/mcp", - "version": "20.1.1", + "version": "20.1.2", "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.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" + "@ultimat3/action": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/schema": "20.1.2" } } diff --git a/packages/money/package.json b/packages/money/package.json index aca0a976..108d744f 100644 --- a/packages/money/package.json +++ b/packages/money/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/money", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/schema": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/schema": "20.1.2" } } diff --git a/packages/notify/package.json b/packages/notify/package.json index 5e9fddd9..408fe41c 100644 --- a/packages/notify/package.json +++ b/packages/notify/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/notify", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/jobs": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/time": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/time": "20.1.2" } } diff --git a/packages/policy/package.json b/packages/policy/package.json index 6383f567..ffeb0f52 100644 --- a/packages/policy/package.json +++ b/packages/policy/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/policy", - "version": "20.1.1", + "version": "20.1.2", "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.1" + "@ultimat3/core": "20.1.2" } } diff --git a/packages/pwa/package.json b/packages/pwa/package.json index 11eae28d..e7ce2ca4 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/pwa", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/seo": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/seo": "20.1.2" } } diff --git a/packages/query/package.json b/packages/query/package.json index ea94b027..15104900 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/query", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/http": "20.1.1", - "@ultimat3/policy": "20.1.1", - "@ultimat3/schema": "20.1.1" + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/http": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/schema": "20.1.2" } } diff --git a/packages/realtime/package.json b/packages/realtime/package.json index 5e338771..3d9c9276 100644 --- a/packages/realtime/package.json +++ b/packages/realtime/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/realtime", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/query": "20.1.1", + "@ultimat3/core": "20.1.2", + "@ultimat3/query": "20.1.2", "nats": "2.29.3" } } diff --git a/packages/render/package.json b/packages/render/package.json index f639f800..0d42eeb6 100644 --- a/packages/render/package.json +++ b/packages/render/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/render", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/core": "20.1.1", - "@ultimat3/i18n": "20.1.1", - "@ultimat3/seo": "20.1.1", + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/seo": "20.1.2", "sass": "1.102.0" } } diff --git a/packages/schema/package.json b/packages/schema/package.json index 5c174b7f..f649554a 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/schema", - "version": "20.1.1", + "version": "20.1.2", "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 1f1f5012..b8c1dd68 100644 --- a/packages/scraping/package.json +++ b/packages/scraping/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/scraping", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/jobs": "20.1.1", - "@ultimat3/schema": "20.1.1", - "@ultimat3/storage": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/schema": "20.1.2", + "@ultimat3/storage": "20.1.2" } } diff --git a/packages/seo/package.json b/packages/seo/package.json index 1a904f7d..6fa0ef2a 100644 --- a/packages/seo/package.json +++ b/packages/seo/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/seo", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/schema": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/schema": "20.1.2" } } diff --git a/packages/storage/package.json b/packages/storage/package.json index 8e3080d3..cebc132f 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/storage", - "version": "20.1.1", + "version": "20.1.2", "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.1" + "@ultimat3/core": "20.1.2" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index 52a6391b..a84e5501 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/testing", - "version": "20.1.1", + "version": "20.1.2", "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.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" + "@ultimat3/cache": "20.1.2", + "@ultimat3/core": "20.1.2", + "@ultimat3/db": "20.1.2", + "@ultimat3/entity": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/jobs": "20.1.2", + "@ultimat3/mail": "20.1.2", + "@ultimat3/policy": "20.1.2", + "@ultimat3/query": "20.1.2", + "@ultimat3/realtime": "20.1.2", + "@ultimat3/time": "20.1.2" } } diff --git a/packages/time/package.json b/packages/time/package.json index 7c44e8f5..749e85e9 100644 --- a/packages/time/package.json +++ b/packages/time/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/time", - "version": "20.1.1", + "version": "20.1.2", "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.1" + "@ultimat3/core": "20.1.2" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 21ba9634..0ecb636d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ultimat3/ui", - "version": "20.1.1", + "version": "20.1.2", "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.1", - "@ultimat3/i18n": "20.1.1", - "@ultimat3/money": "20.1.1", - "@ultimat3/time": "20.1.1" + "@ultimat3/core": "20.1.2", + "@ultimat3/i18n": "20.1.2", + "@ultimat3/money": "20.1.2", + "@ultimat3/time": "20.1.2" }, "peerDependencies": { "solid-js": "^1.9.0" diff --git a/wiki/_Footer.md b/wiki/_Footer.md index 878913c6..55e3d2e0 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.1 `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.2 `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.