recorder-audio-worklet
Advanced tools
Comparing version 5.1.29 to 5.1.30
@@ -5,3 +5,3 @@ import type { IWorkerEvent } from 'broker-factory'; | ||
resolve: Function; | ||
}>) => ({ data }: IWorkerEvent) => void; | ||
}>) => ({ data: message }: IWorkerEvent) => void; | ||
//# sourceMappingURL=listener.d.ts.map |
@@ -23,6 +23,6 @@ { | ||
"devDependencies": { | ||
"@babel/core": "^7.19.1", | ||
"@babel/core": "^7.19.3", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.19.1", | ||
"@babel/preset-env": "^7.19.1", | ||
"@babel/preset-env": "^7.19.3", | ||
"@commitlint/cli": "^17.1.2", | ||
@@ -36,3 +36,3 @@ "@commitlint/config-angular": "^17.1.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.23.1", | ||
"eslint": "^8.24.0", | ||
"eslint-config-holy-grail": "^52.0.33", | ||
@@ -43,3 +43,3 @@ "grunt": "^1.5.3", | ||
"husky": "^8.0.1", | ||
"karma": "^6.4.0", | ||
"karma": "^6.4.1", | ||
"karma-chrome-launcher": "^3.1.1", | ||
@@ -58,11 +58,11 @@ "karma-firefox-launcher": "^2.1.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.79.0", | ||
"rollup": "^2.79.1", | ||
"sinon": "^14.0.0", | ||
"sinon-chai": "^3.7.0", | ||
"terser-webpack-plugin": "^5.3.6", | ||
"ts-loader": "^9.3.1", | ||
"ts-loader": "^9.4.1", | ||
"tsconfig-holy-grail": "^11.1.36", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.33", | ||
"typescript": "^4.8.3", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.74.0", | ||
@@ -91,3 +91,3 @@ "webpack-cli": "^4.10.0" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "5.1.29" | ||
"version": "5.1.30" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66128