From 0f915c3c98d5a5a65b02f6b4dc172d620708a3a4 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Wed, 15 Jul 2026 18:54:29 +0530 Subject: [PATCH] release: WRNexusJS 0.2.44 --- .publish/ai/package.json | 2 +- .publish/authz/package.json | 2 +- .publish/cli/package.json | 22 ++++----- .publish/compiler/package.json | 2 +- .publish/core/package.json | 2 +- .publish/csr/package.json | 4 +- .publish/db/package.json | 2 +- .publish/dev-server/package.json | 26 +++++------ .publish/encryption/package.json | 2 +- .publish/helpers/package.json | 4 +- .publish/i18n/package.json | 4 +- .publish/jwt/package.json | 2 +- .publish/mobile/package.json | 4 +- .publish/native/package.json | 2 +- .publish/oauth/package.json | 2 +- .publish/pubsub/package.json | 2 +- .publish/queue/package.json | 2 +- .publish/reactive/package.json | 2 +- .publish/router/package.json | 6 +-- .publish/ssr/package.json | 4 +- .publish/styles/package.json | 4 +- .publish/test/package.json | 2 +- .publish/tracking/package.json | 2 +- .publish/ui/package.json | 4 +- .publish/uploader/package.json | 4 +- .publish/validation/package.json | 2 +- packages/ai/package.json | 2 +- packages/authz/package.json | 2 +- packages/cli/package.json | 2 +- packages/cli/src/update.ts | 9 ++++ packages/compiler/package.json | 2 +- packages/core/package.json | 2 +- packages/csr/package.json | 2 +- packages/csr/src/reactive-runtime.ts | 67 +++++++++++++++++++--------- packages/db/package.json | 2 +- packages/dev-server/package.json | 2 +- packages/encryption/package.json | 2 +- packages/helpers/package.json | 2 +- packages/i18n/package.json | 2 +- packages/jwt/package.json | 2 +- packages/mobile/package.json | 2 +- packages/native/package.json | 2 +- packages/oauth/package.json | 2 +- packages/pubsub/package.json | 2 +- packages/queue/package.json | 2 +- packages/reactive/package.json | 2 +- packages/router/package.json | 2 +- packages/ssr/package.json | 2 +- packages/styles/package.json | 2 +- packages/test/package.json | 2 +- packages/tracking/package.json | 2 +- packages/ui/package.json | 2 +- packages/uploader/package.json | 2 +- packages/validation/package.json | 2 +- update-package-versions.mjs | 2 +- 55 files changed, 141 insertions(+), 105 deletions(-) diff --git a/.publish/ai/package.json b/.publish/ai/package.json index 3e786bc2..06b78053 100644 --- a/.publish/ai/package.json +++ b/.publish/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.2.43", + "version": "0.2.44", "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 568ba0d1..f2434602 100644 --- a/.publish/authz/package.json +++ b/.publish/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.2.43", + "version": "0.2.44", "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 0e6145ce..a7d990dc 100644 --- a/.publish/cli/package.json +++ b/.publish/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.2.43", + "version": "0.2.44", "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.43", - "@wrnexus/router": "^0.2.43", - "@wrnexus/csr": "^0.2.43", - "@wrnexus/compiler": "^0.2.43", - "@wrnexus/styles": "^0.2.43", - "@wrnexus/dev-server": "^0.2.43", - "@wrnexus/ui": "^0.2.43", - "@wrnexus/validation": "^0.2.43", - "@wrnexus/i18n": "^0.2.43", - "@wrnexus/db": "^0.2.43" + "@wrnexus/core": "^0.2.44", + "@wrnexus/router": "^0.2.44", + "@wrnexus/csr": "^0.2.44", + "@wrnexus/compiler": "^0.2.44", + "@wrnexus/styles": "^0.2.44", + "@wrnexus/dev-server": "^0.2.44", + "@wrnexus/ui": "^0.2.44", + "@wrnexus/validation": "^0.2.44", + "@wrnexus/i18n": "^0.2.44", + "@wrnexus/db": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/compiler/package.json b/.publish/compiler/package.json index e063223e..cd7cfc57 100644 --- a/.publish/compiler/package.json +++ b/.publish/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.2.43", + "version": "0.2.44", "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 fc85cf05..07068c9c 100644 --- a/.publish/core/package.json +++ b/.publish/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.2.43", + "version": "0.2.44", "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 20a2d9ce..afd3da02 100644 --- a/.publish/csr/package.json +++ b/.publish/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/csr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.43" + "@wrnexus/core": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/db/package.json b/.publish/db/package.json index a1632670..7890767a 100644 --- a/.publish/db/package.json +++ b/.publish/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.2.43", + "version": "0.2.44", "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 a1db2f95..39094898 100644 --- a/.publish/dev-server/package.json +++ b/.publish/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/dev-server — part of the WrNexus framework.", "license": "MIT", @@ -25,18 +25,18 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.43", - "@wrnexus/router": "^0.2.43", - "@wrnexus/ssr": "^0.2.43", - "@wrnexus/csr": "^0.2.43", - "@wrnexus/compiler": "^0.2.43", - "@wrnexus/styles": "^0.2.43", - "@wrnexus/ui": "^0.2.43", - "@wrnexus/validation": "^0.2.43", - "@wrnexus/i18n": "^0.2.43", - "@wrnexus/db": "^0.2.43", - "@wrnexus/pubsub": "^0.2.43", - "@wrnexus/uploader": "^0.2.43" + "@wrnexus/core": "^0.2.44", + "@wrnexus/router": "^0.2.44", + "@wrnexus/ssr": "^0.2.44", + "@wrnexus/csr": "^0.2.44", + "@wrnexus/compiler": "^0.2.44", + "@wrnexus/styles": "^0.2.44", + "@wrnexus/ui": "^0.2.44", + "@wrnexus/validation": "^0.2.44", + "@wrnexus/i18n": "^0.2.44", + "@wrnexus/db": "^0.2.44", + "@wrnexus/pubsub": "^0.2.44", + "@wrnexus/uploader": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/encryption/package.json b/.publish/encryption/package.json index e22f2ce6..8af727a2 100644 --- a/.publish/encryption/package.json +++ b/.publish/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.2.43", + "version": "0.2.44", "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 5a4bba82..b3f84f70 100644 --- a/.publish/helpers/package.json +++ b/.publish/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.2.43", + "version": "0.2.44", "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.43" + "@wrnexus/core": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/i18n/package.json b/.publish/i18n/package.json index 4e2a0b0a..1c20950e 100644 --- a/.publish/i18n/package.json +++ b/.publish/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/i18n — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.43" + "@wrnexus/core": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/jwt/package.json b/.publish/jwt/package.json index 630ec575..e992a33d 100644 --- a/.publish/jwt/package.json +++ b/.publish/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.2.43", + "version": "0.2.44", "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 ef191d5f..4d5f4036 100644 --- a/.publish/mobile/package.json +++ b/.publish/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/mobile — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/native": "^0.2.43" + "@wrnexus/native": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/native/package.json b/.publish/native/package.json index f7df07ec..cdaca091 100644 --- a/.publish/native/package.json +++ b/.publish/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.2.43", + "version": "0.2.44", "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 b984dcb8..9d21778a 100644 --- a/.publish/oauth/package.json +++ b/.publish/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.2.43", + "version": "0.2.44", "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 6065372d..158ff274 100644 --- a/.publish/pubsub/package.json +++ b/.publish/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.2.43", + "version": "0.2.44", "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 551223d1..02edb973 100644 --- a/.publish/queue/package.json +++ b/.publish/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.2.43", + "version": "0.2.44", "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 8a7f5d19..741374c3 100644 --- a/.publish/reactive/package.json +++ b/.publish/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.2.43", + "version": "0.2.44", "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 d5e22f9a..1fdca5b0 100644 --- a/.publish/router/package.json +++ b/.publish/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/router — part of the WrNexus framework.", "license": "MIT", @@ -21,8 +21,8 @@ } }, "dependencies": { - "@wrnexus/compiler": "^0.2.43", - "@wrnexus/core": "^0.2.43" + "@wrnexus/compiler": "^0.2.44", + "@wrnexus/core": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/ssr/package.json b/.publish/ssr/package.json index 8b39e4bc..3f1f33c8 100644 --- a/.publish/ssr/package.json +++ b/.publish/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/ssr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.43" + "@wrnexus/core": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/styles/package.json b/.publish/styles/package.json index b002a606..8835aec5 100644 --- a/.publish/styles/package.json +++ b/.publish/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/styles — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/uploader": "^0.2.43" + "@wrnexus/uploader": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/test/package.json b/.publish/test/package.json index 88f66dc0..c917f03e 100644 --- a/.publish/test/package.json +++ b/.publish/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.2.43", + "version": "0.2.44", "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 566d8dae..b3bbcba3 100644 --- a/.publish/tracking/package.json +++ b/.publish/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.2.43", + "version": "0.2.44", "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 d4793787..a90b761f 100644 --- a/.publish/ui/package.json +++ b/.publish/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.2.43", + "version": "0.2.44", "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.43" + "@wrnexus/core": "^0.2.44" }, "files": [ "dist", diff --git a/.publish/uploader/package.json b/.publish/uploader/package.json index 639bf729..cdf37689 100644 --- a/.publish/uploader/package.json +++ b/.publish/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/uploader — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.43" + "@wrnexus/core": "^0.2.44" }, "files": [ "dist" diff --git a/.publish/validation/package.json b/.publish/validation/package.json index 45fae5c0..ceda1201 100644 --- a/.publish/validation/package.json +++ b/.publish/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "description": "@wrnexus/validation — part of the WrNexus framework.", "license": "MIT", diff --git a/packages/ai/package.json b/packages/ai/package.json index a35b2ab1..a16c2019 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.2.43", + "version": "0.2.44", "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 bdfff124..16f1b330 100644 --- a/packages/authz/package.json +++ b/packages/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/cli/package.json b/packages/cli/package.json index c0d1516d..4551fea1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/cli/src/update.ts b/packages/cli/src/update.ts index 7212641c..73fa01a4 100644 --- a/packages/cli/src/update.ts +++ b/packages/cli/src/update.ts @@ -465,6 +465,15 @@ const MIGRATIONS: Migration[] = [ // No generated application files require automatic migration. }, }, + { + version: "0.2.44", + id: "conditions-bug", + description: + "Adds server-rendered component each/if blocks and fixes dynamic component rendering.", + apply() { + // No generated application files require automatic migration. + }, + }, ]; /** Release tooling uses this to require an explicit migration entry per version. */ diff --git a/packages/compiler/package.json b/packages/compiler/package.json index c4bf7376..f0f88cb0 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/core/package.json b/packages/core/package.json index cae6e96a..86828062 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/csr/package.json b/packages/csr/package.json index 344def2d..e56626bb 100644 --- a/packages/csr/package.json +++ b/packages/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/csr/src/reactive-runtime.ts b/packages/csr/src/reactive-runtime.ts index c4510fc0..17dc2733 100644 --- a/packages/csr/src/reactive-runtime.ts +++ b/packages/csr/src/reactive-runtime.ts @@ -968,6 +968,7 @@ export const REACTIVE_RUNTIME = String.raw` var branches = []; var index = 0; + var firstBranch = true; while (index < source.length) { index = skipStatementWhitespace( @@ -975,44 +976,58 @@ export const REACTIVE_RUNTIME = String.raw` index, ); - var condition = null; + var branchType; if ( + firstBranch && source.slice(index, index + 2) === - "if" + "if" && + !/[A-Za-z0-9_$]/.test( + source.charAt(index + 2), + ) ) { + branchType = "if"; index += 2; } else if ( source.slice(index, index + 7) === - "else if" + "else if" && + !/[A-Za-z0-9_$]/.test( + source.charAt(index + 7), + ) ) { + branchType = "else-if"; index += 7; } else if ( source.slice(index, index + 4) === - "else" + "else" && + !/[A-Za-z0-9_$]/.test( + source.charAt(index + 4), + ) ) { + branchType = "else"; index += 4; - - condition = null; } else { break; } + firstBranch = false; + index = skipStatementWhitespace( source, index, ); - if ( - condition !== null || - source.slice( - index - 4, - index, - ) !== "else" - ) { - if (source[index] !== "(") { + var condition = null; + + if (branchType !== "else") { + if (source.charAt(index) !== "(") { throw new Error( - "Expected '(' after if", + "Expected '(' after " + + ( + branchType === "if" + ? "if" + : "else if" + ), ); } @@ -1026,12 +1041,21 @@ export const REACTIVE_RUNTIME = String.raw` if (conditionEnd < 0) { throw new Error( - "Unclosed if condition", + "Unclosed " + + ( + branchType === "if" + ? "if" + : "else if" + ) + + " condition", ); } condition = source - .slice(index + 1, conditionEnd) + .slice( + index + 1, + conditionEnd, + ) .trim(); index = skipStatementWhitespace( @@ -1040,9 +1064,10 @@ export const REACTIVE_RUNTIME = String.raw` ); } - if (source[index] !== "{") { + if (source.charAt(index) !== "{") { throw new Error( - "Expected '{' after if condition", + "Expected '{' after " + + branchType, ); } @@ -1056,7 +1081,9 @@ export const REACTIVE_RUNTIME = String.raw` if (bodyEnd < 0) { throw new Error( - "Unclosed if body", + "Unclosed " + + branchType + + " body", ); } diff --git a/packages/db/package.json b/packages/db/package.json index caf8a787..0d95a900 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index 115986b8..7c1c5770 100644 --- a/packages/dev-server/package.json +++ b/packages/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/encryption/package.json b/packages/encryption/package.json index 0baf4914..7ad20d0c 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 3c71e0be..4aad4c0d 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.2.43", + "version": "0.2.44", "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 226ecaee..72cc214c 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/jwt/package.json b/packages/jwt/package.json index 03cde5b3..e277c15e 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 1da30151..844a312a 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/native/package.json b/packages/native/package.json index d30f8bbc..e95bad55 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/oauth/package.json b/packages/oauth/package.json index b86409f5..7ec38f05 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index e21baba4..4e6197a1 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/queue/package.json b/packages/queue/package.json index 134907b8..900849ea 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/reactive/package.json b/packages/reactive/package.json index e6427d33..18b20292 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/router/package.json b/packages/router/package.json index 33af7e07..14656bc4 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/ssr/package.json b/packages/ssr/package.json index 98e3c445..c88ca85b 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/styles/package.json b/packages/styles/package.json index 13272376..289c147e 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.2.43", + "version": "0.2.44", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/test/package.json b/packages/test/package.json index 8fe97b28..8b9f7b3c 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/tracking/package.json b/packages/tracking/package.json index 7d031dc3..735cbef4 100644 --- a/packages/tracking/package.json +++ b/packages/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/ui/package.json b/packages/ui/package.json index f53ca307..58a48e6a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/uploader/package.json b/packages/uploader/package.json index 4214acab..871a1de7 100644 --- a/packages/uploader/package.json +++ b/packages/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/validation/package.json b/packages/validation/package.json index 72bab5e3..0b53c28f 100644 --- a/packages/validation/package.json +++ b/packages/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "main": "src/index.ts", diff --git a/update-package-versions.mjs b/update-package-versions.mjs index 37d22757..16463980 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.2.43"; +const version = "0.2.44"; const dependencyGroups = [ "dependencies",