Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,6 @@ # Changelog | ||
## [v1.1.4](https://github.com/stellar/js-xdr/compare/v1.1.3...v1.1.4) | ||
- Remove `core-js` dependency ([#45](https://github.com/stellar/js-xdr/pull/45)). | ||
## [v1.1.3](https://github.com/stellar/js-xdr/compare/v1.1.2...v1.1.3) | ||
@@ -8,0 +12,0 @@ |
@@ -10,6 +10,2 @@ 'use strict'; | ||
var _map = require('core-js/library/es6/map'); | ||
var _map2 = _interopRequireDefault(_map); | ||
var _each = require('lodash/each'); | ||
@@ -121,3 +117,3 @@ | ||
ChildEnum._members = {}; | ||
ChildEnum._byValue = new _map2.default(); | ||
ChildEnum._byValue = new Map(); | ||
@@ -124,0 +120,0 @@ (0, _each2.default)(members, function (value, key) { |
@@ -12,6 +12,2 @@ 'use strict'; | ||
var _map = require('core-js/library/es6/map'); | ||
var _map2 = _interopRequireDefault(_map); | ||
var _each = require('lodash/each'); | ||
@@ -166,3 +162,3 @@ | ||
ChildUnion._switches = new _map2.default(); | ||
ChildUnion._switches = new Map(); | ||
ChildUnion._arms = {}; | ||
@@ -169,0 +165,0 @@ |
{ | ||
"name": "js-xdr", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Read/write XDR encoded data structures (RFC 4506)", | ||
@@ -35,2 +35,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@kollavarsham/gulp-coveralls": "~0.2.8", | ||
"babel-cli": "^6.26.0", | ||
@@ -52,7 +53,4 @@ "babel-core": "~6.26.3", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"express": "^4.9.8", | ||
"ghooks": "^0.3.0", | ||
"gulp": "^4.0.0", | ||
"gulp-babel": "^6.1.3", | ||
"gulp-coveralls": "^0.1.4", | ||
"gulp-eslint": "^5.0.0", | ||
@@ -68,3 +66,3 @@ "gulp-git": "~0.5.3", | ||
"husky": "^1.3.1", | ||
"istanbul": "~0.3.2", | ||
"istanbul": "^0.4.5", | ||
"karma": "3.1.4", | ||
@@ -79,3 +77,2 @@ "karma-chrome-launcher": "^0.1.7", | ||
"prettier": "^1.16.1", | ||
"run-sequence": "^1.0.2", | ||
"sinon": "^1.14.1", | ||
@@ -86,3 +83,2 @@ "sinon-chai": "^2.7.0", | ||
"dependencies": { | ||
"core-js": "^2.6.3", | ||
"cursor": "^0.1.5", | ||
@@ -89,0 +85,0 @@ "lodash": "^4.17.5", |
@@ -1,2 +0,1 @@ | ||
import Map from 'core-js/library/es6/map'; | ||
import each from 'lodash/each'; | ||
@@ -3,0 +2,0 @@ import vals from 'lodash/values'; |
@@ -1,2 +0,1 @@ | ||
import Map from 'core-js/library/es6/map'; | ||
import each from 'lodash/each'; | ||
@@ -3,0 +2,0 @@ import isUndefined from 'lodash/isUndefined'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3
42
643378
103
15052
- Removedcore-js@^2.6.3
- Removedcore-js@2.6.12(transitive)