diff --git a/.publish/ai/package.json b/.publish/ai/package.json index 6ce11900..475c1edf 100644 --- a/.publish/ai/package.json +++ b/.publish/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.2.25", + "version": "0.2.26", "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 7cd23b32..f391dbc9 100644 --- a/.publish/authz/package.json +++ b/.publish/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.2.25", + "version": "0.2.26", "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 bafa4136..10ff71df 100644 --- a/.publish/cli/package.json +++ b/.publish/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/cli — part of the WrNexus framework.", "license": "MIT", @@ -28,16 +28,16 @@ "wrnexus": "./dist/index.js" }, "dependencies": { - "@wrnexus/core": "^0.2.25", - "@wrnexus/router": "^0.2.25", - "@wrnexus/csr": "^0.2.25", - "@wrnexus/compiler": "^0.2.25", - "@wrnexus/styles": "^0.2.25", - "@wrnexus/dev-server": "^0.2.25", - "@wrnexus/ui": "^0.2.25", - "@wrnexus/validation": "^0.2.25", - "@wrnexus/i18n": "^0.2.25", - "@wrnexus/db": "^0.2.25" + "@wrnexus/core": "^0.2.26", + "@wrnexus/router": "^0.2.26", + "@wrnexus/csr": "^0.2.26", + "@wrnexus/compiler": "^0.2.26", + "@wrnexus/styles": "^0.2.26", + "@wrnexus/dev-server": "^0.2.26", + "@wrnexus/ui": "^0.2.26", + "@wrnexus/validation": "^0.2.26", + "@wrnexus/i18n": "^0.2.26", + "@wrnexus/db": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/compiler/package.json b/.publish/compiler/package.json index cd2d9cd6..d83eac16 100644 --- a/.publish/compiler/package.json +++ b/.publish/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/compiler — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/core/package.json b/.publish/core/package.json index d205efd7..84ba4597 100644 --- a/.publish/core/package.json +++ b/.publish/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.2.25", + "version": "0.2.26", "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 cf7859b6..fcaed6fd 100644 --- a/.publish/csr/package.json +++ b/.publish/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/csr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.25" + "@wrnexus/core": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/db/package.json b/.publish/db/package.json index c2adba75..6fca4620 100644 --- a/.publish/db/package.json +++ b/.publish/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.2.25", + "version": "0.2.26", "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 05e7664e..1538fa32 100644 --- a/.publish/dev-server/package.json +++ b/.publish/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/dev-server — part of the WrNexus framework.", "license": "MIT", @@ -25,18 +25,18 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.25", - "@wrnexus/router": "^0.2.25", - "@wrnexus/ssr": "^0.2.25", - "@wrnexus/csr": "^0.2.25", - "@wrnexus/compiler": "^0.2.25", - "@wrnexus/styles": "^0.2.25", - "@wrnexus/ui": "^0.2.25", - "@wrnexus/validation": "^0.2.25", - "@wrnexus/i18n": "^0.2.25", - "@wrnexus/db": "^0.2.25", - "@wrnexus/pubsub": "^0.2.25", - "@wrnexus/uploader": "^0.2.25" + "@wrnexus/core": "^0.2.26", + "@wrnexus/router": "^0.2.26", + "@wrnexus/ssr": "^0.2.26", + "@wrnexus/csr": "^0.2.26", + "@wrnexus/compiler": "^0.2.26", + "@wrnexus/styles": "^0.2.26", + "@wrnexus/ui": "^0.2.26", + "@wrnexus/validation": "^0.2.26", + "@wrnexus/i18n": "^0.2.26", + "@wrnexus/db": "^0.2.26", + "@wrnexus/pubsub": "^0.2.26", + "@wrnexus/uploader": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/encryption/package.json b/.publish/encryption/package.json index fb07d66e..18a03b69 100644 --- a/.publish/encryption/package.json +++ b/.publish/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.2.25", + "version": "0.2.26", "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 a7b7ea95..e7da79af 100644 --- a/.publish/helpers/package.json +++ b/.publish/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "Safe convenience helpers for WrNexus request contexts and common application flows.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.25" + "@wrnexus/core": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/i18n/package.json b/.publish/i18n/package.json index 6fafc7fb..0f88cba0 100644 --- a/.publish/i18n/package.json +++ b/.publish/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/i18n — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.25" + "@wrnexus/core": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/jwt/package.json b/.publish/jwt/package.json index 64071836..8174dc6d 100644 --- a/.publish/jwt/package.json +++ b/.publish/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.2.25", + "version": "0.2.26", "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 cb564da4..b0ac2feb 100644 --- a/.publish/mobile/package.json +++ b/.publish/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/mobile — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/native": "^0.2.25" + "@wrnexus/native": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/native/package.json b/.publish/native/package.json index 297f4a82..211c8fa8 100644 --- a/.publish/native/package.json +++ b/.publish/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.2.25", + "version": "0.2.26", "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 2db52bd1..48a8fe49 100644 --- a/.publish/oauth/package.json +++ b/.publish/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/oauth — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/pubsub/package.json b/.publish/pubsub/package.json index 666434a1..6bcc9b58 100644 --- a/.publish/pubsub/package.json +++ b/.publish/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.2.25", + "version": "0.2.26", "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 b6c1d5e7..0d9f4fc3 100644 --- a/.publish/queue/package.json +++ b/.publish/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.2.25", + "version": "0.2.26", "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 1a691fe2..3445293e 100644 --- a/.publish/reactive/package.json +++ b/.publish/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.2.25", + "version": "0.2.26", "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 b3e2e0fb..3b015742 100644 --- a/.publish/router/package.json +++ b/.publish/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/router — part of the WrNexus framework.", "license": "MIT", @@ -21,8 +21,8 @@ } }, "dependencies": { - "@wrnexus/compiler": "^0.2.25", - "@wrnexus/core": "^0.2.25" + "@wrnexus/compiler": "^0.2.26", + "@wrnexus/core": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/ssr/package.json b/.publish/ssr/package.json index b201402d..5e69c266 100644 --- a/.publish/ssr/package.json +++ b/.publish/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/ssr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.25" + "@wrnexus/core": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/styles/package.json b/.publish/styles/package.json index 25804b6e..1ad2bdb7 100644 --- a/.publish/styles/package.json +++ b/.publish/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/styles — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/uploader": "^0.2.25" + "@wrnexus/uploader": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/test/package.json b/.publish/test/package.json index fc4e3e4a..dfc839ad 100644 --- a/.publish/test/package.json +++ b/.publish/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.2.25", + "version": "0.2.26", "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 03342dad..72ca404d 100644 --- a/.publish/tracking/package.json +++ b/.publish/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.2.25", + "version": "0.2.26", "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 f59f67e7..5c8f9d48 100644 --- a/.publish/ui/package.json +++ b/.publish/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/ui — part of the WrNexus framework.", "license": "MIT", @@ -22,7 +22,7 @@ "./ui.css": "./ui.css" }, "dependencies": { - "@wrnexus/core": "^0.2.25" + "@wrnexus/core": "^0.2.26" }, "files": [ "dist", diff --git a/.publish/uploader/package.json b/.publish/uploader/package.json index 37f51a37..716030b7 100644 --- a/.publish/uploader/package.json +++ b/.publish/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/uploader — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.25" + "@wrnexus/core": "^0.2.26" }, "files": [ "dist" diff --git a/.publish/validation/package.json b/.publish/validation/package.json index 01925f87..ba27401d 100644 --- a/.publish/validation/package.json +++ b/.publish/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "@wrnexus/validation — part of the WrNexus framework.", "license": "MIT",