@ayonli/jsext
Advanced tools
Comparing version 0.9.32 to 0.9.33
{ | ||
"name": "@ayonli/jsext", | ||
"version": "0.9.32", | ||
"version": "0.9.33", | ||
"description": "A JavaScript extension package for building strong and modern applications.", | ||
@@ -122,2 +122,9 @@ "exports": { | ||
}, | ||
"./encoding": { | ||
"types": "./types/encoding.d.ts", | ||
"bun": "./encoding.ts", | ||
"require": "./cjs/encoding.js", | ||
"import": "./esm/encoding.js", | ||
"default": "./encoding.ts" | ||
}, | ||
"./error": { | ||
@@ -124,0 +131,0 @@ "types": "./types/error.d.ts", |
4563869