release: WRNexusJS 0.7.0

This commit is contained in:
2026-08-01 10:34:45 +05:30
parent a434d66ca1
commit 9366895f78
85 changed files with 1693 additions and 728 deletions
+257 -192
View File
@@ -10,45 +10,50 @@
"dependencies": {
"@iconify-json/lucide": "^1.2.118",
"@iconify/tailwind4": "^1.2.3",
"@wrnexus/ai": "^0.6.0",
"@wrnexus/auth": "^0.6.0",
"@wrnexus/authz": "^0.6.0",
"@wrnexus/captcha": "^0.6.0",
"@wrnexus/compiler": "^0.6.0",
"@wrnexus/core": "^0.6.0",
"@wrnexus/csr": "^0.6.0",
"@wrnexus/db": "^0.6.0",
"@wrnexus/dev-server": "^0.6.0",
"@wrnexus/dev-toolbar": "^0.6.0",
"@wrnexus/encryption": "^0.6.0",
"@wrnexus/helpers": "^0.6.0",
"@wrnexus/i18n": "^0.6.0",
"@wrnexus/jwt": "^0.6.0",
"@wrnexus/mobile": "^0.6.0",
"@wrnexus/native": "^0.6.0",
"@wrnexus/oauth": "^0.6.0",
"@wrnexus/plugin": "^0.6.0",
"@wrnexus/pubsub": "^0.6.0",
"@wrnexus/queue": "^0.6.0",
"@wrnexus/reactive": "^0.6.0",
"@wrnexus/router": "^0.6.0",
"@wrnexus/ssr": "^0.6.0",
"@wrnexus/store": "^0.6.0",
"@wrnexus/styles": "^0.6.0",
"@wrnexus/syntax": "^0.6.0",
"@wrnexus/test": "^0.6.0",
"@wrnexus/tracking": "^0.6.0",
"@wrnexus/typecheck": "^0.6.0",
"@wrnexus/ui": "^0.6.0",
"@wrnexus/uploader": "^0.6.0",
"@wrnexus/validation": "^0.6.0"
"@wrnexus/ai": "^0.7.0",
"@wrnexus/auth": "^0.7.0",
"@wrnexus/authz": "^0.7.0",
"@wrnexus/benchmark": "^0.7.0",
"@wrnexus/cache": "^0.7.0",
"@wrnexus/captcha": "^0.7.0",
"@wrnexus/compiler": "^0.7.0",
"@wrnexus/core": "^0.7.0",
"@wrnexus/csr": "^0.7.0",
"@wrnexus/db": "^0.7.0",
"@wrnexus/dev-server": "^0.7.0",
"@wrnexus/dev-toolbar": "^0.7.0",
"@wrnexus/encryption": "^0.7.0",
"@wrnexus/helpers": "^0.7.0",
"@wrnexus/i18n": "^0.7.0",
"@wrnexus/image": "^0.7.0",
"@wrnexus/jwt": "^0.7.0",
"@wrnexus/mobile": "^0.7.0",
"@wrnexus/native": "^0.7.0",
"@wrnexus/oauth": "^0.7.0",
"@wrnexus/observability": "^0.7.0",
"@wrnexus/plugin": "^0.7.0",
"@wrnexus/pubsub": "^0.7.0",
"@wrnexus/queue": "^0.7.0",
"@wrnexus/reactive": "^0.7.0",
"@wrnexus/router": "^0.7.0",
"@wrnexus/security": "^0.7.0",
"@wrnexus/ssr": "^0.7.0",
"@wrnexus/store": "^0.7.0",
"@wrnexus/styles": "^0.7.0",
"@wrnexus/syntax": "^0.7.0",
"@wrnexus/test": "^0.7.0",
"@wrnexus/tracking": "^0.7.0",
"@wrnexus/typecheck": "^0.7.0",
"@wrnexus/ui": "^0.7.0",
"@wrnexus/uploader": "^0.7.0",
"@wrnexus/validation": "^0.7.0"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@tailwindcss/cli": "^4.0.0",
"@types/bun": "latest",
"@types/node": "^26.1.1",
"@wrnexus/cli": "^0.6.0",
"@wrnexus/cli": "^0.7.0",
"eslint": "^9.0.0",
"prettier": "latest",
"tailwindcss": "^4.0.0",
@@ -1308,78 +1313,99 @@
}
},
"node_modules/@wrnexus/ai": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/ai/-/ai-0.6.0.tgz",
"integrity": "sha512-Hj76672ZHnG03MV58gcrulWii8hxbfAVlR7T/2INnGxKRIOKHJa+pVZoAl7TVOPXRFPqVwgrkATa+vK6/dhg8g==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/ai/-/ai-0.7.0.tgz",
"integrity": "sha512-tJGbCrKsDUHrmAsboBdHZ2zkUGgdffQhyCaPN2BNL88vozuHAFKEl6fOdbADXzu9EZPH4cFMV5Ew54QAUQS1Xw==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/auth": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/auth/-/auth-0.6.0.tgz",
"integrity": "sha512-pqka4koIRZoy2Wn5CK4wETSI4nVuFCiAyI7nS4Qs4Wt2pPdJVGF8CDCKuTLOqwwufs4s5Bm5+L8QuB9txdAO0Q==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/auth/-/auth-0.7.0.tgz",
"integrity": "sha512-GD6XEXMmu/H6XcK6a4hmF72ItB1/pdlmMPWe4RPU+w40blfZyiN3GaYhjdE3Cxb9C86uMo3Phrm65NKrMU6ptA==",
"license": "MIT",
"dependencies": {
"@wrnexus/authz": "^0.6.0",
"@wrnexus/captcha": "^0.6.0",
"@wrnexus/core": "^0.6.0",
"@wrnexus/db": "^0.6.0",
"@wrnexus/encryption": "^0.6.0",
"@wrnexus/jwt": "^0.6.0",
"@wrnexus/oauth": "^0.6.0",
"@wrnexus/plugin": "^0.6.0",
"@wrnexus/queue": "^0.6.0",
"@wrnexus/ui": "^0.6.0",
"@wrnexus/validation": "^0.6.0"
"@wrnexus/authz": "^0.7.0",
"@wrnexus/captcha": "^0.7.0",
"@wrnexus/core": "^0.7.0",
"@wrnexus/db": "^0.7.0",
"@wrnexus/encryption": "^0.7.0",
"@wrnexus/jwt": "^0.7.0",
"@wrnexus/oauth": "^0.7.0",
"@wrnexus/plugin": "^0.7.0",
"@wrnexus/queue": "^0.7.0",
"@wrnexus/ui": "^0.7.0",
"@wrnexus/validation": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/authz": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/authz/-/authz-0.6.0.tgz",
"integrity": "sha512-9y5CwL62mLwKzopt9Wl0z/yi895HDL1H7QadcYK4zVFymAo8qlaM/kpgnG+K+yE5qGLam6rC97d60KPhqDb4bA==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/authz/-/authz-0.7.0.tgz",
"integrity": "sha512-l3hIHlE1suHJDt31e1+/WW1OHyomSdfzx89rNyvrZbfej4rYPpB2H7YQYtLa1uwJUehcWCdqy9gEnJZclhDbJg==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/captcha": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/captcha/-/captcha-0.6.0.tgz",
"integrity": "sha512-r0V2rhWXkK/3RtVl4toMUQFfYDdUDS49rSkrxWBOvnUCRMs2qsFvSYPt1odC1fZ9kQkVcmNYuUPBh8YapjGixg==",
"node_modules/@wrnexus/benchmark": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/benchmark/-/benchmark-0.7.0.tgz",
"integrity": "sha512-0VFTdjKDPq815qHmUFDMaRxPe13Z5yuyXOTSFs2rRluwY+ujphYcofVX2AKcyXiu120hL/6Vf1gMS2C8YWcoAg==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/cache": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/cache/-/cache-0.7.0.tgz",
"integrity": "sha512-uRnwH45yM2Y93TI/fFEphZqKWi2B8dnJnAsxdB+lhgYb3PKDS3RHx3wgSjbolXFCIMjvhM5hEGFwSFy22DnFQw==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.6.0",
"@wrnexus/plugin": "^0.6.0",
"@wrnexus/validation": "^0.6.0"
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/captcha": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/captcha/-/captcha-0.7.0.tgz",
"integrity": "sha512-l5YtUklzUqQzilB3bGrsGewWHc0gd04RF1OuRbN9Uhys4s1ZUGgWeZHMdPDd6+fe8mqSgXnac0pliRgcQbeBKQ==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.7.0",
"@wrnexus/plugin": "^0.7.0",
"@wrnexus/validation": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/cli": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/cli/-/cli-0.6.0.tgz",
"integrity": "sha512-i8MtPLLCQL0cACd907UL1ljeDCNU8U6HKcnUzz52P2eIAZ8k+LlI3M32TX7obivLv15i4MH8fXXldzL1f8eb8A==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/cli/-/cli-0.7.0.tgz",
"integrity": "sha512-Fo8p4XI0Eocjn9CgaNNfk1o1iywvvnIaMaMZ2MDcj6H/eysG4uW/4WMwa5XXQY3GzAmaiOFdurl5tXPhcTuC9A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@wrnexus/compiler": "^0.6.0",
"@wrnexus/core": "^0.6.0",
"@wrnexus/csr": "^0.6.0",
"@wrnexus/db": "^0.6.0",
"@wrnexus/dev-server": "^0.6.0",
"@wrnexus/i18n": "^0.6.0",
"@wrnexus/plugin": "^0.6.0",
"@wrnexus/router": "^0.6.0",
"@wrnexus/styles": "^0.6.0",
"@wrnexus/syntax": "^0.6.0",
"@wrnexus/ui": "^0.6.0",
"@wrnexus/validation": "^0.6.0"
"@wrnexus/compiler": "^0.7.0",
"@wrnexus/core": "^0.7.0",
"@wrnexus/csr": "^0.7.0",
"@wrnexus/db": "^0.7.0",
"@wrnexus/dev-server": "^0.7.0",
"@wrnexus/i18n": "^0.7.0",
"@wrnexus/plugin": "^0.7.0",
"@wrnexus/router": "^0.7.0",
"@wrnexus/styles": "^0.7.0",
"@wrnexus/syntax": "^0.7.0",
"@wrnexus/ui": "^0.7.0",
"@wrnexus/validation": "^0.7.0"
},
"bin": {
"wrnexus": "dist/index.js"
@@ -1389,277 +1415,316 @@
}
},
"node_modules/@wrnexus/compiler": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/compiler/-/compiler-0.6.0.tgz",
"integrity": "sha512-AYKebrDqGcn3nqJWSpoOEio3EYppT3kLQTO6J6BRy+WyChxX1MuN16XjZAJaLFGybf22zw8WfCuaXLjpS/HpGg==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/compiler/-/compiler-0.7.0.tgz",
"integrity": "sha512-iS3oaIiwTeffdriC2PlLS9MTOX4CU5lRDq6uO0ExbB/wvZ7qnBnT2mpliyZGPF5m7BKadPf77rr8dDtIg8C9iQ==",
"license": "MIT",
"dependencies": {
"@wrnexus/store": "^0.6.0",
"@wrnexus/syntax": "^0.6.0"
"@wrnexus/store": "^0.7.0",
"@wrnexus/syntax": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/core": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/core/-/core-0.6.0.tgz",
"integrity": "sha512-X2UJhmAeXoyvpSGQ/2zPOzgFPwr+bMYeOjf/KV8f+ULf02pM8zvyQNV3Fft4GaUl7LwZG8gD5b1XwUIFWS500Q==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/core/-/core-0.7.0.tgz",
"integrity": "sha512-HsQ1jHLMy+W+9H2BV7ilpAkbA2cCBJ3TEI8H6wTSC51j9C0HRZHtX1wlg0pDBsQEDwumpKFwvr3IxH9HVlpl5A==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/csr": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/csr/-/csr-0.6.0.tgz",
"integrity": "sha512-6ll6D4HmoCdNkWB+bpWgKmFkrFlaANDSWZAXv/g3oTOvq+FKUza47WqEXhR29NFKqJO9mTYW684KA3uZAOe6bg==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/csr/-/csr-0.7.0.tgz",
"integrity": "sha512-7EofnItpvQRZSvRi4nFjxOQiPMlbyFKgkhRlDo0lpElqslm+Kr1pRj1ux5wzSQZnb/XUMcaA45l5CX7poZq+eQ==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.6.0"
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/db": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/db/-/db-0.6.0.tgz",
"integrity": "sha512-Sgn9QJ8kIuoD0MktuqH89xlWAxlaV6qb+SDzaZ9MpOjMc4cAZpD5MWHMJKmWZgqyiLRCqJLHz4HKfEsstGdM4Q==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/db/-/db-0.7.0.tgz",
"integrity": "sha512-Weh8V5SrJEHKXQwMWYVyTkPdtrF5HV59jn0Z6VuZsKsEh0hAIhKbqGT2nAKHqddWaUjwxNt+hRQltx2lX/9MMQ==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/dev-server": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/dev-server/-/dev-server-0.6.0.tgz",
"integrity": "sha512-2DuKrJjE8WfHlBiDwBCpCTJhBGSRTttebatLpmvYtO6LB560VoPJVdsNucJ/p6jGK6F8Kg1sbSyLlupaw9mx2w==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/dev-server/-/dev-server-0.7.0.tgz",
"integrity": "sha512-NE7sU68s2GMp3eWPPYLVLGIIZZVDJxfLXr98yFFQq2XniAaDuHz9NBO8CIzamWlWtFhKcLKbgwYMkyLfOukd3A==",
"license": "MIT",
"dependencies": {
"@wrnexus/compiler": "^0.6.0",
"@wrnexus/core": "^0.6.0",
"@wrnexus/csr": "^0.6.0",
"@wrnexus/db": "^0.6.0",
"@wrnexus/dev-toolbar": "^0.6.0",
"@wrnexus/i18n": "^0.6.0",
"@wrnexus/plugin": "^0.6.0",
"@wrnexus/pubsub": "^0.6.0",
"@wrnexus/router": "^0.6.0",
"@wrnexus/ssr": "^0.6.0",
"@wrnexus/store": "^0.6.0",
"@wrnexus/styles": "^0.6.0",
"@wrnexus/ui": "^0.6.0",
"@wrnexus/uploader": "^0.6.0",
"@wrnexus/validation": "^0.6.0"
"@wrnexus/compiler": "^0.7.0",
"@wrnexus/core": "^0.7.0",
"@wrnexus/csr": "^0.7.0",
"@wrnexus/db": "^0.7.0",
"@wrnexus/dev-toolbar": "^0.7.0",
"@wrnexus/i18n": "^0.7.0",
"@wrnexus/observability": "^0.7.0",
"@wrnexus/plugin": "^0.7.0",
"@wrnexus/pubsub": "^0.7.0",
"@wrnexus/router": "^0.7.0",
"@wrnexus/security": "^0.7.0",
"@wrnexus/ssr": "^0.7.0",
"@wrnexus/store": "^0.7.0",
"@wrnexus/styles": "^0.7.0",
"@wrnexus/ui": "^0.7.0",
"@wrnexus/uploader": "^0.7.0",
"@wrnexus/validation": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/dev-toolbar": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/dev-toolbar/-/dev-toolbar-0.6.0.tgz",
"integrity": "sha512-LY0Hq7liLXrspOM+GgHuwQY2pmEqG1EjMaz4u0iVUMNt7JjuJxzzz1b3DlotJbMdvsEy8GKDosPW92WbT96QNQ==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/dev-toolbar/-/dev-toolbar-0.7.0.tgz",
"integrity": "sha512-iqI47nhtKmuSvu3cyju/Mg343+evqBnD4Ek2TQg+kvxhnEfVNmPKBZ6CRZGC3Qq+C8j0TuCUVD3Sb88hiV0+Qw==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/encryption": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/encryption/-/encryption-0.6.0.tgz",
"integrity": "sha512-kJHiwUVD1qCFGZos7yWGvIkvg9ayk3o6BP2K8z/8wa2WkWt+f59DA0M66fDWffa08pP6/rlghbpDSTjGl2zZ9Q==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/encryption/-/encryption-0.7.0.tgz",
"integrity": "sha512-eLMVjHZbK0+2wJBdyPzCx3JQd8btgtvzcWQ+1XSMPmnxvsxVhVjxe2COgey8mRd2aUeltTvgJEqAIQ3AM9nlMw==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/helpers": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/helpers/-/helpers-0.6.0.tgz",
"integrity": "sha512-qQ1k2pd3TIr4Hb7YgN4On0YpmNjXAQ95YghvANmXcJLziqeSZYeOqJ6l6vLqTbVwyskyvbRd7FfhJkPWWfpb4A==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/helpers/-/helpers-0.7.0.tgz",
"integrity": "sha512-G9Fo5L23Xnp+cY0Q3fWcEtWpNNak5+/Wr2i+OZxxSjiHbKQtNi29kZ/HVROOGe978KAw8GTk6rycwUA4Ul568A==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.6.0"
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/i18n": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/i18n/-/i18n-0.6.0.tgz",
"integrity": "sha512-LkTI1XyPKB2Yzuo/lWtlyADihLH+gDJ/t/K3628vh7p2S6RHV7K6ng/uNRtmMch2cOGl+rqzA+mOT3xe8Mk7Xg==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/i18n/-/i18n-0.7.0.tgz",
"integrity": "sha512-1vOxW/07E2HqlvQHn+sJOQDlapcX1KXcdbge5yMvIUtDd1eTxuQfeo99svfgYxmoPzKqt8cDc5fU7O18Wvdedw==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.6.0"
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/image": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/image/-/image-0.7.0.tgz",
"integrity": "sha512-nxOHnhMHGOnW4dAYHH2hlpWCPhnDccqKPbrJZOWTk4ljxYI7PS4BHlH89FddeL1gdRqMu1dxrgyk/2N7SsF0Dg==",
"license": "MIT",
"dependencies": {
"@wrnexus/security": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/jwt": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/jwt/-/jwt-0.6.0.tgz",
"integrity": "sha512-Gy9cZufdeWfRaQLQ7JkPuQvKp4Qqn5vLM1NwU3fmPwUDo0hW0zGbPcu14aoZWlhvqC3B5iXI8kFayCQ4Y0C0nA==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/jwt/-/jwt-0.7.0.tgz",
"integrity": "sha512-2oA6dWUgz05QnmjpnfSV+j7nfJ+Cx0E2u74r7xrrFGnvqCSHxUofDaQq7LpOeQW7tkTBFHsinmsTpp3x7ie8vQ==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/mobile": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/mobile/-/mobile-0.6.0.tgz",
"integrity": "sha512-AihigbRXqRdWX/Yrzwc9NVjI2HuZkQa3XMUcMGfOKC0paWoeSvSDMksamHjARvYhTYgKpcJ0FCTDeiMvdcV35w==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/mobile/-/mobile-0.7.0.tgz",
"integrity": "sha512-1Q1gJrwUtqJrS0B7aDdvor/CU88iTmFw7BinUY87bzqwMo1/ZJI0kdYFIZyFDFJeJr0TEtoepPA9n5TxnzRL/Q==",
"license": "MIT",
"dependencies": {
"@wrnexus/native": "^0.6.0"
"@wrnexus/native": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/native": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/native/-/native-0.6.0.tgz",
"integrity": "sha512-HV8KCTC3ufLJqk+oafJ3+PdnEm5Uui2ncBeAyFfYOX4ysZnyi7vJzlfPgBTwJu9phJ7yn9yPXaTxIUVUjWcyMw==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/native/-/native-0.7.0.tgz",
"integrity": "sha512-dkcrc6+ulkjt4p2/yL7jpY2iALWy+OkOUORAnF5AmUNQEHcDH7kDR3+k1QexI9h6FcB0T/DqTTUBLVqYN2y7Qw==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/oauth": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/oauth/-/oauth-0.6.0.tgz",
"integrity": "sha512-Nd7ktLa0HX0wX+Q2W+gCQWcSC7eKuZjb2VwIb88cs+OfHm1Vl8vCkk683ZwRIp29DF1kQfCWvKwaYI7FAvJxeQ==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/oauth/-/oauth-0.7.0.tgz",
"integrity": "sha512-xgjUwHUdgNfk0s+AD9c+i0WcaGIOa2iv+uDJyFaNymSB1MCkYMxKx2NwLfIteb+uiyowCD335i4He5edzx579g==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/plugin": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/plugin/-/plugin-0.6.0.tgz",
"integrity": "sha512-rl+HmN9jXzDONRZDiZ/Ny4iMxDp0HpSXkvBXJNLC3H97FEO4vAfD5yso3FxShkvEjUwiUVIPgF5uaCdqOSAxZg==",
"node_modules/@wrnexus/observability": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/observability/-/observability-0.7.0.tgz",
"integrity": "sha512-EmMoVVsFl/IznDX4jR/xQAg/Nubgo47FROkglQhblakQ2T0bmkED8DOc433Ow1fDJwJsigF/GoDVmFzfIQlJJA==",
"license": "MIT",
"dependencies": {
"@wrnexus/syntax": "^0.6.0"
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/plugin": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/plugin/-/plugin-0.7.0.tgz",
"integrity": "sha512-tD/D0LC2WBPR57dz0Ztd5JiGOaWGPnraBPjYtQ13nV3AEmzoRvJmgRqTj496rbIbpytbES7yfHbBsvwbUz6kmg==",
"license": "MIT",
"dependencies": {
"@wrnexus/syntax": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/pubsub": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/pubsub/-/pubsub-0.6.0.tgz",
"integrity": "sha512-wu2DyioqoIb2C8KJSiV59schm+dZRwYPT9atLYBIcSYnbp8tbNpU1ybtOWrBbAlmDsS0GY2NnR9NH0dgORMoXg==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/pubsub/-/pubsub-0.7.0.tgz",
"integrity": "sha512-wYz4xiaFLDJnJMv8tPKHFGmQXbeAag/n9ITK+6S/QJXyWdkzlHjmviYE81slmauqcqr1p40hZ3j7qYtdKyZ5fA==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/queue": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/queue/-/queue-0.6.0.tgz",
"integrity": "sha512-vwSOnzT4Et6rMidd4AvPm1//Jfnq22ddWL/yhVe/ishhxEK3rNfQfIxHVehUDozHLT+hEua7NwO0wP3YTD2+jA==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/queue/-/queue-0.7.0.tgz",
"integrity": "sha512-6ti38dKNCCeIvzjUkdPt3nKv5MCQtNF6AhMkeIAlX2l26Wgf4+iPGovz+yf+k3doN35+UFnQ1fg/zjZdC9K5Wg==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/reactive": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/reactive/-/reactive-0.6.0.tgz",
"integrity": "sha512-lw0TTu69xXxNcCr5KB7KXYf4gBrSmR0PICANj47+jxnn6rhaWmKWJBvYiXNmHHe+zVf9GSwjT+qIi2bbgv71Rw==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/reactive/-/reactive-0.7.0.tgz",
"integrity": "sha512-TVQmoXE8kiAdmUvVKiEFqWpW1WiklZ7BxW2A3z7esoQRzgBCrnSSsbjETm4GDNJUQJZaCg6NGV29QvuHZiGzDA==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/router": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/router/-/router-0.6.0.tgz",
"integrity": "sha512-KzB4g0lHVT/WfmcIB0vhYDxRr5BDV4LIoMSzIzRlUWlFDSw6yVqoQEyUJ6DMhGGiah0ieoxsbjAsfnirlSlgfA==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/router/-/router-0.7.0.tgz",
"integrity": "sha512-82VowxOouJjHj4O7sy3NDWmwdQb4BqZwK9a9mj03ULBrXuAFkbDeY/stHIPKE1K6K+ICH2E2qAF4o1eXgWVxeQ==",
"license": "MIT",
"dependencies": {
"@wrnexus/compiler": "^0.6.0",
"@wrnexus/core": "^0.6.0"
"@wrnexus/compiler": "^0.7.0",
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/security": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/security/-/security-0.7.0.tgz",
"integrity": "sha512-XfnjwhbrDcwdDQzTMNyCwM9ODWVtzgL7IjsTix3bWd3zmEigkiyNxpCNxMoX79m0ATzi7YzBOriJ5o5hg8RGJQ==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/ssr": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/ssr/-/ssr-0.6.0.tgz",
"integrity": "sha512-IQn1G9HkiB52A1BHlOFXJCtPDn3WmoQxUfqWdkTcE+FZ5CdyCfrYvBIS2YrtAnqixZ0liHxyH04OnAO/8hcmiQ==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/ssr/-/ssr-0.7.0.tgz",
"integrity": "sha512-1hRaXCDG16aBP7PlVGCRqXw9JHjMlxZUwqI9QiMgeJ+Z0lHU1zNjqepo4xN8Rmug3oUQ0rSpGYj7CxN1QWFgdw==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.6.0",
"@wrnexus/store": "^0.6.0"
"@wrnexus/core": "^0.7.0",
"@wrnexus/security": "^0.7.0",
"@wrnexus/store": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/store": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/store/-/store-0.6.0.tgz",
"integrity": "sha512-q2u1mSYNwn8k1kFFLEgL8nm9mXljug28O+1aavGWSOME3uYTeiJUv3XgL+zUqhXK+XED12FwmzXG3SPATfjg9A==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/store/-/store-0.7.0.tgz",
"integrity": "sha512-yrlVX1q1NRDWvQ6tDj7BGxy/IGzjPjhESqnZtWN7KnR53TsFT+yxhVZdnyJxVSp/IipvJh0u2bgK4H/ZDYEozg==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/styles": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/styles/-/styles-0.6.0.tgz",
"integrity": "sha512-mNHxCT+/SHOtvStSbiOzj3A2+EHbLGAzbAXQM81inAN0Vf6gIK8lNIMau+9ckXSXoiYBq2LpH5pzg9V87T9e1A==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/styles/-/styles-0.7.0.tgz",
"integrity": "sha512-PiSlWNlg+kJ2P4kpHD1q/yDteSzCdpsvyeUmC4uRS724orubAkmQe2yk4e+CRr3MoQnxvHzefo+NamJcdrJwGg==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.6.0",
"@wrnexus/plugin": "^0.6.0",
"@wrnexus/uploader": "^0.6.0"
"@wrnexus/core": "^0.7.0",
"@wrnexus/plugin": "^0.7.0",
"@wrnexus/uploader": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/syntax": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/syntax/-/syntax-0.6.0.tgz",
"integrity": "sha512-k+tZtXMD4c+roZCuYAOYYCRNGUV4Ki75oqUJ1JWhqg2huGprHrld7JKVM0KHou2RODTZ2c3GAry5n29F9T39lw==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/syntax/-/syntax-0.7.0.tgz",
"integrity": "sha512-pygjZXLoQtHiP5DcxRX++GbZInmNzuoNtXmGgYWVH0oVMzPPYXUtyCX5O7tzY7hEqLhs+TG7CCyWIoum1rbkJg==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/test": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/test/-/test-0.6.0.tgz",
"integrity": "sha512-mZWbU2Fqu4uFRI+5o+N7ZBCLMOvnc1XEUUqTRH2N+S8cEaMAka3M1dwZxw8p0tp8rfjtxlpJ4E0UQGyINhsutw==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/test/-/test-0.7.0.tgz",
"integrity": "sha512-3sYKNC6WUuwFoFAoDnZxVPCIwBU3CTkXbme9yd6c51eaksiNkPJJsQxANx83c/AM2k6z9BeH04ESUPgedm4GFg==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/tracking": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/tracking/-/tracking-0.6.0.tgz",
"integrity": "sha512-kvi5QavFdd4Cmzck5npOl3nWTw+Vgc8odx0Fm8CBDZs6hJwvUPRrqfRmL1TxsNdzhn7mh6W8y9RTcEsKiRy8cg==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/tracking/-/tracking-0.7.0.tgz",
"integrity": "sha512-Q6cbKFD+0lW1PV8gPtXXZb1bS2w8wcKyCloOS2kRJR808LoIE6Y3XLWcL090w9HXmT2lBLVytriVl0LL19fe8g==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/typecheck": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/typecheck/-/typecheck-0.6.0.tgz",
"integrity": "sha512-UObLm/YPR4QNw5Y9jp4YIg5c9GH3orl52iv4c1JXi9a/19RppZmbG0GoLk7AtRdKl3TsHVSuOgnRsw5pd3Zp8Q==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/typecheck/-/typecheck-0.7.0.tgz",
"integrity": "sha512-49BcKK+5vNJ3JO3kHuGvFYRhjQli1n9GCSg6ppTUq7pg95AB4Amtn8VrYOIhMKxbu/bmRJAvUAjfW/aLnZwJ6A==",
"license": "MIT",
"dependencies": {
"@wrnexus/syntax": "^0.6.0",
"@wrnexus/syntax": "^0.7.0",
"typescript": "^5.5.0"
},
"engines": {
@@ -1667,33 +1732,33 @@
}
},
"node_modules/@wrnexus/ui": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/ui/-/ui-0.6.0.tgz",
"integrity": "sha512-fSj6vo7u4TN2rnpEWaC+FIyIWEGLYcXNs4KT9vM4M/BeRlru/R9a1MYrvxQichDtGITEHCFbDjuBzGPByLZC7Q==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/ui/-/ui-0.7.0.tgz",
"integrity": "sha512-31/8YOOl9iGckZ37C6s7gIwm1Xkq+YTkClNNC3VgM6/kn2BvGKKURiS9qngy2QznMmZ7jmRnwHOQmbTjldcJfA==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.6.0"
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/uploader": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/uploader/-/uploader-0.6.0.tgz",
"integrity": "sha512-db+Q72SMh4uJYVcmVFbQP+vhtt27KVMGYqs1QLGAFdTkn7Db5RMyijVWssIixm1zVDl7jKwAPYpfhbHfz7MS5Q==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/uploader/-/uploader-0.7.0.tgz",
"integrity": "sha512-YrT6KUWjR3ElO4DCTTSdXnZBEL+r3GDSpeXEZOpIZByd+6/vgsMPWbVSfqNZi9ZS2oYeUJtF9tKPAtQlOA8WGg==",
"license": "MIT",
"dependencies": {
"@wrnexus/core": "^0.6.0"
"@wrnexus/core": "^0.7.0"
},
"engines": {
"bun": ">=1.3.0"
}
},
"node_modules/@wrnexus/validation": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@wrnexus/validation/-/validation-0.6.0.tgz",
"integrity": "sha512-JY/wIrPhlyQHO/gbEL2Y9mucE7TqlTrNzJK3sMv8Ob0Yc/0Dy3rpqy8tXSvvBqpPQVp3/hjMdeR9x5B2H0LG5Q==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@wrnexus/validation/-/validation-0.7.0.tgz",
"integrity": "sha512-nlIStY1coiCJDunGW1ilBuZqTAkiz7vlICAHe+h7sOhHJ2zd0FXVnwuN4yKR+RAn7pT9r3e/QG5NG8+/J5RsfQ==",
"license": "MIT",
"engines": {
"bun": ">=1.3.0"