diff --git a/.publish/ai/package.json b/.publish/ai/package.json index e39ee398..29c133f0 100644 --- a/.publish/ai/package.json +++ b/.publish/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.2.41", + "version": "0.2.42", "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 aeb282fb..44da127d 100644 --- a/.publish/authz/package.json +++ b/.publish/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.2.41", + "version": "0.2.42", "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 e5555e60..c1146d0c 100644 --- a/.publish/cli/package.json +++ b/.publish/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.2.41", + "version": "0.2.42", "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.41", - "@wrnexus/router": "^0.2.41", - "@wrnexus/csr": "^0.2.41", - "@wrnexus/compiler": "^0.2.41", - "@wrnexus/styles": "^0.2.41", - "@wrnexus/dev-server": "^0.2.41", - "@wrnexus/ui": "^0.2.41", - "@wrnexus/validation": "^0.2.41", - "@wrnexus/i18n": "^0.2.41", - "@wrnexus/db": "^0.2.41" + "@wrnexus/core": "^0.2.42", + "@wrnexus/router": "^0.2.42", + "@wrnexus/csr": "^0.2.42", + "@wrnexus/compiler": "^0.2.42", + "@wrnexus/styles": "^0.2.42", + "@wrnexus/dev-server": "^0.2.42", + "@wrnexus/ui": "^0.2.42", + "@wrnexus/validation": "^0.2.42", + "@wrnexus/i18n": "^0.2.42", + "@wrnexus/db": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/compiler/package.json b/.publish/compiler/package.json index 231a4c2e..06731b55 100644 --- a/.publish/compiler/package.json +++ b/.publish/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.2.41", + "version": "0.2.42", "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 f5da1235..2137e233 100644 --- a/.publish/core/package.json +++ b/.publish/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.2.41", + "version": "0.2.42", "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 9431bf41..af943840 100644 --- a/.publish/csr/package.json +++ b/.publish/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "description": "@wrnexus/csr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.41" + "@wrnexus/core": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/db/package.json b/.publish/db/package.json index e6bc5353..f95c75d9 100644 --- a/.publish/db/package.json +++ b/.publish/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.2.41", + "version": "0.2.42", "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 ddb7bd57..4ee704ea 100644 --- a/.publish/dev-server/package.json +++ b/.publish/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "description": "@wrnexus/dev-server — part of the WrNexus framework.", "license": "MIT", @@ -25,18 +25,18 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.41", - "@wrnexus/router": "^0.2.41", - "@wrnexus/ssr": "^0.2.41", - "@wrnexus/csr": "^0.2.41", - "@wrnexus/compiler": "^0.2.41", - "@wrnexus/styles": "^0.2.41", - "@wrnexus/ui": "^0.2.41", - "@wrnexus/validation": "^0.2.41", - "@wrnexus/i18n": "^0.2.41", - "@wrnexus/db": "^0.2.41", - "@wrnexus/pubsub": "^0.2.41", - "@wrnexus/uploader": "^0.2.41" + "@wrnexus/core": "^0.2.42", + "@wrnexus/router": "^0.2.42", + "@wrnexus/ssr": "^0.2.42", + "@wrnexus/csr": "^0.2.42", + "@wrnexus/compiler": "^0.2.42", + "@wrnexus/styles": "^0.2.42", + "@wrnexus/ui": "^0.2.42", + "@wrnexus/validation": "^0.2.42", + "@wrnexus/i18n": "^0.2.42", + "@wrnexus/db": "^0.2.42", + "@wrnexus/pubsub": "^0.2.42", + "@wrnexus/uploader": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/encryption/package.json b/.publish/encryption/package.json index bef05ff2..daa6a8ba 100644 --- a/.publish/encryption/package.json +++ b/.publish/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.2.41", + "version": "0.2.42", "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 9ac0508a..2c1eb1b9 100644 --- a/.publish/helpers/package.json +++ b/.publish/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.2.41", + "version": "0.2.42", "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.41" + "@wrnexus/core": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/i18n/package.json b/.publish/i18n/package.json index 468a3372..f9c13b41 100644 --- a/.publish/i18n/package.json +++ b/.publish/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "description": "@wrnexus/i18n — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.41" + "@wrnexus/core": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/jwt/package.json b/.publish/jwt/package.json index bce0879f..fd3d696e 100644 --- a/.publish/jwt/package.json +++ b/.publish/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.2.41", + "version": "0.2.42", "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 3294b438..1d02b0bf 100644 --- a/.publish/mobile/package.json +++ b/.publish/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "description": "@wrnexus/mobile — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/native": "^0.2.41" + "@wrnexus/native": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/native/package.json b/.publish/native/package.json index aba318dc..f1f75f2f 100644 --- a/.publish/native/package.json +++ b/.publish/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.2.41", + "version": "0.2.42", "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 6e64059e..62718f74 100644 --- a/.publish/oauth/package.json +++ b/.publish/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.2.41", + "version": "0.2.42", "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 eedf8a6e..efc68746 100644 --- a/.publish/pubsub/package.json +++ b/.publish/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.2.41", + "version": "0.2.42", "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 af24e5da..c99656f3 100644 --- a/.publish/queue/package.json +++ b/.publish/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.2.41", + "version": "0.2.42", "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 ef5b26e8..842cc47f 100644 --- a/.publish/reactive/package.json +++ b/.publish/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.2.41", + "version": "0.2.42", "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 684487a6..8caab505 100644 --- a/.publish/router/package.json +++ b/.publish/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "description": "@wrnexus/router — part of the WrNexus framework.", "license": "MIT", @@ -21,8 +21,8 @@ } }, "dependencies": { - "@wrnexus/compiler": "^0.2.41", - "@wrnexus/core": "^0.2.41" + "@wrnexus/compiler": "^0.2.42", + "@wrnexus/core": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/ssr/package.json b/.publish/ssr/package.json index 57c29688..68e90064 100644 --- a/.publish/ssr/package.json +++ b/.publish/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "description": "@wrnexus/ssr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.41" + "@wrnexus/core": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/styles/package.json b/.publish/styles/package.json index b3242ccf..f3839bb7 100644 --- a/.publish/styles/package.json +++ b/.publish/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "description": "@wrnexus/styles — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/uploader": "^0.2.41" + "@wrnexus/uploader": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/test/package.json b/.publish/test/package.json index 0f6b2690..eb691b5f 100644 --- a/.publish/test/package.json +++ b/.publish/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.2.41", + "version": "0.2.42", "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 72907004..ef9fd0db 100644 --- a/.publish/tracking/package.json +++ b/.publish/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.2.41", + "version": "0.2.42", "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 9f275b89..8381c87d 100644 --- a/.publish/ui/package.json +++ b/.publish/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.2.41", + "version": "0.2.42", "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.41" + "@wrnexus/core": "^0.2.42" }, "files": [ "dist", diff --git a/.publish/uploader/package.json b/.publish/uploader/package.json index 449539c4..52ce028b 100644 --- a/.publish/uploader/package.json +++ b/.publish/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "description": "@wrnexus/uploader — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.41" + "@wrnexus/core": "^0.2.42" }, "files": [ "dist" diff --git a/.publish/validation/package.json b/.publish/validation/package.json index 51dfcf9b..94033f95 100644 --- a/.publish/validation/package.json +++ b/.publish/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.2.41", + "version": "0.2.42", "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 580828f9..572111d9 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.2.41", + "version": "0.2.42", "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 be48f241..f837ab28 100644 --- a/packages/authz/package.json +++ b/packages/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/cli/package.json b/packages/cli/package.json index 13498c86..2c7e336b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/cli/src/update.ts b/packages/cli/src/update.ts index fcf6cb98..1dfad6ec 100644 --- a/packages/cli/src/update.ts +++ b/packages/cli/src/update.ts @@ -447,6 +447,15 @@ const MIGRATIONS: Migration[] = [ // No generated application files require automatic migration. }, }, + { + version: "0.2.42", + 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 d3183cfa..030e2b36 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/core/package.json b/packages/core/package.json index fef118d0..f417048c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/csr/package.json b/packages/csr/package.json index f416ee3f..92d1102e 100644 --- a/packages/csr/package.json +++ b/packages/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/csr/src/reactive-runtime.ts b/packages/csr/src/reactive-runtime.ts index 0d12eccb..a75818c9 100644 --- a/packages/csr/src/reactive-runtime.ts +++ b/packages/csr/src/reactive-runtime.ts @@ -1225,11 +1225,36 @@ export const REACTIVE_RUNTIME = String.raw` tokens.push({ type: "ident", value: input.slice(s, i) }); continue; } - var three = input.substr(i, 3); - if (three === "===" || three === "!==") { tokens.push({ type: "op", value: three }); i += 3; continue; } - var two = input.substr(i, 2); - if (["==", "!=", "<=", ">=", "&&", "||"].indexOf(two) !== -1) { - tokens.push({ type: "op", value: two }); + var three = input.slice(i, i + 3); + + if ( + three === "===" || + three === "!==" + ) { + tokens.push({ + type: "operator", + value: three, + }); + + i += 3; + continue; + } + + var two = input.slice(i, i + 2); + + if ( + two === "==" || + two === "!=" || + two === ">=" || + two === "<=" || + two === "&&" || + two === "||" + ) { + tokens.push({ + type: "operator", + value: two, + }); + i += 2; continue; } diff --git a/packages/db/package.json b/packages/db/package.json index a18afad2..325fb4c0 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/dev-server/package.json b/packages/dev-server/package.json index 2791057c..13951996 100644 --- a/packages/dev-server/package.json +++ b/packages/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/encryption/package.json b/packages/encryption/package.json index e2e4e09e..6f12c591 100644 --- a/packages/encryption/package.json +++ b/packages/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 77454ec0..ae4e777d 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.2.41", + "version": "0.2.42", "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 b6badec3..9ea57583 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/jwt/package.json b/packages/jwt/package.json index 37371ba3..e506030f 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/mobile/package.json b/packages/mobile/package.json index ead0a2f1..6b419f8f 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/native/package.json b/packages/native/package.json index 7f912226..e879549a 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 838ddbd8..4eb17a8e 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/pubsub/package.json b/packages/pubsub/package.json index c9eaa3ca..86113ea1 100644 --- a/packages/pubsub/package.json +++ b/packages/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/queue/package.json b/packages/queue/package.json index 98acd7c0..a9f1a77b 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/reactive/package.json b/packages/reactive/package.json index 30166950..b07e6d02 100644 --- a/packages/reactive/package.json +++ b/packages/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/router/package.json b/packages/router/package.json index 97fb9cff..58f923db 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/ssr/package.json b/packages/ssr/package.json index e90f235a..d5617977 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/styles/package.json b/packages/styles/package.json index 4922ff6e..4ee3fcfb 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.2.41", + "version": "0.2.42", "type": "module", "main": "src/index.ts", "exports": { diff --git a/packages/test/package.json b/packages/test/package.json index b2660144..b58824aa 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/tracking/package.json b/packages/tracking/package.json index 909aa23b..2736b462 100644 --- a/packages/tracking/package.json +++ b/packages/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/ui/package.json b/packages/ui/package.json index 84417c3b..b6c0d8f9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/uploader/package.json b/packages/uploader/package.json index 7a3bef9e..8055b682 100644 --- a/packages/uploader/package.json +++ b/packages/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/packages/validation/package.json b/packages/validation/package.json index 75162c65..9c35d49b 100644 --- a/packages/validation/package.json +++ b/packages/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.2.41", + "version": "0.2.42", "private": true, "type": "module", "main": "src/index.ts", diff --git a/update-package-versions.mjs b/update-package-versions.mjs index d2521623..a3b4dea5 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.41"; +const version = "0.2.42"; const dependencyGroups = [ "dependencies",