Comparing version 5.2.0 to 5.2.1
# Changelog | ||
### [5.2.1](https://www.github.com/image-js/iobuffer/compare/v5.2.0...v5.2.1) (2022-10-07) | ||
### Bug Fixes | ||
* remap browser version of text decoder ([4531fa9](https://www.github.com/image-js/iobuffer/commit/4531fa94120f8984029dbe37574c64986f172469)) | ||
## [5.2.0](https://www.github.com/image-js/iobuffer/compare/v5.1.0...v5.2.0) (2022-10-04) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "iobuffer", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "Read and write binary data on ArrayBuffers", | ||
@@ -9,4 +9,4 @@ "main": "./lib/IOBuffer.js", | ||
"browser": { | ||
"./lib-esm/utf8.js": "./lib-esm/utf8.browser.js", | ||
"./lib/utf8.js": "./lib/utf8.browser.js" | ||
"./lib-esm/text.js": "./lib-esm/text.browser.js", | ||
"./lib/text.js": "./lib/text.browser.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116889