audio-fingerprinting-file-reader
Advanced tools
Comparing version 3.0.19 to 3.0.20
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, factory(global.audioFingerprintingFileReader = {})); | ||
}(this, function (exports) { 'use strict'; | ||
}(this, (function (exports) { 'use strict'; | ||
@@ -32,2 +32,2 @@ var TEXT_ENCODER = new TextDecoder('utf-8'); | ||
})); | ||
}))); |
@@ -17,3 +17,3 @@ { | ||
"devDependencies": { | ||
"@babel/core": "^7.6.3", | ||
"@babel/core": "^7.6.4", | ||
"@babel/plugin-external-helpers": "^7.2.0", | ||
@@ -27,4 +27,4 @@ "@babel/plugin-transform-runtime": "^7.6.2", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.5.1", | ||
"eslint-config-holy-grail": "^43.0.1", | ||
"eslint": "^6.6.0", | ||
"eslint-config-holy-grail": "^43.0.2", | ||
"grunt": "^1.0.4", | ||
@@ -35,4 +35,4 @@ "grunt-cli": "^1.3.2", | ||
"grunt-sh": "^0.2.0", | ||
"husky": "^3.0.8", | ||
"karma": "^4.3.0", | ||
"husky": "^3.0.9", | ||
"karma": "^4.4.1", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -46,13 +46,13 @@ "karma-firefox-launcher": "^1.2.0", | ||
"load-grunt-config": "^3.0.1", | ||
"mocha": "^6.2.1", | ||
"rollup": "^1.23.1", | ||
"mocha": "^6.2.2", | ||
"rollup": "^1.26.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"sinon": "^7.5.0", | ||
"sinon-chai": "^3.3.0", | ||
"ts-loader": "^6.2.0", | ||
"tsconfig-holy-grail": "^10.0.20", | ||
"ts-loader": "^6.2.1", | ||
"tsconfig-holy-grail": "^10.0.25", | ||
"tslint": "^5.20.0", | ||
"tslint-config-holy-grail": "^46.1.3", | ||
"typescript": "^3.6.3", | ||
"webpack": "^4.41.0" | ||
"tslint-config-holy-grail": "^46.1.6", | ||
"typescript": "^3.6.4", | ||
"webpack": "^4.41.2" | ||
}, | ||
@@ -84,3 +84,3 @@ "files": [ | ||
"types": "build/es2018/module.d.ts", | ||
"version": "3.0.19" | ||
"version": "3.0.20" | ||
} |
7569