audio-fingerprinting-file-reader
Advanced tools
Comparing version 4.0.12 to 4.0.13
@@ -12,8 +12,8 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.0", | ||
"tslib": "^2.0.0" | ||
"@babel/runtime": "^7.11.2", | ||
"tslib": "^2.0.1" | ||
}, | ||
"description": "A reader for files created by audfprint.", | ||
"devDependencies": { | ||
"@babel/core": "^7.11.0", | ||
"@babel/core": "^7.11.1", | ||
"@babel/plugin-external-helpers": "^7.10.4", | ||
@@ -43,6 +43,6 @@ "@babel/plugin-transform-runtime": "^7.11.0", | ||
"load-grunt-config": "^3.0.1", | ||
"mocha": "^8.1.0", | ||
"mocha": "^8.1.1", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"rollup": "^2.23.0", | ||
"rollup": "^2.23.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -52,5 +52,5 @@ "sinon": "^9.0.2", | ||
"ts-loader": "^8.0.2", | ||
"tsconfig-holy-grail": "^11.0.18", | ||
"tsconfig-holy-grail": "^11.0.19", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^52.0.0", | ||
"tslint-config-holy-grail": "^52.0.2", | ||
"typescript": "^3.9.7", | ||
@@ -84,3 +84,3 @@ "webpack": "^4.44.1" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.12" | ||
"version": "4.0.13" | ||
} |
Updated@babel/runtime@^7.11.2
Updatedtslib@^2.0.1