Comparing version 4.6.2 to 4.6.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.6.3](https://github.com/aristanetworks/cloudvision/compare/v4.6.2...v4.6.3) (2020-12-15) | ||
**Note:** Version bump only for package a-msgpack | ||
## [4.6.2](https://github.com/aristanetworks/cloudvision/compare/v4.6.1...v4.6.2) (2020-12-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "a-msgpack", | ||
"version": "4.6.2", | ||
"version": "4.6.3", | ||
"description": "A minimalistic NEAT (MessagePack based) encoder and decoder for JavaScript.", | ||
@@ -63,20 +63,20 @@ "author": "Stephane Rufer <stephane@arista.com>", | ||
"@arista/prettier-config": "1.1.4", | ||
"@rollup/plugin-commonjs": "16.0.0", | ||
"@rollup/plugin-node-resolve": "10.0.0", | ||
"@rollup/plugin-typescript": "6.1.0", | ||
"@rollup/plugin-commonjs": "17.0.0", | ||
"@rollup/plugin-node-resolve": "11.0.1", | ||
"@rollup/plugin-typescript": "8.1.0", | ||
"@types/base64-js": "1.3.0", | ||
"@types/jest": "25.2.3", | ||
"@types/js-yaml": "3.12.4", | ||
"cross-env": "7.0.2", | ||
"@types/js-yaml": "3.12.5", | ||
"cross-env": "7.0.3", | ||
"eslint": "6.8.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint-config-arista-js": "1.1.34", | ||
"eslint-config-arista-ts": "1.4.4", | ||
"eslint-plugin-arista": "0.1.43", | ||
"eslint-config-arista-js": "1.1.35", | ||
"eslint-config-arista-ts": "1.4.5", | ||
"eslint-plugin-arista": "0.1.44", | ||
"eslint-plugin-import": "2.22.1", | ||
"jest": "26.6.3", | ||
"js-yaml": "3.14.0", | ||
"js-yaml": "3.14.1", | ||
"prettier": "2.2.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.34.0", | ||
"rollup": "2.35.1", | ||
"rollup-plugin-terser": "7.0.2", | ||
@@ -87,6 +87,6 @@ "ts-jest": "26.4.4", | ||
"typedoc-neo-theme": "1.0.10", | ||
"typedoc-plugin-markdown": "3.0.11", | ||
"typescript": "4.1.2" | ||
"typedoc-plugin-markdown": "3.1.1", | ||
"typescript": "4.1.3" | ||
}, | ||
"gitHead": "c4eb80d75f21c850d92c2fa6cefd6e694fb419c0" | ||
"gitHead": "6eb01c37e9d34fd89e71a630eafbd29e92c0f65b" | ||
} |
270210