genesys-cloud-streaming-client 15.0.3 → 15.0.4-develop.36
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/cjs/client.js +1 -1
- package/dist/deploy-info.json +5 -5
- package/dist/es/client.js +1 -1
- package/dist/es/index.bundle.js +1 -1
- package/dist/npm/client.js +1 -1
- package/dist/streaming-client.browser.ie.js +1 -1
- package/dist/streaming-client.browser.js +1 -1
- package/dist/v15/streaming-client.browser.ie.js +1 -1
- package/dist/v15/streaming-client.browser.js +1 -1
- package/dist/{v15.0.3 → v15.0.4}/streaming-client.browser.ie.js +1 -1
- package/dist/{v15.0.3 → v15.0.4}/streaming-client.browser.js +1 -1
- package/package.json +116 -114
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2023 Genesys Cloud Services, Inc.
|
|
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/cjs/client.js
CHANGED
package/dist/deploy-info.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "developercenter-cdn/streaming-client",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.4",
|
|
4
4
|
"ecosystem": "pc",
|
|
5
5
|
"team": "Genesys Client Media (WebRTC)",
|
|
6
6
|
"indexFiles": [
|
|
7
7
|
{
|
|
8
|
-
"file": "/v15.0.
|
|
8
|
+
"file": "/v15.0.4/streaming-client.browser.ie.js"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"file": "/v15.0.
|
|
11
|
+
"file": "/v15.0.4/streaming-client.browser.js"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"file": "/v15/streaming-client.browser.ie.js"
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"file": "/v15/streaming-client.browser.js"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"build": "
|
|
21
|
-
"buildDate": "2023-01-
|
|
20
|
+
"build": "36",
|
|
21
|
+
"buildDate": "2023-01-12T20:47:58.094092Z"
|
|
22
22
|
}
|
package/dist/es/client.js
CHANGED
package/dist/es/index.bundle.js
CHANGED
|
@@ -43068,7 +43068,7 @@ class Client extends EventEmitter {
|
|
|
43068
43068
|
return Client.version;
|
|
43069
43069
|
}
|
|
43070
43070
|
static get version() {
|
|
43071
|
-
return '15.0.
|
|
43071
|
+
return '15.0.4';
|
|
43072
43072
|
}
|
|
43073
43073
|
}
|
|
43074
43074
|
|