limiter-audio-worklet-processor 1.1.75 → 1.1.77

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Christoph Guttandin
3
+ Copyright (c) 2025 Christoph Guttandin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -123,8 +123,8 @@
123
123
  for (var i = 0; i < 128; i += 1) {
124
124
  var readOffset = (offset + i) % delayBuffer.length;
125
125
  var absoluteValue = Math.abs(delayBuffer[readOffset]);
126
- var maximumValue = void 0;
127
- var remainingSteps = void 0;
126
+ var maximumValue = undefined;
127
+ var remainingSteps = undefined;
128
128
  if (constantMemoryDeque !== null) {
129
129
  while (constantMemoryDeque.size > 0 && absoluteValue >= Math.abs(delayBuffer[constantMemoryDeque.first()])) {
130
130
  constantMemoryDeque.shift();
package/package.json CHANGED
@@ -18,18 +18,18 @@
18
18
  "@babel/plugin-external-helpers": "^7.25.9",
19
19
  "@babel/plugin-transform-runtime": "^7.25.9",
20
20
  "@babel/preset-env": "^7.26.0",
21
- "@commitlint/cli": "^19.5.0",
22
- "@commitlint/config-angular": "^19.5.0",
21
+ "@commitlint/cli": "^19.6.1",
22
+ "@commitlint/config-angular": "^19.7.0",
23
23
  "@rollup/plugin-babel": "^6.0.4",
24
24
  "chai": "^4.3.10",
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.12",
28
+ "eslint-config-holy-grail": "^60.0.18",
29
29
  "grunt": "^1.6.1",
30
30
  "grunt-cli": "^1.5.0",
31
31
  "grunt-sh": "^0.2.1",
32
- "husky": "^9.1.6",
32
+ "husky": "^9.1.7",
33
33
  "karma": "^6.4.4",
34
34
  "karma-chrome-launcher": "^3.2.0",
35
35
  "karma-cli": "^2.0.0",
@@ -40,22 +40,22 @@
40
40
  "karma-sinon-chai": "^2.0.2",
41
41
  "karma-webkit-launcher": "^2.6.0",
42
42
  "karma-webpack": "^5.0.1",
43
- "lint-staged": "^15.2.10",
43
+ "lint-staged": "^15.3.0",
44
44
  "load-grunt-config": "^4.0.1",
45
45
  "memory-fs": "^0.5.0",
46
46
  "mocha": "^10.8.2",
47
- "prettier": "^3.3.3",
47
+ "prettier": "^3.4.2",
48
48
  "rimraf": "^6.0.1",
49
- "rollup": "^4.24.3",
49
+ "rollup": "^4.30.1",
50
50
  "sinon": "^17.0.2",
51
51
  "sinon-chai": "^3.7.0",
52
52
  "standardized-audio-context": "^25.3.77",
53
53
  "ts-loader": "^9.5.1",
54
- "tsconfig-holy-grail": "^15.0.1",
54
+ "tsconfig-holy-grail": "^15.0.2",
55
55
  "tslint": "^6.1.3",
56
- "tslint-config-holy-grail": "^56.0.5",
57
- "typescript": "^5.6.3",
58
- "webpack": "^5.96.1"
56
+ "tslint-config-holy-grail": "^56.0.6",
57
+ "typescript": "^5.7.2",
58
+ "webpack": "^5.97.1"
59
59
  },
60
60
  "files": [
61
61
  "build/es2019/",
@@ -82,5 +82,5 @@
82
82
  "test": "grunt lint && grunt test"
83
83
  },
84
84
  "types": "build/es2019/module.d.ts",
85
- "version": "1.1.75"
85
+ "version": "1.1.77"
86
86
  }