audio-fingerprinting-file-reader
Advanced tools
Comparing version 3.0.3 to 3.0.4
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
factory(global.audioFingerprintingFileReader = {}); | ||
}(typeof self !== 'undefined' ? self : this, function (exports) { 'use strict'; | ||
(global = global || self, factory(global.audioFingerprintingFileReader = {})); | ||
}(this, function (exports) { 'use strict'; | ||
@@ -7,0 +7,0 @@ var TEXT_ENCODER = new TextDecoder('utf-8'); |
@@ -20,3 +20,3 @@ { | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/preset-env": "^7.2.3", | ||
"@commitlint/cli": "^7.2.1", | ||
@@ -28,3 +28,3 @@ "@commitlint/config-angular": "^7.1.2", | ||
"eslint": "^5.10.0", | ||
"eslint-config-holy-grail": "^32.0.0", | ||
"eslint-config-holy-grail": "^33.0.0", | ||
"grunt": "^1.0.3", | ||
@@ -37,4 +37,4 @@ "grunt-cli": "^1.3.2", | ||
"gruntify-eslint": "^5.0.0", | ||
"husky": "^1.2.1", | ||
"karma": "^3.1.3", | ||
"husky": "^1.3.0", | ||
"karma": "^3.1.4", | ||
"karma-chrome-launcher": "^2.2.0", | ||
@@ -49,3 +49,3 @@ "karma-firefox-launcher": "^1.1.0", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.68.0", | ||
"rollup": "^0.68.1", | ||
"rollup-plugin-babel": "^4.1.0", | ||
@@ -55,7 +55,7 @@ "sinon": "^7.2.2", | ||
"ts-loader": "^5.3.1", | ||
"tsconfig-holy-grail": "^9.0.4", | ||
"tslint": "^5.11.0", | ||
"tslint-config-holy-grail": "^38.0.10", | ||
"tsconfig-holy-grail": "^9.0.6", | ||
"tslint": "^5.12.0", | ||
"tslint-config-holy-grail": "^39.0.0", | ||
"typescript": "^3.2.2", | ||
"webpack": "^4.27.1" | ||
"webpack": "^4.28.0" | ||
}, | ||
@@ -87,3 +87,3 @@ "files": [ | ||
"types": "build/es2018/module.d.ts", | ||
"version": "3.0.3" | ||
"version": "3.0.4" | ||
} |
7643