limiter-audio-worklet-processor 1.1.65 → 1.1.67
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 +1 -1
- package/package.json +10 -10
package/build/es5/bundle.js
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
return nextOffset;
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
-
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o,
|
|
116
|
+
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
117
117
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
118
118
|
var RELEASE_TIME_SECONDS = 0.5;
|
|
119
119
|
var RELEASE_GAIN = Math.exp(-1 / (sampleRate * RELEASE_TIME_SECONDS));
|
package/package.json
CHANGED
|
@@ -9,23 +9,23 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@babel/runtime": "^7.24.
|
|
12
|
+
"@babel/runtime": "^7.24.4",
|
|
13
13
|
"tslib": "^2.6.2"
|
|
14
14
|
},
|
|
15
15
|
"description": "The AudioWorkletProcessor which is used by the limiter-audio-worklet package.",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@babel/core": "^7.24.
|
|
17
|
+
"@babel/core": "^7.24.4",
|
|
18
18
|
"@babel/plugin-external-helpers": "^7.24.1",
|
|
19
19
|
"@babel/plugin-transform-runtime": "^7.24.3",
|
|
20
|
-
"@babel/preset-env": "^7.24.
|
|
21
|
-
"@commitlint/cli": "^
|
|
22
|
-
"@commitlint/config-angular": "^
|
|
20
|
+
"@babel/preset-env": "^7.24.4",
|
|
21
|
+
"@commitlint/cli": "^19.3.0",
|
|
22
|
+
"@commitlint/config-angular": "^19.3.0",
|
|
23
23
|
"@rollup/plugin-babel": "^6.0.4",
|
|
24
24
|
"chai": "^4.3.10",
|
|
25
25
|
"commitizen": "^4.3.0",
|
|
26
26
|
"cz-conventional-changelog": "^3.3.0",
|
|
27
27
|
"eslint": "^8.57.0",
|
|
28
|
-
"eslint-config-holy-grail": "^59.0.
|
|
28
|
+
"eslint-config-holy-grail": "^59.0.7",
|
|
29
29
|
"grunt": "^1.6.1",
|
|
30
30
|
"grunt-cli": "^1.4.3",
|
|
31
31
|
"grunt-sh": "^0.2.1",
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"mocha": "^10.4.0",
|
|
47
47
|
"prettier": "^3.2.5",
|
|
48
48
|
"rimraf": "^5.0.5",
|
|
49
|
-
"rollup": "^4.
|
|
49
|
+
"rollup": "^4.17.0",
|
|
50
50
|
"sinon": "^17.0.1",
|
|
51
51
|
"sinon-chai": "^3.7.0",
|
|
52
|
-
"standardized-audio-context": "^25.3.
|
|
52
|
+
"standardized-audio-context": "^25.3.71",
|
|
53
53
|
"ts-loader": "^9.5.1",
|
|
54
54
|
"tsconfig-holy-grail": "^15.0.1",
|
|
55
55
|
"tslint": "^6.1.3",
|
|
56
56
|
"tslint-config-holy-grail": "^56.0.1",
|
|
57
|
-
"typescript": "^5.4.
|
|
57
|
+
"typescript": "^5.4.5",
|
|
58
58
|
"webpack": "^5.91.0"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|
|
@@ -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.
|
|
85
|
+
"version": "1.1.67"
|
|
86
86
|
}
|