xsound 3.0.2 → 3.0.5

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.
Files changed (71) hide show
  1. package/build/types/AudioModule/index.d.ts +12 -14
  2. package/build/types/AudioModule/index.d.ts.map +1 -1
  3. package/build/types/MediaModule/index.d.ts +12 -14
  4. package/build/types/MediaModule/index.d.ts.map +1 -1
  5. package/build/types/MixerModule/index.d.ts +3 -5
  6. package/build/types/MixerModule/index.d.ts.map +1 -1
  7. package/build/types/NoiseModule/index.d.ts +5 -7
  8. package/build/types/NoiseModule/index.d.ts.map +1 -1
  9. package/build/types/OneshotModule/index.d.ts +5 -7
  10. package/build/types/OneshotModule/index.d.ts.map +1 -1
  11. package/build/types/OscillatorModule/Glide.d.ts +8 -3
  12. package/build/types/OscillatorModule/Glide.d.ts.map +1 -1
  13. package/build/types/OscillatorModule/Oscillator.d.ts +7 -2
  14. package/build/types/OscillatorModule/Oscillator.d.ts.map +1 -1
  15. package/build/types/OscillatorModule/index.d.ts +5 -6
  16. package/build/types/OscillatorModule/index.d.ts.map +1 -1
  17. package/build/types/SoundModule/Effectors/Autopanner.d.ts +2 -1
  18. package/build/types/SoundModule/Effectors/Autopanner.d.ts.map +1 -1
  19. package/build/types/SoundModule/Effectors/Chorus.d.ts +2 -1
  20. package/build/types/SoundModule/Effectors/Chorus.d.ts.map +1 -1
  21. package/build/types/SoundModule/Effectors/Compressor.d.ts +2 -1
  22. package/build/types/SoundModule/Effectors/Compressor.d.ts.map +1 -1
  23. package/build/types/SoundModule/Effectors/Delay.d.ts +2 -1
  24. package/build/types/SoundModule/Effectors/Delay.d.ts.map +1 -1
  25. package/build/types/SoundModule/Effectors/Distortion.d.ts +5 -4
  26. package/build/types/SoundModule/Effectors/Distortion.d.ts.map +1 -1
  27. package/build/types/SoundModule/Effectors/EnvelopeGenerator.d.ts +3 -1
  28. package/build/types/SoundModule/Effectors/EnvelopeGenerator.d.ts.map +1 -1
  29. package/build/types/SoundModule/Effectors/Equalizer.d.ts +2 -1
  30. package/build/types/SoundModule/Effectors/Equalizer.d.ts.map +1 -1
  31. package/build/types/SoundModule/Effectors/Filter.d.ts +2 -1
  32. package/build/types/SoundModule/Effectors/Filter.d.ts.map +1 -1
  33. package/build/types/SoundModule/Effectors/Flanger.d.ts +2 -1
  34. package/build/types/SoundModule/Effectors/Flanger.d.ts.map +1 -1
  35. package/build/types/SoundModule/Effectors/Listener.d.ts +1 -1
  36. package/build/types/SoundModule/Effectors/Listener.d.ts.map +1 -1
  37. package/build/types/SoundModule/Effectors/Panner.d.ts +2 -1
  38. package/build/types/SoundModule/Effectors/Panner.d.ts.map +1 -1
  39. package/build/types/SoundModule/Effectors/Phaser.d.ts +2 -4
  40. package/build/types/SoundModule/Effectors/Phaser.d.ts.map +1 -1
  41. package/build/types/SoundModule/Effectors/PitchShifter.d.ts +2 -1
  42. package/build/types/SoundModule/Effectors/PitchShifter.d.ts.map +1 -1
  43. package/build/types/SoundModule/Effectors/Reverb.d.ts +2 -1
  44. package/build/types/SoundModule/Effectors/Reverb.d.ts.map +1 -1
  45. package/build/types/SoundModule/Effectors/Ringmodulator.d.ts +2 -1
  46. package/build/types/SoundModule/Effectors/Ringmodulator.d.ts.map +1 -1
  47. package/build/types/SoundModule/Effectors/Stereo.d.ts +2 -1
  48. package/build/types/SoundModule/Effectors/Stereo.d.ts.map +1 -1
  49. package/build/types/SoundModule/Effectors/Tremolo.d.ts +1 -1
  50. package/build/types/SoundModule/Effectors/Tremolo.d.ts.map +1 -1
  51. package/build/types/SoundModule/Effectors/VocalCanceler.d.ts +5 -2
  52. package/build/types/SoundModule/Effectors/VocalCanceler.d.ts.map +1 -1
  53. package/build/types/SoundModule/Effectors/Wah.d.ts +2 -1
  54. package/build/types/SoundModule/Effectors/Wah.d.ts.map +1 -1
  55. package/build/types/SoundModule/Recorder/index.d.ts +2 -2
  56. package/build/types/SoundModule/Recorder/index.d.ts.map +1 -1
  57. package/build/types/SoundModule/index.d.ts +20 -20
  58. package/build/types/SoundModule/index.d.ts.map +1 -1
  59. package/build/types/StreamModule/NoiseGate.d.ts +7 -3
  60. package/build/types/StreamModule/NoiseGate.d.ts.map +1 -1
  61. package/build/types/StreamModule/NoiseSuppressor.d.ts +7 -3
  62. package/build/types/StreamModule/NoiseSuppressor.d.ts.map +1 -1
  63. package/build/types/StreamModule/index.d.ts +8 -9
  64. package/build/types/StreamModule/index.d.ts.map +1 -1
  65. package/build/xsound.js +1 -1
  66. package/build/xsound.js.LICENSE.txt +1 -1
  67. package/build/xsound.js.map +1 -1
  68. package/build/xsound.min.js +1 -1
  69. package/build/xsound.min.js.LICENSE.txt +1 -1
  70. package/build/xsound.min.js.map +1 -1
  71. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xsound",
3
- "version": "3.0.2",
3
+ "version": "3.0.5",
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": "rm -rf docs && typedoc"
28
+ "docs": "rimraf -rf docs && typedoc"
29
29
  },
30
30
  "husky": {
31
31
  "hooks": {
@@ -66,11 +66,11 @@
66
66
  ],
67
67
  "devDependencies": {
68
68
  "@types/jest": "^28.1.6",
69
- "@typescript-eslint/eslint-plugin": "^5.30.7",
70
- "@typescript-eslint/parser": "^5.30.7",
69
+ "@typescript-eslint/eslint-plugin": "^5.33.0",
70
+ "@typescript-eslint/parser": "^5.33.0",
71
71
  "cross-env": "^7.0.3",
72
72
  "dotenv-webpack": "^8.0.0",
73
- "eslint": "^8.20.0",
73
+ "eslint": "^8.22.0",
74
74
  "eslint-cli": "^1.1.1",
75
75
  "eslint-config-standard": "^17.0.0",
76
76
  "eslint-plugin-import": "^2.26.0",
@@ -82,13 +82,13 @@
82
82
  "jest-environment-jsdom": "^28.1.3",
83
83
  "lint-staged": "^13.0.3",
84
84
  "rimraf": "^3.0.2",
85
- "terser-webpack-plugin": "^5.3.3",
85
+ "terser-webpack-plugin": "^5.3.4",
86
86
  "ts-jest": "^28.0.7",
87
87
  "ts-loader": "^9.3.1",
88
- "typedoc": "^0.22.18",
88
+ "typedoc": "^0.23.10",
89
89
  "typescript": "^4.7.4",
90
- "webpack": "^5.73.0",
90
+ "webpack": "^5.74.0",
91
91
  "webpack-cli": "^4.10.0",
92
- "webpack-dev-server": "^4.9.3"
92
+ "webpack-dev-server": "^4.10.0"
93
93
  }
94
94
  }