release: WRNexusJS 0.2.26 -- fix bugs

This commit is contained in:
2026-07-14 12:09:11 +05:30
parent c2f327c09f
commit f32b26f15b
27 changed files with 279 additions and 296 deletions
+9 -10
View File
@@ -1,12 +1,11 @@
{
"name": "@wrnexus/core",
"version": "0.2.26",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./jsx-runtime": "./src/jsx-runtime.ts",
"./jsx-dev-runtime": "./src/jsx-dev-runtime.ts"
}
"name": "@wrnexus/core",
"version": "0.2.26",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./jsx-runtime": "./src/jsx-runtime.ts",
"./jsx-dev-runtime": "./src/jsx-dev-runtime.ts"
}
}