@logue/reverb 1.2.2 → 1.2.3
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/LICENSE +1 -1
- package/dist/Reverb.es.js +3 -3
- package/dist/Reverb.iife.js +3 -3
- package/dist/Reverb.umd.js +3 -3
- package/package.json +13 -13
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2019-
|
|
3
|
+
Copyright (c) 2019-2023 Masashi Yoshikawa <https://logue.dev>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/dist/Reverb.es.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* @author Logue <logue@hotmail.co.jp>
|
|
6
6
|
* @copyright 2019-2022 By Masashi Yoshikawa All rights reserved.
|
|
7
7
|
* @license MIT
|
|
8
|
-
* @version 1.2.
|
|
8
|
+
* @version 1.2.3
|
|
9
9
|
* @see {@link https://github.com/logue/Reverb.js}
|
|
10
10
|
*/
|
|
11
11
|
|
|
@@ -50,8 +50,8 @@ const defaults = {
|
|
|
50
50
|
|
|
51
51
|
// This file is auto-generated by the build system.
|
|
52
52
|
const meta = {
|
|
53
|
-
version: '1.2.
|
|
54
|
-
date: '
|
|
53
|
+
version: '1.2.3',
|
|
54
|
+
date: '2023-01-03T08:14:36.986Z',
|
|
55
55
|
};
|
|
56
56
|
|
|
57
57
|
class Reverb {
|
package/dist/Reverb.iife.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* @author Logue <logue@hotmail.co.jp>
|
|
6
6
|
* @copyright 2019-2022 By Masashi Yoshikawa All rights reserved.
|
|
7
7
|
* @license MIT
|
|
8
|
-
* @version 1.2.
|
|
8
|
+
* @version 1.2.3
|
|
9
9
|
* @see {@link https://github.com/logue/Reverb.js}
|
|
10
10
|
*/
|
|
11
11
|
|
|
@@ -49,8 +49,8 @@ var Reverb = (function (random, coloredNoise, transducers) {
|
|
|
49
49
|
|
|
50
50
|
// This file is auto-generated by the build system.
|
|
51
51
|
const meta = {
|
|
52
|
-
version: '1.2.
|
|
53
|
-
date: '
|
|
52
|
+
version: '1.2.3',
|
|
53
|
+
date: '2023-01-03T08:14:36.986Z',
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
class Reverb {
|
package/dist/Reverb.umd.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* @author Logue <logue@hotmail.co.jp>
|
|
6
6
|
* @copyright 2019-2022 By Masashi Yoshikawa All rights reserved.
|
|
7
7
|
* @license MIT
|
|
8
|
-
* @version 1.2.
|
|
8
|
+
* @version 1.2.3
|
|
9
9
|
* @see {@link https://github.com/logue/Reverb.js}
|
|
10
10
|
*/
|
|
11
11
|
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
|
|
53
53
|
// This file is auto-generated by the build system.
|
|
54
54
|
const meta = {
|
|
55
|
-
version: '1.2.
|
|
56
|
-
date: '
|
|
55
|
+
version: '1.2.3',
|
|
56
|
+
date: '2023-01-03T08:14:36.986Z',
|
|
57
57
|
};
|
|
58
58
|
|
|
59
59
|
class Reverb {
|
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.3",
|
|
5
5
|
"description": "JavaScript Reverb effect class",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"webaudio",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"clean": "rimraf node_modules/.vite",
|
|
47
47
|
"type-check": "tsc --noEmit --composite false",
|
|
48
48
|
"build": "run-p type-check build-only build-declaration",
|
|
49
|
+
"build:analyze": "vite build --mode=analyze",
|
|
49
50
|
"build:clean": "rimraf dist",
|
|
50
51
|
"build-only": "vite build",
|
|
51
52
|
"build-declaration": "tsc -p tsconfig.app.json --composite false --declaration --declarationMap --declarationDir dist",
|
|
@@ -53,33 +54,32 @@
|
|
|
53
54
|
"prepare": "husky install"
|
|
54
55
|
},
|
|
55
56
|
"dependencies": {
|
|
56
|
-
"@thi.ng/colored-noise": "^1.0.
|
|
57
|
-
"@thi.ng/transducers": "^8.3.
|
|
57
|
+
"@thi.ng/colored-noise": "^1.0.5",
|
|
58
|
+
"@thi.ng/transducers": "^8.3.29"
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
|
-
"@types/node": "^18.11.
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
62
|
-
"@typescript-eslint/parser": "^5.
|
|
63
|
-
"eslint": "^8.
|
|
61
|
+
"@types/node": "^18.11.18",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
|
63
|
+
"@typescript-eslint/parser": "^5.48.0",
|
|
64
|
+
"eslint": "^8.31.0",
|
|
64
65
|
"eslint-config-google": "^0.14.0",
|
|
65
|
-
"eslint-config-prettier": "^8.
|
|
66
|
+
"eslint-config-prettier": "^8.6.0",
|
|
66
67
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
67
68
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
68
69
|
"eslint-plugin-import": "^2.26.0",
|
|
69
70
|
"eslint-plugin-jsdoc": "^39.6.4",
|
|
70
71
|
"eslint-plugin-prettier": "^4.2.1",
|
|
71
72
|
"eslint-plugin-tsdoc": "^0.2.17",
|
|
72
|
-
"husky": "^8.0.
|
|
73
|
+
"husky": "^8.0.3",
|
|
73
74
|
"lint-staged": "^13.1.0",
|
|
74
75
|
"npm-run-all": "^4.1.5",
|
|
75
76
|
"prettier": "^2.8.1",
|
|
76
77
|
"rimraf": "^3.0.2",
|
|
77
|
-
"rollup-plugin-visualizer": "^5.
|
|
78
|
+
"rollup-plugin-visualizer": "^5.9.0",
|
|
78
79
|
"typescript": "^4.9.4",
|
|
79
80
|
"vite": "^4.0.3",
|
|
80
81
|
"vite-plugin-banner": "^0.7.0",
|
|
81
|
-
"vite-plugin-checker": "^0.5.
|
|
82
|
-
"vite-plugin-dts": "^1.7.1"
|
|
82
|
+
"vite-plugin-checker": "^0.5.3"
|
|
83
83
|
},
|
|
84
84
|
"husky": {
|
|
85
85
|
"hooks": {
|
|
@@ -91,6 +91,6 @@
|
|
|
91
91
|
"*": "prettier -w -u"
|
|
92
92
|
},
|
|
93
93
|
"resolutions": {
|
|
94
|
-
"prettier": "^2.8.
|
|
94
|
+
"prettier": "^2.8.1"
|
|
95
95
|
}
|
|
96
96
|
}
|