audio-fingerprinting-file-reader
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -1,2 +0,1 @@ | ||
// @todo Remove this declaration when it becomes available in the dom lib. | ||
const TEXT_ENCODER = new TextDecoder('utf-8'); | ||
@@ -3,0 +2,0 @@ export const readArrayBuffer = (arrayBuffer) => { |
@@ -7,3 +7,2 @@ (function (global, factory) { | ||
// @todo Remove this declaration when it becomes available in the dom lib. | ||
var TEXT_ENCODER = new TextDecoder('utf-8'); | ||
@@ -10,0 +9,0 @@ var readArrayBuffer = function readArrayBuffer(arrayBuffer) { |
@@ -1,2 +0,1 @@ | ||
// @todo Remove this declaration when it becomes available in the dom lib. | ||
var TEXT_ENCODER = new TextDecoder('utf-8'); | ||
@@ -3,0 +2,0 @@ export var readArrayBuffer = function (arrayBuffer) { |
@@ -20,3 +20,2 @@ { | ||
"@commitlint/config-angular": "^6.1.3", | ||
"@types/text-encoding": "0.0.32", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
@@ -28,3 +27,3 @@ "babel-plugin-transform-runtime": "^6.23.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^4.19.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-holy-grail": "^26.0.0", | ||
@@ -47,15 +46,15 @@ "greenkeeper-lockfile": "^1.14.0", | ||
"karma-sinon-chai": "^1.3.3", | ||
"karma-webpack": "^2.0.13", | ||
"karma-webpack": "^3.0.0", | ||
"load-grunt-config": "^0.19.1", | ||
"mocha": "^5.0.4", | ||
"mocha": "^5.0.5", | ||
"rollup": "^0.57.1", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"sinon": "^4.4.6", | ||
"sinon": "^4.4.10", | ||
"sinon-chai": "^3.0.0", | ||
"ts-loader": "^4.1.0", | ||
"tsconfig-holy-grail": "^4.0.1", | ||
"tsconfig-holy-grail": "^4.0.2", | ||
"tslint": "^5.9.1", | ||
"tslint-config-holy-grail": "^23.0.3", | ||
"typescript": "^2.7.2", | ||
"webpack": "^4.1.1" | ||
"tslint-config-holy-grail": "^23.0.4", | ||
"typescript": "^2.8.1", | ||
"webpack": "^4.3.0" | ||
}, | ||
@@ -84,3 +83,3 @@ "files": [ | ||
"types": "build/es2015/module.d.ts", | ||
"version": "2.0.10" | ||
"version": "2.0.11" | ||
} |
@@ -1,3 +0,2 @@ | ||
// @todo Remove this declaration when it becomes available in the dom lib. | ||
const TEXT_ENCODER: TextEncoding.TextDecoder = new TextDecoder('utf-8'); | ||
const TEXT_ENCODER: TextDecoder = new TextDecoder('utf-8'); | ||
@@ -4,0 +3,0 @@ export const readArrayBuffer = (arrayBuffer: ArrayBuffer): [ number, number ][] => { |
{ | ||
"compilerOptions": { | ||
"types": [ | ||
"text-encoding" | ||
] | ||
}, | ||
"extends": "../node_modules/tsconfig-holy-grail/src/tsconfig-browser" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39
7815
72