release: WRNexusJS 0.2.26

This commit is contained in:
2026-07-14 12:06:44 +05:30
parent 8d8ff74af2
commit c2f327c09f
26 changed files with 296 additions and 270 deletions
+10 -9
View File
@@ -1,11 +1,12 @@
{
"name": "@wrnexus/ai",
"version": "0.2.25",
"private": true,
"type": "module",
"description": "Zero-dependency Claude (Anthropic) client for WrNexus apps.",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
}
"name": "@wrnexus/ai",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Zero-dependency Claude (Anthropic) client for WrNexus apps.",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
}
}