diff --git a/.publish/ai/package.json b/.publish/ai/package.json index 03cb2a28..68b7b4f3 100644 --- a/.publish/ai/package.json +++ b/.publish/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "Zero-dependency Claude (Anthropic) client for WrNexus apps.", "license": "MIT", diff --git a/.publish/authz/package.json b/.publish/authz/package.json index 2fe4636d..c7600ef3 100644 --- a/.publish/authz/package.json +++ b/.publish/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/authz — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/cli/package.json b/.publish/cli/package.json index dac6eb0e..f23758ca 100644 --- a/.publish/cli/package.json +++ b/.publish/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/cli — part of the WrNexus framework.", "license": "MIT", @@ -28,18 +28,18 @@ "wrnexus": "./dist/index.js" }, "dependencies": { - "@wrnexus/core": "^0.3.0", - "@wrnexus/router": "^0.3.0", - "@wrnexus/csr": "^0.3.0", - "@wrnexus/compiler": "^0.3.0", - "@wrnexus/styles": "^0.3.0", - "@wrnexus/dev-server": "^0.3.0", - "@wrnexus/ui": "^0.3.0", - "@wrnexus/validation": "^0.3.0", - "@wrnexus/i18n": "^0.3.0", - "@wrnexus/db": "^0.3.0", - "@wrnexus/plugin": "^0.3.0", - "@wrnexus/syntax": "^0.3.0" + "@wrnexus/core": "^0.3.1", + "@wrnexus/router": "^0.3.1", + "@wrnexus/csr": "^0.3.1", + "@wrnexus/compiler": "^0.3.1", + "@wrnexus/styles": "^0.3.1", + "@wrnexus/dev-server": "^0.3.1", + "@wrnexus/ui": "^0.3.1", + "@wrnexus/validation": "^0.3.1", + "@wrnexus/i18n": "^0.3.1", + "@wrnexus/db": "^0.3.1", + "@wrnexus/plugin": "^0.3.1", + "@wrnexus/syntax": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/compiler/package.json b/.publish/compiler/package.json index a3d2daf1..986ed4dc 100644 --- a/.publish/compiler/package.json +++ b/.publish/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/compiler — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/syntax": "^0.3.0" + "@wrnexus/syntax": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/core/package.json b/.publish/core/package.json index 180a135f..7d451c88 100644 --- a/.publish/core/package.json +++ b/.publish/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/core — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/csr/package.json b/.publish/csr/package.json index 366de983..a0807e04 100644 --- a/.publish/csr/package.json +++ b/.publish/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/csr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.3.0" + "@wrnexus/core": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/db/package.json b/.publish/db/package.json index afb4d416..c50af377 100644 --- a/.publish/db/package.json +++ b/.publish/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/db — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/dev-server/package.json b/.publish/dev-server/package.json index 240a0afe..ef3dcb0d 100644 --- a/.publish/dev-server/package.json +++ b/.publish/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/dev-server — part of the WrNexus framework.", "license": "MIT", @@ -25,20 +25,20 @@ } }, "dependencies": { - "@wrnexus/core": "^0.3.0", - "@wrnexus/dev-toolbar": "^0.3.0", - "@wrnexus/router": "^0.3.0", - "@wrnexus/ssr": "^0.3.0", - "@wrnexus/csr": "^0.3.0", - "@wrnexus/compiler": "^0.3.0", - "@wrnexus/styles": "^0.3.0", - "@wrnexus/ui": "^0.3.0", - "@wrnexus/validation": "^0.3.0", - "@wrnexus/i18n": "^0.3.0", - "@wrnexus/db": "^0.3.0", - "@wrnexus/pubsub": "^0.3.0", - "@wrnexus/uploader": "^0.3.0", - "@wrnexus/plugin": "^0.3.0" + "@wrnexus/core": "^0.3.1", + "@wrnexus/dev-toolbar": "^0.3.1", + "@wrnexus/router": "^0.3.1", + "@wrnexus/ssr": "^0.3.1", + "@wrnexus/csr": "^0.3.1", + "@wrnexus/compiler": "^0.3.1", + "@wrnexus/styles": "^0.3.1", + "@wrnexus/ui": "^0.3.1", + "@wrnexus/validation": "^0.3.1", + "@wrnexus/i18n": "^0.3.1", + "@wrnexus/db": "^0.3.1", + "@wrnexus/pubsub": "^0.3.1", + "@wrnexus/uploader": "^0.3.1", + "@wrnexus/plugin": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/dev-toolbar/package.json b/.publish/dev-toolbar/package.json index b8e45e86..43a4c6e8 100644 --- a/.publish/dev-toolbar/package.json +++ b/.publish/dev-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-toolbar", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/dev-toolbar — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/encryption/package.json b/.publish/encryption/package.json index 260b91d9..05246b51 100644 --- a/.publish/encryption/package.json +++ b/.publish/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/encryption — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/helpers/package.json b/.publish/helpers/package.json index fcc94b61..7168e223 100644 --- a/.publish/helpers/package.json +++ b/.publish/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "Safe convenience helpers for WrNexus request contexts and common application flows.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.3.0" + "@wrnexus/core": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/i18n/package.json b/.publish/i18n/package.json index ac1f0acf..563b407c 100644 --- a/.publish/i18n/package.json +++ b/.publish/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/i18n — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.3.0" + "@wrnexus/core": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/jwt/package.json b/.publish/jwt/package.json index 4c46b665..5c6fcd46 100644 --- a/.publish/jwt/package.json +++ b/.publish/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/jwt — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/mobile/package.json b/.publish/mobile/package.json index 8794f3b9..e54060fb 100644 --- a/.publish/mobile/package.json +++ b/.publish/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/mobile — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/native": "^0.3.0" + "@wrnexus/native": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/native/package.json b/.publish/native/package.json index d8dea1ec..91bbe052 100644 --- a/.publish/native/package.json +++ b/.publish/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/native — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/oauth/package.json b/.publish/oauth/package.json index a9551fea..51ce2a1f 100644 --- a/.publish/oauth/package.json +++ b/.publish/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/oauth — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/plugin/package.json b/.publish/plugin/package.json index 9de3770f..cdb9d4c2 100644 --- a/.publish/plugin/package.json +++ b/.publish/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/plugin", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/plugin — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/syntax": "^0.3.0" + "@wrnexus/syntax": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/pubsub/package.json b/.publish/pubsub/package.json index 75602e10..25da172d 100644 --- a/.publish/pubsub/package.json +++ b/.publish/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/pubsub — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/queue/package.json b/.publish/queue/package.json index 3827c3e3..953843bd 100644 --- a/.publish/queue/package.json +++ b/.publish/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/queue — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/reactive/package.json b/.publish/reactive/package.json index 689ea8e5..c56539b9 100644 --- a/.publish/reactive/package.json +++ b/.publish/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/reactive — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/router/package.json b/.publish/router/package.json index c043ee8b..cd3a9831 100644 --- a/.publish/router/package.json +++ b/.publish/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/router — part of the WrNexus framework.", "license": "MIT", @@ -21,8 +21,8 @@ } }, "dependencies": { - "@wrnexus/compiler": "^0.3.0", - "@wrnexus/core": "^0.3.0" + "@wrnexus/compiler": "^0.3.1", + "@wrnexus/core": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/ssr/package.json b/.publish/ssr/package.json index bbbe6c1b..1a6c1c53 100644 --- a/.publish/ssr/package.json +++ b/.publish/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/ssr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.3.0" + "@wrnexus/core": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/styles/package.json b/.publish/styles/package.json index c8b64dc8..493e4683 100644 --- a/.publish/styles/package.json +++ b/.publish/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/styles — part of the WrNexus framework.", "license": "MIT", @@ -21,9 +21,9 @@ } }, "dependencies": { - "@wrnexus/uploader": "^0.3.0", - "@wrnexus/core": "^0.3.0", - "@wrnexus/plugin": "^0.3.0" + "@wrnexus/uploader": "^0.3.1", + "@wrnexus/core": "^0.3.1", + "@wrnexus/plugin": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/syntax/package.json b/.publish/syntax/package.json index f4ddac45..0933c2c9 100644 --- a/.publish/syntax/package.json +++ b/.publish/syntax/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/syntax", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/syntax — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/test/package.json b/.publish/test/package.json index b0bdbd1f..1985493b 100644 --- a/.publish/test/package.json +++ b/.publish/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/test — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/tracking/package.json b/.publish/tracking/package.json index 5660594f..d2cefa12 100644 --- a/.publish/tracking/package.json +++ b/.publish/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/tracking — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/ui/package.json b/.publish/ui/package.json index de9a0718..9f72c245 100644 --- a/.publish/ui/package.json +++ b/.publish/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/ui — part of the WrNexus framework.", "license": "MIT", @@ -25,7 +25,7 @@ "./ui.css": "./ui.css" }, "dependencies": { - "@wrnexus/core": "^0.3.0" + "@wrnexus/core": "^0.3.1" }, "files": [ "dist", diff --git a/.publish/uploader/package.json b/.publish/uploader/package.json index 4f9ae1bc..88587df6 100644 --- a/.publish/uploader/package.json +++ b/.publish/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/uploader — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.3.0" + "@wrnexus/core": "^0.3.1" }, "files": [ "dist" diff --git a/.publish/validation/package.json b/.publish/validation/package.json index 1a1644ee..13ab440d 100644 --- a/.publish/validation/package.json +++ b/.publish/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "description": "@wrnexus/validation — part of the WrNexus framework.", "license": "MIT", diff --git a/current-test-failure-files.zip b/current-test-failure-files.zip deleted file mode 100644 index e601686b..00000000 Binary files a/current-test-failure-files.zip and /dev/null differ diff --git a/packages/ai/package.json b/packages/ai/package.json index 9ea81b1f..616037b3 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "description": "Zero-dependency Claude (Anthropic) client for WrNexus apps.", diff --git a/packages/authz/package.json b/packages/authz/package.json index f1f54f65..1691b570 100644 --- a/packages/authz/package.json +++ b/packages/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/cli/package.json b/packages/cli/package.json index 96593592..55344190 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/cli/src/update.ts b/packages/cli/src/update.ts index bebeb94a..f23082a1 100644 --- a/packages/cli/src/update.ts +++ b/packages/cli/src/update.ts @@ -30,7 +30,7 @@ import { spawnSync } from "node:child_process"; import { dirname, join, resolve } from "node:path"; import { pathToFileURL } from "node:url"; import { AI_GUIDE, CLAUDE_MD } from "./ai-guide.ts"; -import { inspectProject } from "./doctor.ts"; +import { inspectProject, type DoctorCheck } from "./doctor.ts"; /** The version of the CLI currently running (its own package.json). */ function cliVersion(): string { @@ -952,6 +952,15 @@ const MIGRATIONS: Migration[] = [ } }, }, + { + version: "0.3.1", + id: "pending-update-marker-verification-fix", + description: + "Allows warning-level doctor checks during pre-commit update verification so successfully verified migrations can commit their new version marker.", + apply() { + // CLI-only transaction fix. No generated application files require migration. + }, + }, ]; /** Release tooling uses this to require an explicit migration entry per version. */ @@ -1093,11 +1102,19 @@ export function verificationCommands(scripts: Record): string[][ return commands; } +export function blockingVerificationChecks(checks: DoctorCheck[]): DoctorCheck[] { + return checks.filter((check) => !check.ok && check.level !== "warning"); +} + function verifyApp(app: UpdatedApp): boolean { const health = inspectProject(app.root); - const failed = health.filter((check) => !check.ok && check.name !== "configuration"); + const failed = blockingVerificationChecks(health); + if (failed.length) { - for (const check of failed) console.error(` ✗ ${check.name}: ${check.detail}`); + for (const check of failed) { + console.error(` ✗ ${check.name}: ${check.detail}`); + } + return false; } diff --git a/packages/cli/test/update.test.ts b/packages/cli/test/update.test.ts index b0f17522..9bff360a 100644 --- a/packages/cli/test/update.test.ts +++ b/packages/cli/test/update.test.ts @@ -2,7 +2,7 @@ import { expect, test } from "bun:test"; import { mkdirSync, mkdtempSync, readFileSync, rmSync, writeFileSync } from "node:fs"; import { tmpdir } from "node:os"; import { join } from "node:path"; -import { updateApp, verificationCommands } from "../src/update.ts"; +import { blockingVerificationChecks, updateApp, verificationCommands } from "../src/update.ts"; test("updateApp migrates project files without marking an unverified update complete", () => { const root = mkdtempSync(join(tmpdir(), "wrnexus-update-")); @@ -188,3 +188,41 @@ test("0.3 WRN source normalization is conservative and idempotent", async () => expect(migrated).toContain("data-config={{ nested: true }}"); expect(migrateWrnSource(migrated)).toBe(migrated); }); +test("update verification allows pending marker and configuration warnings", () => { + expect( + blockingVerificationChecks([ + { + name: "update marker", + ok: false, + detail: "project last migrated to 0.2.79", + level: "warning", + }, + { + name: "configuration", + ok: false, + detail: "No wrnexus.config file; framework defaults will be used", + level: "warning", + }, + ]), + ).toEqual([]); +}); + +test("update verification still blocks real doctor errors", () => { + const fatal = { + name: "WRN language", + ok: false, + detail: "10 files, 1 errors, 0 warnings", + }; + + expect( + blockingVerificationChecks([ + fatal, + { + name: "update marker", + ok: false, + detail: "project last migrated to 0.2.79", + level: "warning", + }, + ]), + ).toEqual([fatal]); +}); diff --git a/packages/compiler/package.json b/packages/compiler/package.json index b5c8685b..004568d8 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/core/package.json b/packages/core/package.json index 706fc930..2638d37a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/csr/package.json b/packages/csr/package.json index 3605c647..c62ab515 100644 --- a/packages/csr/package.json +++ b/packages/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/db/package.json b/packages/db/package.json index f90bc510..60da766e 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index 38e58ac3..76a3b853 100644 --- a/packages/dev-server/package.json +++ b/packages/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/dev-toolbar/package.json b/packages/dev-toolbar/package.json index c2cf283d..eb185f60 100644 --- a/packages/dev-toolbar/package.json +++ b/packages/dev-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-toolbar", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "sideEffects": false, diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 06b4f8b0..c50c73d6 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 5f1bfa76..b049bb82 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "description": "Safe convenience helpers for WrNexus request contexts and common application flows.", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 6858f657..0256066c 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/jwt/package.json b/packages/jwt/package.json index 34aa0ce3..90c76d9e 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 5dee7ac1..6de197f4 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/native/package.json b/packages/native/package.json index 1246a911..3bf2f0e2 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 6afd06ff..936294fd 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 850d9970..a5ca6e5f 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/plugin", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index a63086ec..17fd7f3b 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/queue/package.json b/packages/queue/package.json index 09bb86b2..d98e9a3f 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/reactive/package.json b/packages/reactive/package.json index b356f707..59fa2b74 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/router/package.json b/packages/router/package.json index 482b9307..ec06fc8a 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 90d4b903..379de43b 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/styles/package.json b/packages/styles/package.json index 2d8493b9..ed7d6f95 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/syntax/package.json b/packages/syntax/package.json index d5af1819..b95cc54e 100644 --- a/packages/syntax/package.json +++ b/packages/syntax/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/syntax", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/test/package.json b/packages/test/package.json index d4083c7e..d6f9a585 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/tracking/package.json b/packages/tracking/package.json index 0e2526ce..515739ef 100644 --- a/packages/tracking/package.json +++ b/packages/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/ui/package.json b/packages/ui/package.json index 36547a85..edfe7bfb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/uploader/package.json b/packages/uploader/package.json index cb34d543..7b9e580d 100644 --- a/packages/uploader/package.json +++ b/packages/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/validation/package.json b/packages/validation/package.json index d97b0d1b..cfbc5ac9 100644 --- a/packages/validation/package.json +++ b/packages/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.3.0", + "version": "0.3.1", "private": true, "type": "module", "main": "src/index.ts", diff --git a/update-package-versions.mjs b/update-package-versions.mjs index 182ff409..36f19c1a 100644 --- a/update-package-versions.mjs +++ b/update-package-versions.mjs @@ -1,7 +1,7 @@ import { existsSync, readdirSync, readFileSync, writeFileSync } from "node:fs"; import { join } from "node:path"; -const version = "0.3.0"; +const version = "0.3.1"; const dependencyGroups = [ "dependencies",