timed-audio-buffer-source-node-audio-worklet 2.1.26 → 2.1.27
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/build/es5/bundle.js +7 -7
- package/package.json +10 -10
package/build/es5/bundle.js
CHANGED
|
@@ -81,22 +81,22 @@
|
|
|
81
81
|
var addTimedAudioBufferSourceNodeAudioWorkletModule = /*#__PURE__*/function () {
|
|
82
82
|
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(addAudioWorkletModule) {
|
|
83
83
|
var url;
|
|
84
|
-
return _regeneratorRuntime.wrap(function
|
|
84
|
+
return _regeneratorRuntime.wrap(function (_context) {
|
|
85
85
|
while (1) switch (_context.prev = _context.next) {
|
|
86
86
|
case 0:
|
|
87
87
|
url = URL.createObjectURL(blob);
|
|
88
88
|
_context.prev = 1;
|
|
89
|
-
_context.next =
|
|
89
|
+
_context.next = 2;
|
|
90
90
|
return addAudioWorkletModule(url);
|
|
91
|
-
case
|
|
92
|
-
_context.prev =
|
|
91
|
+
case 2:
|
|
92
|
+
_context.prev = 2;
|
|
93
93
|
URL.revokeObjectURL(url);
|
|
94
|
-
return _context.finish(
|
|
95
|
-
case
|
|
94
|
+
return _context.finish(2);
|
|
95
|
+
case 3:
|
|
96
96
|
case "end":
|
|
97
97
|
return _context.stop();
|
|
98
98
|
}
|
|
99
|
-
}, _callee, null, [[1,,
|
|
99
|
+
}, _callee, null, [[1,, 2, 3]]);
|
|
100
100
|
}));
|
|
101
101
|
return function addTimedAudioBufferSourceNodeAudioWorkletModule(_x) {
|
|
102
102
|
return _ref.apply(this, arguments);
|
package/package.json
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"description": "This module provides a loader for the TimedAudioBufferSourceNodeAudioWorkletProcessor and the corresponding TimedAudioBufferSourceNodeAudioWorkletNode.",
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@babel/core": "^7.
|
|
20
|
+
"@babel/core": "^7.28.0",
|
|
21
21
|
"@babel/plugin-external-helpers": "^7.27.1",
|
|
22
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
23
|
-
"@babel/preset-env": "^7.
|
|
22
|
+
"@babel/plugin-transform-runtime": "^7.28.0",
|
|
23
|
+
"@babel/preset-env": "^7.28.0",
|
|
24
24
|
"@commitlint/cli": "^19.8.1",
|
|
25
25
|
"@commitlint/config-angular": "^19.8.1",
|
|
26
26
|
"@rollup/plugin-babel": "^6.0.4",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"commitizen": "^4.3.1",
|
|
31
31
|
"cz-conventional-changelog": "^3.3.0",
|
|
32
32
|
"eslint": "^8.57.0",
|
|
33
|
-
"eslint-config-holy-grail": "^60.0.
|
|
33
|
+
"eslint-config-holy-grail": "^60.0.36",
|
|
34
34
|
"husky": "^9.1.7",
|
|
35
35
|
"karma": "^6.4.4",
|
|
36
36
|
"karma-chrome-launcher": "^3.2.0",
|
|
@@ -40,12 +40,12 @@
|
|
|
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": "^
|
|
43
|
+
"lint-staged": "^16.1.2",
|
|
44
44
|
"memfs": "^4.17.2",
|
|
45
|
-
"mocha": "^11.
|
|
46
|
-
"prettier": "^3.
|
|
45
|
+
"mocha": "^11.7.1",
|
|
46
|
+
"prettier": "^3.6.2",
|
|
47
47
|
"rimraf": "^6.0.1",
|
|
48
|
-
"rollup": "^4.
|
|
48
|
+
"rollup": "^4.45.1",
|
|
49
49
|
"sinon": "^17.0.1",
|
|
50
50
|
"sinon-chai": "^3.7.0",
|
|
51
51
|
"terser-webpack-plugin": "^5.3.14",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"tslint": "^6.1.3",
|
|
55
55
|
"tslint-config-holy-grail": "^56.0.6",
|
|
56
56
|
"typescript": "^5.8.3",
|
|
57
|
-
"webpack": "^5.
|
|
57
|
+
"webpack": "^5.100.2",
|
|
58
58
|
"webpack-cli": "^6.0.1"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then karma start config/karma/config-unit.js --single-run; fi"
|
|
84
84
|
},
|
|
85
85
|
"types": "build/es2019/module.d.ts",
|
|
86
|
-
"version": "2.1.
|
|
86
|
+
"version": "2.1.27"
|
|
87
87
|
}
|