limiter-audio-worklet 1.1.114 → 1.1.116

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.
Files changed (2) hide show
  1. package/build/es5/bundle.js +7 -7
  2. package/package.json +15 -15
@@ -15,22 +15,22 @@
15
15
  var addLimiterAudioWorkletModule = /*#__PURE__*/function () {
16
16
  var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(addAudioWorkletModule) {
17
17
  var url;
18
- return _regeneratorRuntime.wrap(function _callee$(_context) {
18
+ return _regeneratorRuntime.wrap(function (_context) {
19
19
  while (1) switch (_context.prev = _context.next) {
20
20
  case 0:
21
21
  url = URL.createObjectURL(blob);
22
22
  _context.prev = 1;
23
- _context.next = 4;
23
+ _context.next = 2;
24
24
  return addAudioWorkletModule(url);
25
- case 4:
26
- _context.prev = 4;
25
+ case 2:
26
+ _context.prev = 2;
27
27
  URL.revokeObjectURL(url);
28
- return _context.finish(4);
29
- case 7:
28
+ return _context.finish(2);
29
+ case 3:
30
30
  case "end":
31
31
  return _context.stop();
32
32
  }
33
- }, _callee, null, [[1,, 4, 7]]);
33
+ }, _callee, null, [[1,, 2, 3]]);
34
34
  }));
35
35
  return function addLimiterAudioWorkletModule(_x) {
36
36
  return _ref.apply(this, arguments);
package/package.json CHANGED
@@ -9,19 +9,19 @@
9
9
  }
10
10
  },
11
11
  "dependencies": {
12
- "@babel/runtime": "^7.27.1",
13
- "limiter-audio-worklet-processor": "^1.1.82",
12
+ "@babel/runtime": "^7.27.6",
13
+ "limiter-audio-worklet-processor": "^1.1.83",
14
14
  "standardized-audio-context": "^25.3.77",
15
15
  "tslib": "^2.8.1"
16
16
  },
17
17
  "description": "This module provides a loader for the LimiterAudioWorkletProcessor and the corresponding LimiterAudioWorkletNode.",
18
18
  "devDependencies": {
19
- "@babel/core": "^7.27.1",
19
+ "@babel/core": "^7.28.0",
20
20
  "@babel/plugin-external-helpers": "^7.27.1",
21
- "@babel/plugin-transform-runtime": "^7.27.1",
22
- "@babel/preset-env": "^7.27.1",
23
- "@commitlint/cli": "^19.8.0",
24
- "@commitlint/config-angular": "^19.8.0",
21
+ "@babel/plugin-transform-runtime": "^7.28.0",
22
+ "@babel/preset-env": "^7.28.0",
23
+ "@commitlint/cli": "^19.8.1",
24
+ "@commitlint/config-angular": "^19.8.1",
25
25
  "@rollup/plugin-babel": "^6.0.4",
26
26
  "@rollup/plugin-replace": "^6.0.2",
27
27
  "babel-loader": "^10.0.0",
@@ -29,7 +29,7 @@
29
29
  "commitizen": "^4.3.1",
30
30
  "cz-conventional-changelog": "^3.3.0",
31
31
  "eslint": "^8.57.0",
32
- "eslint-config-holy-grail": "^60.0.33",
32
+ "eslint-config-holy-grail": "^60.0.36",
33
33
  "husky": "^9.1.7",
34
34
  "karma": "^6.4.4",
35
35
  "karma-chrome-launcher": "^3.2.0",
@@ -39,12 +39,12 @@
39
39
  "karma-sinon-chai": "^2.0.2",
40
40
  "karma-webkit-launcher": "^2.6.0",
41
41
  "karma-webpack": "^5.0.1",
42
- "lint-staged": "^15.5.1",
43
- "memfs": "^4.17.0",
44
- "mocha": "^11.2.2",
45
- "prettier": "^3.5.3",
42
+ "lint-staged": "^16.1.2",
43
+ "memfs": "^4.17.2",
44
+ "mocha": "^11.7.1",
45
+ "prettier": "^3.6.2",
46
46
  "rimraf": "^6.0.1",
47
- "rollup": "^4.40.1",
47
+ "rollup": "^4.45.1",
48
48
  "sinon": "^17.0.2",
49
49
  "sinon-chai": "^3.7.0",
50
50
  "terser-webpack-plugin": "^5.3.14",
@@ -53,7 +53,7 @@
53
53
  "tslint": "^6.1.3",
54
54
  "tslint-config-holy-grail": "^56.0.6",
55
55
  "typescript": "^5.8.3",
56
- "webpack": "^5.99.7",
56
+ "webpack": "^5.100.2",
57
57
  "webpack-cli": "^6.0.1"
58
58
  },
59
59
  "files": [
@@ -82,5 +82,5 @@
82
82
  "test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then karma start config/karma/config-unit.js --single-run; fi"
83
83
  },
84
84
  "types": "build/es2019/module.d.ts",
85
- "version": "1.1.114"
85
+ "version": "1.1.116"
86
86
  }