limiter-audio-worklet 1.1.69 → 1.1.70

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,5 +1,5 @@
1
1
  import { TAnyContext, TContext } from 'standardized-audio-context';
2
2
  import { TLimiterAudioWorkletNodeOptions } from './limiter-audio-worklet-node-options';
3
3
  import { TNativeLimiterAudioWorkletNodeOptions } from './native-limiter-audio-worklet-node-options';
4
- export declare type TAnyLimiterAudioWorkletNodeOptions<T extends TAnyContext> = T extends TContext ? TLimiterAudioWorkletNodeOptions : TNativeLimiterAudioWorkletNodeOptions;
4
+ export type TAnyLimiterAudioWorkletNodeOptions<T extends TAnyContext> = T extends TContext ? TLimiterAudioWorkletNodeOptions : TNativeLimiterAudioWorkletNodeOptions;
5
5
  //# sourceMappingURL=any-limiter-audio-worklet-node-options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"any-limiter-audio-worklet-node-options.d.ts","sourceRoot":"","sources":["../../../src/types/any-limiter-audio-worklet-node-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AAEpG,oBAAY,kCAAkC,CAAC,CAAC,SAAS,WAAW,IAAI,CAAC,SAAS,QAAQ,GACpF,+BAA+B,GAC/B,qCAAqC,CAAC"}
1
+ {"version":3,"file":"any-limiter-audio-worklet-node-options.d.ts","sourceRoot":"","sources":["../../../src/types/any-limiter-audio-worklet-node-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAC;AAEpG,MAAM,MAAM,kCAAkC,CAAC,CAAC,SAAS,WAAW,IAAI,CAAC,SAAS,QAAQ,GACpF,+BAA+B,GAC/B,qCAAqC,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare type TFixedOptions = 'channelCountMode' | 'numberOfInputs' | 'numberOfOutputs';
1
+ export type TFixedOptions = 'channelCountMode' | 'numberOfInputs' | 'numberOfOutputs';
2
2
  //# sourceMappingURL=fixed-options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fixed-options.d.ts","sourceRoot":"","sources":["../../../src/types/fixed-options.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,iBAAiB,CAAC"}
1
+ {"version":3,"file":"fixed-options.d.ts","sourceRoot":"","sources":["../../../src/types/fixed-options.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,iBAAiB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { IAudioWorkletNodeOptions } from 'standardized-audio-context';
2
2
  import { TFixedOptions } from './fixed-options';
3
- export declare type TLimiterAudioWorkletNodeOptions = Omit<IAudioWorkletNodeOptions, TFixedOptions> & {
3
+ export type TLimiterAudioWorkletNodeOptions = Omit<IAudioWorkletNodeOptions, TFixedOptions> & {
4
4
  attack: number;
5
5
  };
6
6
  //# sourceMappingURL=limiter-audio-worklet-node-options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"limiter-audio-worklet-node-options.d.ts","sourceRoot":"","sources":["../../../src/types/limiter-audio-worklet-node-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,oBAAY,+BAA+B,GAAG,IAAI,CAAC,wBAAwB,EAAE,aAAa,CAAC,GAAG;IAC1F,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC"}
1
+ {"version":3,"file":"limiter-audio-worklet-node-options.d.ts","sourceRoot":"","sources":["../../../src/types/limiter-audio-worklet-node-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,MAAM,MAAM,+BAA+B,GAAG,IAAI,CAAC,wBAAwB,EAAE,aAAa,CAAC,GAAG;IAC1F,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { TNativeAudioWorkletNodeOptions } from 'standardized-audio-context';
2
2
  import { TFixedOptions } from './fixed-options';
3
- export declare type TNativeLimiterAudioWorkletNodeOptions = Omit<TNativeAudioWorkletNodeOptions, TFixedOptions> & {
3
+ export type TNativeLimiterAudioWorkletNodeOptions = Omit<TNativeAudioWorkletNodeOptions, TFixedOptions> & {
4
4
  attack: number;
5
5
  };
6
6
  //# sourceMappingURL=native-limiter-audio-worklet-node-options.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"native-limiter-audio-worklet-node-options.d.ts","sourceRoot":"","sources":["../../../src/types/native-limiter-audio-worklet-node-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,oBAAY,qCAAqC,GAAG,IAAI,CAAC,8BAA8B,EAAE,aAAa,CAAC,GAAG;IACtG,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC"}
1
+ {"version":3,"file":"native-limiter-audio-worklet-node-options.d.ts","sourceRoot":"","sources":["../../../src/types/native-limiter-audio-worklet-node-options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,MAAM,MAAM,qCAAqC,GAAG,IAAI,CAAC,8BAA8B,EAAE,aAAa,CAAC,GAAG;IACtG,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import { TNativeAudioWorkletNode } from 'standardized-audio-context';
2
- export declare type TNativeLimiterAudioWorkletNode = TNativeAudioWorkletNode;
2
+ export type TNativeLimiterAudioWorkletNode = TNativeAudioWorkletNode;
3
3
  //# sourceMappingURL=native-limiter-audio-worklet-node.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"native-limiter-audio-worklet-node.d.ts","sourceRoot":"","sources":["../../../src/types/native-limiter-audio-worklet-node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAErE,oBAAY,8BAA8B,GAAG,uBAAuB,CAAC"}
1
+ {"version":3,"file":"native-limiter-audio-worklet-node.d.ts","sourceRoot":"","sources":["../../../src/types/native-limiter-audio-worklet-node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAErE,MAAM,MAAM,8BAA8B,GAAG,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.20.1",
13
13
  "limiter-audio-worklet-processor": "^1.1.44",
14
- "standardized-audio-context": "^25.3.34",
14
+ "standardized-audio-context": "^25.3.35",
15
15
  "tslib": "^2.4.1"
16
16
  },
17
17
  "description": "This module provides a loader for the LimiterAudioWorkletProcessor and the corresponding LimiterAudioWorkletNode.",
@@ -20,20 +20,20 @@
20
20
  "@babel/plugin-external-helpers": "^7.18.6",
21
21
  "@babel/plugin-transform-runtime": "^7.19.6",
22
22
  "@babel/preset-env": "^7.20.2",
23
- "@commitlint/cli": "^17.2.0",
24
- "@commitlint/config-angular": "^17.2.0",
23
+ "@commitlint/cli": "^17.3.0",
24
+ "@commitlint/config-angular": "^17.3.0",
25
25
  "@rollup/plugin-babel": "^5.3.1",
26
26
  "@rollup/plugin-replace": "^4.0.0",
27
27
  "babel-loader": "^8.3.0",
28
- "chai": "^4.3.6",
28
+ "chai": "^4.3.7",
29
29
  "commitizen": "^4.2.5",
30
30
  "cz-conventional-changelog": "^3.3.0",
31
- "eslint": "^8.27.0",
31
+ "eslint": "^8.28.0",
32
32
  "eslint-config-holy-grail": "^52.0.33",
33
33
  "grunt": "^1.5.3",
34
34
  "grunt-cli": "^1.4.3",
35
35
  "grunt-sh": "^0.2.0",
36
- "husky": "^8.0.1",
36
+ "husky": "^8.0.2",
37
37
  "karma": "^6.4.1",
38
38
  "karma-chrome-launcher": "^3.1.1",
39
39
  "karma-firefox-launcher": "^2.1.2",
@@ -43,21 +43,21 @@
43
43
  "karma-sinon-chai": "^2.0.2",
44
44
  "karma-webpack": "^5.0.0",
45
45
  "load-grunt-config": "^4.0.1",
46
- "memfs": "^3.4.10",
46
+ "memfs": "^3.4.12",
47
47
  "mocha": "^10.1.0",
48
- "prettier": "^2.7.1",
48
+ "prettier": "^2.8.0",
49
49
  "pretty-quick": "^3.1.3",
50
50
  "rimraf": "^3.0.2",
51
51
  "rollup": "^2.79.1",
52
- "sinon": "^14.0.1",
52
+ "sinon": "^14.0.2",
53
53
  "sinon-chai": "^3.7.0",
54
54
  "terser-webpack-plugin": "^5.3.6",
55
55
  "ts-loader": "^9.4.1",
56
56
  "tsconfig-holy-grail": "^11.1.36",
57
57
  "tslint": "^6.1.3",
58
58
  "tslint-config-holy-grail": "^53.2.34",
59
- "typescript": "^4.8.4",
60
- "webpack": "^5.74.0",
59
+ "typescript": "^4.9.3",
60
+ "webpack": "^5.75.0",
61
61
  "webpack-cli": "^4.10.0"
62
62
  },
63
63
  "files": [
@@ -80,5 +80,5 @@
80
80
  "test": "grunt lint && grunt test"
81
81
  },
82
82
  "types": "build/es2019/module.d.ts",
83
- "version": "1.1.69"
83
+ "version": "1.1.70"
84
84
  }