release: WRNexusJS 0.3.0

This commit is contained in:
2026-07-22 17:29:08 +05:30
parent 13dfa31d19
commit 07d8fb59d6
145 changed files with 9664 additions and 3881 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ function publishManifest(m: Record<string, any>, version: string): Record<string
main: m.main ? js(m.main) : "./dist/index.js",
module: m.main ? js(m.main) : "./dist/index.js",
types: m.main ? dts(m.main) : "./dist/index.d.ts",
engines: { bun: ">=1.1.0" },
engines: { bun: ">=1.3.0" },
publishConfig: { registry: REGISTRY, access: ACCESS },
};