@msgpack/msgpack
Advanced tools
Comparing version 2.2.0 to 2.2.1
This is the revision history of @msgpack/msgpack | ||
## v2.2.1 2020/10/11 | ||
https://github.com/msgpack/msgpack-javascript/compare/v2.2.0...v2.2.1 | ||
* Fix `package.json` for webpack to use `module` field | ||
## v2.2.0 2020/10/04 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@msgpack/msgpack", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "MessagePack for JavaScript/ECMA-262", | ||
@@ -8,4 +8,5 @@ "author": "The MessagePack community", | ||
"main": "./dist/index.js", | ||
"browser": "./dist.es5+umd/msgpack.min.js", | ||
"module": "./dist.es5+esm/index.js", | ||
"cdn": "./dist.es5+umd/msgpack.min.js", | ||
"unpkg": "./dist.es5+umd/msgpack.min.js", | ||
"types": "./dist/index.d.ts", | ||
@@ -12,0 +13,0 @@ "sideEffects": false, |
@@ -524,7 +524,7 @@ # MessagePack for JavaScript/ECMA-262 | ||
* `dist/` is compiled into ES2015+ | ||
* `dist.es5+umd/` is compiled into ES5 and bundled to singile file | ||
* `dist/` is compiled into ES2015+, provided for NodeJS v10 or later | ||
* `dist.es5+umd/` is compiled into ES5 with UMD-style single file | ||
* `dist.es5+umd/msgpack.min.js` - the default, minified file (UMD) | ||
* `dist.es5+umd/msgpack.js` - an optional, non-minified file (UMD) | ||
* `dist.es5+esm/` is compiled into ES5 and placed as ES modules | ||
* `dist.es5+esm/` is compiled into ES5 and placed as ES modules, provided for webpack-like bundlers, not NodeJS | ||
@@ -531,0 +531,0 @@ If you use NodeJS and/or webpack, their module resolvers use the suitable one automatically. |
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
618961