genesys-cloud-streaming-client 14.0.0 → 14.0.1-develop.9

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.
@@ -350,7 +350,7 @@ class Client {
350
350
  extensions[namespace] = extension;
351
351
  }
352
352
  static get version() {
353
- return '14.0.0';
353
+ return '14.0.1';
354
354
  }
355
355
  }
356
356
  exports.Client = Client;
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "developercenter-cdn/streaming-client",
3
- "version": "14.0.0",
3
+ "version": "develop",
4
4
  "ecosystem": "pc",
5
5
  "team": "Genesys Client Media (WebRTC)",
6
6
  "indexFiles": [
7
7
  {
8
- "file": "/v14.0.0/streaming-client.browser.ie.js"
8
+ "file": "/v14.0.1/streaming-client.browser.ie.js"
9
9
  },
10
10
  {
11
- "file": "/v14.0.0/streaming-client.browser.js"
11
+ "file": "/v14.0.1/streaming-client.browser.js"
12
12
  },
13
13
  {
14
14
  "file": "/v14/streaming-client.browser.ie.js"
@@ -17,6 +17,6 @@
17
17
  "file": "/v14/streaming-client.browser.js"
18
18
  }
19
19
  ],
20
- "build": "31",
21
- "buildDate": "2022-06-01T14:56:46.138288Z"
20
+ "build": "9",
21
+ "buildDate": "2022-06-01T15:49:16.445265Z"
22
22
  }
package/dist/es/client.js CHANGED
@@ -351,6 +351,6 @@ export class Client {
351
351
  extensions[namespace] = extension;
352
352
  }
353
353
  static get version() {
354
- return '14.0.0';
354
+ return '14.0.1';
355
355
  }
356
356
  }
@@ -43532,7 +43532,7 @@ class Client {
43532
43532
  extensions[namespace] = extension;
43533
43533
  }
43534
43534
  static get version() {
43535
- return '14.0.0';
43535
+ return '14.0.1';
43536
43536
  }
43537
43537
  }
43538
43538
 
@@ -350,7 +350,7 @@ class Client {
350
350
  extensions[namespace] = extension;
351
351
  }
352
352
  static get version() {
353
- return '14.0.0';
353
+ return '14.0.1';
354
354
  }
355
355
  }
356
356
  exports.Client = Client;