@logue/reverb 1.2.13 → 1.2.16

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/dist/Reverb.es.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * @author Logue <logue@hotmail.co.jp>
6
6
  * @copyright 2019-2023 By Masashi Yoshikawa All rights reserved.
7
7
  * @license MIT
8
- * @version 1.2.13
8
+ * @version 1.2.16
9
9
  * @see {@link https://github.com/logue/Reverb.js}
10
10
  */
11
11
 
@@ -30,8 +30,8 @@ const defaults = {
30
30
  };
31
31
 
32
32
  const meta = {
33
- version: "1.2.13",
34
- date: "2023-05-19T02:38:39.637Z"
33
+ version: "1.2.16",
34
+ date: "2023-07-21T03:58:24.313Z"
35
35
  };
36
36
 
37
37
  const Noise = {
@@ -5,7 +5,7 @@
5
5
  * @author Logue <logue@hotmail.co.jp>
6
6
  * @copyright 2019-2023 By Masashi Yoshikawa All rights reserved.
7
7
  * @license MIT
8
- * @version 1.2.13
8
+ * @version 1.2.16
9
9
  * @see {@link https://github.com/logue/Reverb.js}
10
10
  */
11
11
 
@@ -29,8 +29,8 @@ var Reverb = (function (random, coloredNoise, transducers) {
29
29
  };
30
30
 
31
31
  const meta = {
32
- version: "1.2.13",
33
- date: "2023-05-19T02:38:39.637Z"
32
+ version: "1.2.16",
33
+ date: "2023-07-21T03:58:24.313Z"
34
34
  };
35
35
 
36
36
  const Noise = {
@@ -5,7 +5,7 @@
5
5
  * @author Logue <logue@hotmail.co.jp>
6
6
  * @copyright 2019-2023 By Masashi Yoshikawa All rights reserved.
7
7
  * @license MIT
8
- * @version 1.2.13
8
+ * @version 1.2.16
9
9
  * @see {@link https://github.com/logue/Reverb.js}
10
10
  */
11
11
 
@@ -32,8 +32,8 @@
32
32
  };
33
33
 
34
34
  const meta = {
35
- version: "1.2.13",
36
- date: "2023-05-19T02:38:39.637Z"
35
+ version: "1.2.16",
36
+ date: "2023-07-21T03:58:24.313Z"
37
37
  };
38
38
 
39
39
  const Noise = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@logue/reverb",
4
- "version": "1.2.13",
4
+ "version": "1.2.16",
5
5
  "description": "JavaScript Reverb effect class",
6
6
  "keywords": [
7
7
  "webaudio",
@@ -29,19 +29,19 @@
29
29
  ],
30
30
  "main": "dist/Reverb.umd.js",
31
31
  "module": "dist/Reverb.es.js",
32
- "types": "dist/src/Reverb.d.ts",
32
+ "types": "dist/Reverb.d.ts",
33
33
  "exports": {
34
34
  ".": {
35
35
  "import": "./dist/Reverb.es.js",
36
36
  "require": "./dist/Reverb.umd.js",
37
- "types": "./dist/src/Reverb.d.ts"
37
+ "types": "./dist/Reverb.d.ts"
38
38
  }
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=18.16.0",
42
42
  "yarn": ">=1.22.19"
43
43
  },
44
- "packageManager": "yarn@3.5.1",
44
+ "packageManager": "yarn@3.6.1",
45
45
  "sideEffects": false,
46
46
  "scripts": {
47
47
  "dev": "vite",
@@ -57,36 +57,36 @@
57
57
  "prepare": "husky install"
58
58
  },
59
59
  "dependencies": {
60
- "@thi.ng/colored-noise": "^1.0.16",
61
- "@thi.ng/transducers": "^8.4.5"
60
+ "@thi.ng/colored-noise": "^1.0.18",
61
+ "@thi.ng/transducers": "^8.4.7"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node-lts": "^18.12.2",
65
- "@types/node": "^20.2.1",
66
- "@typescript-eslint/eslint-plugin": "^5.59.6",
67
- "bootstrap": "^5.3.0-alpha.3",
68
- "eslint": "^8.40.0",
64
+ "@tsconfig/node-lts": "^18.12.3",
65
+ "@types/node": "^20.4.2",
66
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
67
+ "bootstrap": "^5.3.0",
68
+ "eslint": "^8.45.0",
69
69
  "eslint-config-prettier": "^8.8.0",
70
- "eslint-config-standard-with-typescript": "^34.0.1",
70
+ "eslint-config-standard-with-typescript": "latest",
71
71
  "eslint-import-resolver-alias": "^1.1.2",
72
72
  "eslint-import-resolver-typescript": "^3.5.5",
73
73
  "eslint-plugin-html": "^7.1.0",
74
74
  "eslint-plugin-import": "^2.27.5",
75
- "eslint-plugin-n": "^16.0.0",
75
+ "eslint-plugin-n": "^16.0.1",
76
76
  "eslint-plugin-promise": "^6.1.1",
77
77
  "eslint-plugin-tsdoc": "^0.2.17",
78
78
  "eslint-plugin-yaml": "^0.5.0",
79
79
  "husky": "^8.0.3",
80
- "lint-staged": "^13.2.2",
80
+ "lint-staged": "^13.2.3",
81
81
  "npm-run-all": "^4.1.5",
82
- "prettier": "^2.8.8",
82
+ "prettier": "^3.0.0",
83
83
  "rimraf": "^5.0.1",
84
- "rollup-plugin-visualizer": "^5.9.0",
85
- "typescript": "*",
86
- "vite": "^4.3.8",
84
+ "rollup-plugin-visualizer": "^5.9.2",
85
+ "typescript": "latest",
86
+ "vite": "^4.4.5",
87
87
  "vite-plugin-banner": "^0.7.0",
88
- "vite-plugin-checker": "^0.6.0",
89
- "vite-plugin-dts": "^2.3.0"
88
+ "vite-plugin-checker": "^0.6.1",
89
+ "vite-plugin-dts": "^3.3.1"
90
90
  },
91
91
  "husky": {
92
92
  "hooks": {
@@ -1,3 +0,0 @@
1
- import type MetaInterface from './interfaces/MetaInterface';
2
- declare const meta: MetaInterface;
3
- export default meta;
@@ -1,6 +0,0 @@
1
- /** Impulse response noise generation algorithm */
2
- declare const Noise: Record<NoiseType, string>;
3
- /** Noise Type */
4
- export type NoiseType = 'blue' | 'brown' | 'green' | 'pink' | 'red' | 'violet' | 'white';
5
- /** Noise */
6
- export default Noise;
@@ -1,7 +0,0 @@
1
- /** Meta Information Interface */
2
- export default interface MetaInterface {
3
- /** Version */
4
- version: string;
5
- /** Build Date */
6
- date: string;
7
- }
@@ -1,39 +0,0 @@
1
- import type { INorm } from '@thi.ng/random';
2
- import type { NoiseType } from '../NoiseType';
3
- /** Reverb Option */
4
- export default interface OptionInterface {
5
- /**
6
- * IR (Inpulse Response) colord noise algorithm (BLUE, GREEN, PINK, RED, VIOLET, WHITE)
7
- * @see {@link https://github.com/thi-ng/umbrella/tree/develop/packages/colored-noise}
8
- */
9
- noise: NoiseType;
10
- /** IR source noise scale */
11
- scale: number;
12
- /** Number of IR source noise peaks */
13
- peaks: number;
14
- /**
15
- * Randam noise algorythm
16
- * @see {@link https://github.com/thi-ng/umbrella/tree/develop/packages/random}
17
- */
18
- randomAlgorithm: INorm;
19
- /** Decay */
20
- decay: number;
21
- /** Delay until impulse response is generated */
22
- delay: number;
23
- /** Filter frequency applied to impulse response[Hz] */
24
- filterFreq: number;
25
- /** Filter quality for impulse response */
26
- filterQ: number;
27
- /** Filter type for impulse response */
28
- filterType: BiquadFilterType;
29
- /** Dry/Wet ratio */
30
- mix: number;
31
- /** Invert the impulse response */
32
- reverse?: boolean;
33
- /** Impulse response length */
34
- time: number;
35
- /** Prevents multiple effectors from being connected. */
36
- once: boolean;
37
- }
38
- /** Default Value */
39
- export declare const defaults: OptionInterface;
File without changes