audio-fingerprinting-file-reader
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -15,4 +15,4 @@ // @todo Remove this declaration when it becomes available in the dom lib. | ||
} | ||
throw new Error('The given arrayBuffer seems to contain no content of a audfprint hash file.'); | ||
throw new Error('The given arrayBuffer seems to contain no content of an audfprint hash file.'); | ||
}; | ||
//# sourceMappingURL=/build/es2015/module.js.map |
@@ -21,3 +21,3 @@ (function (global, factory) { | ||
} | ||
throw new Error('The given arrayBuffer seems to contain no content of a audfprint hash file.'); | ||
throw new Error('The given arrayBuffer seems to contain no content of an audfprint hash file.'); | ||
}; | ||
@@ -24,0 +24,0 @@ |
@@ -15,4 +15,4 @@ // @todo Remove this declaration when it becomes available in the dom lib. | ||
} | ||
throw new Error('The given arrayBuffer seems to contain no content of a audfprint hash file.'); | ||
throw new Error('The given arrayBuffer seems to contain no content of an audfprint hash file.'); | ||
}; | ||
//# sourceMappingURL=/build/es2015/module.js.map |
@@ -13,3 +13,3 @@ { | ||
"chai": "^4.1.2", | ||
"eslint": "^4.12.1", | ||
"eslint": "^4.15.0", | ||
"eslint-config-holy-grail": "^24.0.1", | ||
@@ -25,20 +25,20 @@ "greenkeeper-lockfile": "^1.12.0", | ||
"husky": "^0.14.3", | ||
"karma": "^1.7.1", | ||
"karma": "^2.0.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-firefox-launcher": "^1.1.0", | ||
"karma-leche": "1.0.0", | ||
"karma-leche": "^1.0.1", | ||
"karma-mocha": "^1.1.0", | ||
"karma-sauce-launcher": "^1.2.0", | ||
"karma-sinon-chai": "^1.3.3", | ||
"karma-webpack": "^2.0.6", | ||
"karma-webpack": "^2.0.9", | ||
"load-grunt-config": "^0.19.1", | ||
"mocha": "^4.0.1", | ||
"rollup": "^0.52.1", | ||
"rollup-plugin-babel": "^3.0.2", | ||
"mocha": "^4.1.0", | ||
"rollup": "^0.53.3", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"sinon": "^4.1.3", | ||
"sinon-chai": "^2.14.0", | ||
"ts-loader": "^3.2.0", | ||
"tsconfig-holy-grail": "^3.0.9", | ||
"tsconfig-holy-grail": "^3.0.16", | ||
"tslint": "^5.8.0", | ||
"tslint-config-holy-grail": "^18.0.8", | ||
"tslint-config-holy-grail": "^20.0.1", | ||
"typescript": "^2.6.2", | ||
@@ -68,3 +68,3 @@ "webpack": "^3.10.0" | ||
"types": "build/es2015/module.d.ts", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"dependencies": { | ||
@@ -71,0 +71,0 @@ "babel-core": "^6.26.0", |
@@ -23,3 +23,3 @@ // @todo Remove this declaration when it becomes available in the dom lib. | ||
throw new Error('The given arrayBuffer seems to contain no content of a audfprint hash file.'); | ||
throw new Error('The given arrayBuffer seems to contain no content of an audfprint hash file.'); | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7959