limiter-audio-worklet-processor 1.1.81 → 1.1.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -9,15 +9,15 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@babel/runtime": "^7.27.0",
12
+ "@babel/runtime": "^7.27.1",
13
13
  "tslib": "^2.8.1"
14
14
  },
15
15
  "description": "The AudioWorkletProcessor which is used by the limiter-audio-worklet package.",
16
16
  "devDependencies": {
17
- "@babel/core": "^7.26.10",
18
- "@babel/plugin-external-helpers": "^7.25.9",
19
- "@babel/plugin-transform-runtime": "^7.26.10",
20
- "@babel/preset-env": "^7.26.9",
17
+ "@babel/core": "^7.27.1",
18
+ "@babel/plugin-external-helpers": "^7.27.1",
19
+ "@babel/plugin-transform-runtime": "^7.27.1",
20
+ "@babel/preset-env": "^7.27.1",
21
21
  "@commitlint/cli": "^19.8.0",
22
22
  "@commitlint/config-angular": "^19.8.0",
23
23
  "@rollup/plugin-babel": "^6.0.4",
@@ -25,7 +25,7 @@
25
25
  "commitizen": "^4.3.1",
26
26
  "cz-conventional-changelog": "^3.3.0",
27
27
  "eslint": "^8.57.0",
28
- "eslint-config-holy-grail": "^60.0.30",
28
+ "eslint-config-holy-grail": "^60.0.33",
29
29
  "husky": "^9.1.7",
30
30
  "karma": "^6.4.4",
31
31
  "karma-chrome-launcher": "^3.2.0",
@@ -37,12 +37,12 @@
37
37
  "karma-sinon-chai": "^2.0.2",
38
38
  "karma-webkit-launcher": "^2.6.0",
39
39
  "karma-webpack": "^5.0.1",
40
- "lint-staged": "^15.5.0",
40
+ "lint-staged": "^15.5.1",
41
41
  "memory-fs": "^0.5.0",
42
- "mocha": "^11.1.0",
42
+ "mocha": "^11.2.2",
43
43
  "prettier": "^3.5.3",
44
44
  "rimraf": "^6.0.1",
45
- "rollup": "^4.37.0",
45
+ "rollup": "^4.40.1",
46
46
  "sinon": "^17.0.2",
47
47
  "sinon-chai": "^3.7.0",
48
48
  "standardized-audio-context": "^25.3.77",
@@ -50,8 +50,8 @@
50
50
  "tsconfig-holy-grail": "^15.0.2",
51
51
  "tslint": "^6.1.3",
52
52
  "tslint-config-holy-grail": "^56.0.6",
53
- "typescript": "^5.8.2",
54
- "webpack": "^5.98.0"
53
+ "typescript": "^5.8.3",
54
+ "webpack": "^5.99.7"
55
55
  },
56
56
  "files": [
57
57
  "build/es2019/",
@@ -80,5 +80,5 @@
80
80
  "test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then karma start config/karma/config-unit.js --single-run; fi"
81
81
  },
82
82
  "types": "build/es2019/module.d.ts",
83
- "version": "1.1.81"
83
+ "version": "1.1.82"
84
84
  }
@@ -173,7 +173,7 @@ interface AudioWorkletNodeOptions extends AudioNodeOptions {
173
173
 
174
174
  parameterData: { [name: string]: number };
175
175
 
176
- processorOptions?: any;
176
+ processorOptions?: unknown;
177
177
  }
178
178
 
179
179
  // tslint:disable-next-line:interface-name