limiter-audio-worklet-processor 1.1.77 → 1.1.79

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.
@@ -1 +1 @@
1
- {"version":3,"file":"read-from-ring-buffer.d.ts","sourceRoot":"","sources":["../../../src/functions/read-from-ring-buffer.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,WAAY,YAAY,UAAU,YAAY,UAAU,MAAM,KAAG,MAe/F,CAAC"}
1
+ {"version":3,"file":"read-from-ring-buffer.d.ts","sourceRoot":"","sources":["../../../src/functions/read-from-ring-buffer.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,GAAI,QAAQ,YAAY,EAAE,QAAQ,YAAY,EAAE,QAAQ,MAAM,KAAG,MAe/F,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"write-to-ring-buffer.d.ts","sourceRoot":"","sources":["../../../src/functions/write-to-ring-buffer.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,WAAY,YAAY,UAAU,YAAY,UAAU,MAAM,KAAG,MAe9F,CAAC"}
1
+ {"version":3,"file":"write-to-ring-buffer.d.ts","sourceRoot":"","sources":["../../../src/functions/write-to-ring-buffer.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAAI,QAAQ,YAAY,EAAE,QAAQ,YAAY,EAAE,QAAQ,MAAM,KAAG,MAe9F,CAAC"}
@@ -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 = undefined;
127
- var remainingSteps = undefined;
126
+ var maximumValue = void 0;
127
+ var remainingSteps = void 0;
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
@@ -9,23 +9,23 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@babel/runtime": "^7.26.0",
12
+ "@babel/runtime": "^7.26.9",
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.0",
17
+ "@babel/core": "^7.26.9",
18
18
  "@babel/plugin-external-helpers": "^7.25.9",
19
- "@babel/plugin-transform-runtime": "^7.25.9",
20
- "@babel/preset-env": "^7.26.0",
21
- "@commitlint/cli": "^19.6.1",
22
- "@commitlint/config-angular": "^19.7.0",
19
+ "@babel/plugin-transform-runtime": "^7.26.9",
20
+ "@babel/preset-env": "^7.26.9",
21
+ "@commitlint/cli": "^19.8.0",
22
+ "@commitlint/config-angular": "^19.8.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.18",
28
+ "eslint-config-holy-grail": "^60.0.21",
29
29
  "grunt": "^1.6.1",
30
30
  "grunt-cli": "^1.5.0",
31
31
  "grunt-sh": "^0.2.1",
@@ -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.3.0",
43
+ "lint-staged": "^15.4.3",
44
44
  "load-grunt-config": "^4.0.1",
45
45
  "memory-fs": "^0.5.0",
46
46
  "mocha": "^10.8.2",
47
- "prettier": "^3.4.2",
47
+ "prettier": "^3.5.3",
48
48
  "rimraf": "^6.0.1",
49
- "rollup": "^4.30.1",
49
+ "rollup": "^4.35.0",
50
50
  "sinon": "^17.0.2",
51
51
  "sinon-chai": "^3.7.0",
52
52
  "standardized-audio-context": "^25.3.77",
53
- "ts-loader": "^9.5.1",
53
+ "ts-loader": "^9.5.2",
54
54
  "tsconfig-holy-grail": "^15.0.2",
55
55
  "tslint": "^6.1.3",
56
56
  "tslint-config-holy-grail": "^56.0.6",
57
- "typescript": "^5.7.2",
58
- "webpack": "^5.97.1"
57
+ "typescript": "^5.8.2",
58
+ "webpack": "^5.98.0"
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.77"
85
+ "version": "1.1.79"
86
86
  }