From a524c0812685ee3e26ca93731cd2a7033bab4fb5 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Sun, 12 Jul 2026 16:30:48 +0530 Subject: [PATCH] chore: refresh 0.2.13 publish artifacts --- .publish/ai/package.json | 2 +- .publish/authz/package.json | 2 +- .publish/cli/README.md | 4 +++- .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/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 +- 26 files changed, 59 insertions(+), 57 deletions(-) diff --git a/.publish/ai/package.json b/.publish/ai/package.json index 1dcecef9..348ab672 100644 --- a/.publish/ai/package.json +++ b/.publish/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.2.12", + "version": "0.2.13", "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 3ee14ef1..dc5ca75f 100644 --- a/.publish/authz/package.json +++ b/.publish/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/authz — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/cli/README.md b/.publish/cli/README.md index 191520b1..9aace6f0 100644 --- a/.publish/cli/README.md +++ b/.publish/cli/README.md @@ -68,11 +68,13 @@ Before bundling, it regenerates typed queries for the default and every named da ```bash bun dist/server.js # PORT env var optional +# Generated apps also provide: npm start +# Build and start together: npm run production ``` ### `wrnexus create` -Scaffolds a new app from an inline (dependency-free) template — `package.json`, config, and starter `app/` files. Run `wrnexus dev` in the new directory to start. +Scaffolds a new app from an inline (dependency-free) template — `package.json`, `.gitignore`, config, and starter `app/` files. Use `npm run dev` during development, `npm run build && npm start` for production, or `npm run production` to build and start in one command. The generated production server currently requires Bun even when npm is used to manage packages and scripts. ```bash wrnexus create my-app diff --git a/.publish/cli/package.json b/.publish/cli/package.json index b4be9883..8d652603 100644 --- a/.publish/cli/package.json +++ b/.publish/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.2.12", + "version": "0.2.13", "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.12", - "@wrnexus/router": "^0.2.12", - "@wrnexus/csr": "^0.2.12", - "@wrnexus/compiler": "^0.2.12", - "@wrnexus/styles": "^0.2.12", - "@wrnexus/dev-server": "^0.2.12", - "@wrnexus/ui": "^0.2.12", - "@wrnexus/validation": "^0.2.12", - "@wrnexus/i18n": "^0.2.12", - "@wrnexus/db": "^0.2.12" + "@wrnexus/core": "^0.2.13", + "@wrnexus/router": "^0.2.13", + "@wrnexus/csr": "^0.2.13", + "@wrnexus/compiler": "^0.2.13", + "@wrnexus/styles": "^0.2.13", + "@wrnexus/dev-server": "^0.2.13", + "@wrnexus/ui": "^0.2.13", + "@wrnexus/validation": "^0.2.13", + "@wrnexus/i18n": "^0.2.13", + "@wrnexus/db": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/compiler/package.json b/.publish/compiler/package.json index 2f1712a4..9076fa20 100644 --- a/.publish/compiler/package.json +++ b/.publish/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.2.12", + "version": "0.2.13", "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 4392a482..ac40812c 100644 --- a/.publish/core/package.json +++ b/.publish/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.2.12", + "version": "0.2.13", "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 a28006d8..24029fcc 100644 --- a/.publish/csr/package.json +++ b/.publish/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/csr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.12" + "@wrnexus/core": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/db/package.json b/.publish/db/package.json index bb264fba..d7bf0a96 100644 --- a/.publish/db/package.json +++ b/.publish/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.2.12", + "version": "0.2.13", "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 ef743fe4..65f931ee 100644 --- a/.publish/dev-server/package.json +++ b/.publish/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/dev-server — part of the WrNexus framework.", "license": "MIT", @@ -25,18 +25,18 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.12", - "@wrnexus/router": "^0.2.12", - "@wrnexus/ssr": "^0.2.12", - "@wrnexus/csr": "^0.2.12", - "@wrnexus/compiler": "^0.2.12", - "@wrnexus/styles": "^0.2.12", - "@wrnexus/ui": "^0.2.12", - "@wrnexus/validation": "^0.2.12", - "@wrnexus/i18n": "^0.2.12", - "@wrnexus/db": "^0.2.12", - "@wrnexus/pubsub": "^0.2.12", - "@wrnexus/uploader": "^0.2.12" + "@wrnexus/core": "^0.2.13", + "@wrnexus/router": "^0.2.13", + "@wrnexus/ssr": "^0.2.13", + "@wrnexus/csr": "^0.2.13", + "@wrnexus/compiler": "^0.2.13", + "@wrnexus/styles": "^0.2.13", + "@wrnexus/ui": "^0.2.13", + "@wrnexus/validation": "^0.2.13", + "@wrnexus/i18n": "^0.2.13", + "@wrnexus/db": "^0.2.13", + "@wrnexus/pubsub": "^0.2.13", + "@wrnexus/uploader": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/encryption/package.json b/.publish/encryption/package.json index 26b833a3..0603711e 100644 --- a/.publish/encryption/package.json +++ b/.publish/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/encryption — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/i18n/package.json b/.publish/i18n/package.json index 375b8b34..6ce23fd0 100644 --- a/.publish/i18n/package.json +++ b/.publish/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/i18n — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.12" + "@wrnexus/core": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/jwt/package.json b/.publish/jwt/package.json index 69e0caa9..af9da557 100644 --- a/.publish/jwt/package.json +++ b/.publish/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.2.12", + "version": "0.2.13", "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 5c70effd..cea3e338 100644 --- a/.publish/mobile/package.json +++ b/.publish/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/mobile — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/native": "^0.2.12" + "@wrnexus/native": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/native/package.json b/.publish/native/package.json index 9f669b81..04380e39 100644 --- a/.publish/native/package.json +++ b/.publish/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.2.12", + "version": "0.2.13", "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 98bc18c4..191ff49d 100644 --- a/.publish/oauth/package.json +++ b/.publish/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.2.12", + "version": "0.2.13", "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 c5ee59a3..c42a71ab 100644 --- a/.publish/pubsub/package.json +++ b/.publish/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.2.12", + "version": "0.2.13", "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 ff0f52e1..6b87d9ba 100644 --- a/.publish/queue/package.json +++ b/.publish/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.2.12", + "version": "0.2.13", "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 f664d6cf..31bc1adb 100644 --- a/.publish/reactive/package.json +++ b/.publish/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.2.12", + "version": "0.2.13", "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 45732e5d..7e3ee152 100644 --- a/.publish/router/package.json +++ b/.publish/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/router — part of the WrNexus framework.", "license": "MIT", @@ -21,8 +21,8 @@ } }, "dependencies": { - "@wrnexus/compiler": "^0.2.12", - "@wrnexus/core": "^0.2.12" + "@wrnexus/compiler": "^0.2.13", + "@wrnexus/core": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/ssr/package.json b/.publish/ssr/package.json index 19fb2b33..145596ee 100644 --- a/.publish/ssr/package.json +++ b/.publish/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/ssr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.12" + "@wrnexus/core": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/styles/package.json b/.publish/styles/package.json index 02f8d244..828e29e9 100644 --- a/.publish/styles/package.json +++ b/.publish/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/styles — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/uploader": "^0.2.12" + "@wrnexus/uploader": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/test/package.json b/.publish/test/package.json index 430000f4..550cb13b 100644 --- a/.publish/test/package.json +++ b/.publish/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.2.12", + "version": "0.2.13", "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 b93343f2..ba4961c8 100644 --- a/.publish/tracking/package.json +++ b/.publish/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.2.12", + "version": "0.2.13", "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 f49de64b..4a73f848 100644 --- a/.publish/ui/package.json +++ b/.publish/ui/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ui", - "version": "0.2.12", + "version": "0.2.13", "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.12" + "@wrnexus/core": "^0.2.13" }, "files": [ "dist", diff --git a/.publish/uploader/package.json b/.publish/uploader/package.json index e0edffe9..0a139b6c 100644 --- a/.publish/uploader/package.json +++ b/.publish/uploader/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/uploader", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/uploader — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.12" + "@wrnexus/core": "^0.2.13" }, "files": [ "dist" diff --git a/.publish/validation/package.json b/.publish/validation/package.json index 8050447f..e3d52871 100644 --- a/.publish/validation/package.json +++ b/.publish/validation/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/validation", - "version": "0.2.12", + "version": "0.2.13", "type": "module", "description": "@wrnexus/validation — part of the WrNexus framework.", "license": "MIT",