audio-fingerprinting-file-reader
Advanced tools
Comparing version 2.0.3 to 2.0.5
@@ -10,6 +10,8 @@ { | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"chai": "^4.1.1", | ||
"eslint-config-holy-grail": "^20.0.0", | ||
"greenkeeper-lockfile": "^1.8.1", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.7.2", | ||
"eslint-config-holy-grail": "^23.0.0", | ||
"greenkeeper-lockfile": "^1.9.0", | ||
"grunt": "^1.0.1", | ||
@@ -26,3 +28,3 @@ "grunt-cli": "^1.1.0", | ||
"karma-firefox-launcher": "^1.0.0", | ||
"karma-leche": "0.0.13", | ||
"karma-leche": "0.0.17", | ||
"karma-mocha": "^1.1.0", | ||
@@ -33,13 +35,13 @@ "karma-sauce-launcher": "^1.2.0", | ||
"load-grunt-config": "^0.19.1", | ||
"mocha": "^3.5.0", | ||
"rollup": "^0.49.2", | ||
"mocha": "^3.5.3", | ||
"rollup": "^0.50.0", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"sinon": "^3.2.1", | ||
"sinon": "^4.0.0", | ||
"sinon-chai": "^2.13.0", | ||
"ts-loader": "^2.3.4", | ||
"tsconfig-holy-grail": "^2.2.27", | ||
"ts-loader": "^2.3.7", | ||
"tsconfig-holy-grail": "^2.4.5", | ||
"tslint": "^5.7.0", | ||
"tslint-config-holy-grail": "^11.0.0", | ||
"typescript": "^2.4.2", | ||
"webpack": "^3.5.5" | ||
"tslint-config-holy-grail": "^13.0.4", | ||
"typescript": "^2.5.3", | ||
"webpack": "^3.6.0" | ||
}, | ||
@@ -67,6 +69,8 @@ "files": [ | ||
"types": "build/es2015/module.d.ts", | ||
"version": "2.0.3", | ||
"version": "2.0.5", | ||
"dependencies": { | ||
"babel-core": "^6.26.0" | ||
"babel-core": "^6.26.0", | ||
"babel-runtime": "^6.26.0", | ||
"tslib": "^1.7.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
7951
3
36
+ Addedbabel-runtime@^6.26.0
+ Addedtslib@^1.7.1
+ Addedtslib@1.14.1(transitive)