@logue/reverb 1.2.13 → 1.2.14
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 +3 -3
- package/dist/Reverb.iife.js +3 -3
- package/dist/Reverb.umd.js +3 -3
- package/package.json +7 -7
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.
|
|
8
|
+
* @version 1.2.14
|
|
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.
|
|
34
|
-
date: "2023-
|
|
33
|
+
version: "1.2.14",
|
|
34
|
+
date: "2023-06-02T11:55:08.307Z"
|
|
35
35
|
};
|
|
36
36
|
|
|
37
37
|
const Noise = {
|
package/dist/Reverb.iife.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.
|
|
8
|
+
* @version 1.2.14
|
|
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.
|
|
33
|
-
date: "2023-
|
|
32
|
+
version: "1.2.14",
|
|
33
|
+
date: "2023-06-02T11:55:08.307Z"
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
const Noise = {
|
package/dist/Reverb.umd.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.
|
|
8
|
+
* @version 1.2.14
|
|
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.
|
|
36
|
-
date: "2023-
|
|
35
|
+
version: "1.2.14",
|
|
36
|
+
date: "2023-06-02T11:55:08.307Z"
|
|
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.
|
|
4
|
+
"version": "1.2.14",
|
|
5
5
|
"description": "JavaScript Reverb effect class",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"webaudio",
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@tsconfig/node-lts": "^18.12.2",
|
|
65
|
-
"@types/node": "^20.2.
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
67
|
-
"bootstrap": "^5.3.0
|
|
68
|
-
"eslint": "^8.
|
|
65
|
+
"@types/node": "^20.2.5",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
67
|
+
"bootstrap": "^5.3.0",
|
|
68
|
+
"eslint": "^8.41.0",
|
|
69
69
|
"eslint-config-prettier": "^8.8.0",
|
|
70
|
-
"eslint-config-standard-with-typescript": "^
|
|
70
|
+
"eslint-config-standard-with-typescript": "^35.0.0",
|
|
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",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"rimraf": "^5.0.1",
|
|
84
84
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
85
85
|
"typescript": "*",
|
|
86
|
-
"vite": "^4.3.
|
|
86
|
+
"vite": "^4.3.9",
|
|
87
87
|
"vite-plugin-banner": "^0.7.0",
|
|
88
88
|
"vite-plugin-checker": "^0.6.0",
|
|
89
89
|
"vite-plugin-dts": "^2.3.0"
|