@whereby.com/audio-denoiser 1.0.2 → 1.0.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/dist/index.cjs CHANGED
@@ -34,7 +34,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
34
34
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
35
35
  };
36
36
 
37
- const CDN_BASE_URL = "https://cdn.srv.whereby.com/audio-denoiser/v1-0-2";
37
+ const CDN_BASE_URL = "https://cdn.srv.whereby.com/audio-denoiser/v1-0-3";
38
38
  const getAssetUrl = (path) => {
39
39
  {
40
40
  return `${CDN_BASE_URL}/${path}`;
package/dist/index.mjs CHANGED
@@ -32,7 +32,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
32
32
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
33
33
  };
34
34
 
35
- const CDN_BASE_URL = "https://cdn.srv.whereby.com/audio-denoiser/v1-0-2";
35
+ const CDN_BASE_URL = "https://cdn.srv.whereby.com/audio-denoiser/v1-0-3";
36
36
  const getAssetUrl = (path) => {
37
37
  {
38
38
  return `${CDN_BASE_URL}/${path}`;
@@ -32,7 +32,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
32
32
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
33
33
  };
34
34
 
35
- const CDN_BASE_URL = "https://cdn.srv.whereby.com/audio-denoiser/v1-0-2";
35
+ const CDN_BASE_URL = "https://cdn.srv.whereby.com/audio-denoiser/v1-0-3";
36
36
  const getAssetUrl = (path) => {
37
37
  {
38
38
  return `${CDN_BASE_URL}/${path}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whereby.com/audio-denoiser",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Audio denoiser (noise suppression) for microphone streams",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -32,7 +32,7 @@
32
32
  "@whereby.com/tsconfig": "0.1.0"
33
33
  },
34
34
  "dependencies": {
35
- "@whereby.com/media": "9.2.6"
35
+ "@whereby.com/media": "9.2.7"
36
36
  },
37
37
  "prettier": "@whereby.com/prettier-config",
38
38
  "scripts": {