xsound 3.0.1 → 3.0.4
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/types/AudioModule/index.d.ts +5 -7
- package/build/types/AudioModule/index.d.ts.map +1 -1
- package/build/types/MediaModule/index.d.ts +5 -7
- package/build/types/MediaModule/index.d.ts.map +1 -1
- package/build/types/MixerModule/index.d.ts +3 -5
- package/build/types/MixerModule/index.d.ts.map +1 -1
- package/build/types/NoiseModule/index.d.ts +5 -7
- package/build/types/NoiseModule/index.d.ts.map +1 -1
- package/build/types/OneshotModule/index.d.ts +4 -6
- package/build/types/OneshotModule/index.d.ts.map +1 -1
- package/build/types/OscillatorModule/Glide.d.ts +8 -3
- package/build/types/OscillatorModule/Glide.d.ts.map +1 -1
- package/build/types/OscillatorModule/Oscillator.d.ts +7 -2
- package/build/types/OscillatorModule/Oscillator.d.ts.map +1 -1
- package/build/types/OscillatorModule/index.d.ts +5 -6
- package/build/types/OscillatorModule/index.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Autopanner.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Autopanner.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Chorus.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Chorus.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Compressor.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Compressor.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Delay.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Delay.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Distortion.d.ts +5 -4
- package/build/types/SoundModule/Effectors/Distortion.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/EnvelopeGenerator.d.ts +3 -1
- package/build/types/SoundModule/Effectors/EnvelopeGenerator.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Equalizer.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Equalizer.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Filter.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Filter.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Flanger.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Flanger.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Listener.d.ts +1 -1
- package/build/types/SoundModule/Effectors/Listener.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Panner.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Panner.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Phaser.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Phaser.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/PitchShifter.d.ts +2 -1
- package/build/types/SoundModule/Effectors/PitchShifter.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Reverb.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Reverb.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Ringmodulator.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Ringmodulator.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Stereo.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Stereo.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Tremolo.d.ts +1 -1
- package/build/types/SoundModule/Effectors/Tremolo.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/VocalCanceler.d.ts +5 -2
- package/build/types/SoundModule/Effectors/VocalCanceler.d.ts.map +1 -1
- package/build/types/SoundModule/Effectors/Wah.d.ts +2 -1
- package/build/types/SoundModule/Effectors/Wah.d.ts.map +1 -1
- package/build/types/SoundModule/index.d.ts +20 -20
- package/build/types/SoundModule/index.d.ts.map +1 -1
- package/build/types/StreamModule/NoiseGate.d.ts +7 -3
- package/build/types/StreamModule/NoiseGate.d.ts.map +1 -1
- package/build/types/StreamModule/NoiseSuppressor.d.ts +7 -3
- package/build/types/StreamModule/NoiseSuppressor.d.ts.map +1 -1
- package/build/types/StreamModule/index.d.ts +6 -7
- package/build/types/StreamModule/index.d.ts.map +1 -1
- package/build/xsound.js +1 -1
- package/build/xsound.js.LICENSE.txt +1 -1
- package/build/xsound.js.map +1 -1
- package/build/xsound.min.js +1 -1
- package/build/xsound.min.js.LICENSE.txt +1 -1
- package/build/xsound.min.js.map +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xsound",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=12.0.0 <=16.15.x"
|
|
6
6
|
},
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"test:coverage": "jest --coverage",
|
|
22
22
|
"test:verbose": "jest --verbose",
|
|
23
23
|
"test:detect": "jest --detectOpenHandles",
|
|
24
|
-
"release:patch": "npm version patch && git push && git push origin --tags",
|
|
25
|
-
"release:minor": "npm version minor && git push && git push origin --tags",
|
|
26
|
-
"release:major": "npm version major && git push && git push origin --tags",
|
|
24
|
+
"release:patch": "npm version patch --message 'v%s' && git push && git push origin --tags",
|
|
25
|
+
"release:minor": "npm version minor --message 'v%s' && git push && git push origin --tags",
|
|
26
|
+
"release:major": "npm version major --message 'v%s' && git push && git push origin --tags",
|
|
27
27
|
"prepublishOnly": "npm run build",
|
|
28
|
-
"docs": "
|
|
28
|
+
"docs": "rm -rf docs && typedoc"
|
|
29
29
|
},
|
|
30
30
|
"husky": {
|
|
31
31
|
"hooks": {
|
|
@@ -65,29 +65,29 @@
|
|
|
65
65
|
"README.md"
|
|
66
66
|
],
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@types/jest": "^28.1.
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
70
|
-
"@typescript-eslint/parser": "^5.
|
|
68
|
+
"@types/jest": "^28.1.6",
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
70
|
+
"@typescript-eslint/parser": "^5.33.0",
|
|
71
71
|
"cross-env": "^7.0.3",
|
|
72
|
-
"dotenv-webpack": "^
|
|
73
|
-
"eslint": "^8.
|
|
72
|
+
"dotenv-webpack": "^8.0.0",
|
|
73
|
+
"eslint": "^8.21.0",
|
|
74
74
|
"eslint-cli": "^1.1.1",
|
|
75
75
|
"eslint-config-standard": "^17.0.0",
|
|
76
76
|
"eslint-plugin-import": "^2.26.0",
|
|
77
|
-
"eslint-plugin-n": "^15.2.
|
|
77
|
+
"eslint-plugin-n": "^15.2.4",
|
|
78
78
|
"eslint-plugin-node": "^11.1.0",
|
|
79
79
|
"eslint-plugin-promise": "^6.0.0",
|
|
80
80
|
"husky": "4.3.8",
|
|
81
|
-
"jest": "^28.1.
|
|
82
|
-
"jest-environment-jsdom": "^28.1.
|
|
81
|
+
"jest": "^28.1.3",
|
|
82
|
+
"jest-environment-jsdom": "^28.1.3",
|
|
83
83
|
"lint-staged": "^13.0.3",
|
|
84
84
|
"rimraf": "^3.0.2",
|
|
85
85
|
"terser-webpack-plugin": "^5.3.3",
|
|
86
|
-
"ts-jest": "^28.0.
|
|
86
|
+
"ts-jest": "^28.0.7",
|
|
87
87
|
"ts-loader": "^9.3.1",
|
|
88
|
-
"typedoc": "^0.
|
|
88
|
+
"typedoc": "^0.22.18",
|
|
89
89
|
"typescript": "^4.7.4",
|
|
90
|
-
"webpack": "^5.
|
|
90
|
+
"webpack": "^5.74.0",
|
|
91
91
|
"webpack-cli": "^4.10.0",
|
|
92
92
|
"webpack-dev-server": "^4.9.3"
|
|
93
93
|
}
|