@arcware-cloud/pixelstreaming-websdk 1.3.25 → 1.3.27
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/index.umd.js +1 -1
- package/package.json +11 -3
- package/types/lib/ArcwareConfig.d.ts +1 -1
package/index.cjs.js
CHANGED
|
@@ -23462,7 +23462,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
|
|
|
23462
23462
|
if (!config.initialSettings.ss)
|
|
23463
23463
|
config.initialSettings.ss = exports.DefaultUrl;
|
|
23464
23464
|
super(config);
|
|
23465
|
-
this.VERSION = "1.3.
|
|
23465
|
+
this.VERSION = "1.3.27";
|
|
23466
23466
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
23467
23467
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
23468
23468
|
if (config.envName) {
|
package/index.esm.js
CHANGED
|
@@ -23474,7 +23474,7 @@ class ArcwareConfig extends _epicgames_ps_lib_pixelstreamingfrontend_ue5_5__WEBP
|
|
|
23474
23474
|
if (!config.initialSettings.ss)
|
|
23475
23475
|
config.initialSettings.ss = DefaultUrl;
|
|
23476
23476
|
super(config);
|
|
23477
|
-
this.VERSION = "1.3.
|
|
23477
|
+
this.VERSION = "1.3.27";
|
|
23478
23478
|
this.whiteLabellingChanged = new _domain_EventHandler__WEBPACK_IMPORTED_MODULE_8__.EventHandler();
|
|
23479
23479
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
23480
23480
|
if (config.envName) {
|
package/index.umd.js
CHANGED
|
@@ -23472,7 +23472,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
|
|
|
23472
23472
|
if (!config.initialSettings.ss)
|
|
23473
23473
|
config.initialSettings.ss = exports.DefaultUrl;
|
|
23474
23474
|
super(config);
|
|
23475
|
-
this.VERSION = "1.3.
|
|
23475
|
+
this.VERSION = "1.3.27";
|
|
23476
23476
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
23477
23477
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
23478
23478
|
if (config.envName) {
|
package/package.json
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcware-cloud/pixelstreaming-websdk",
|
|
3
3
|
"description": "WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.27",
|
|
5
5
|
"type": "commonjs",
|
|
6
|
-
"main": "./index.
|
|
7
|
-
"module": "./index.esm.js",
|
|
6
|
+
"main": "./index.cjs.js",
|
|
8
7
|
"types": "./types/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./types/index.d.ts",
|
|
11
|
+
"require": "./index.cjs.js",
|
|
12
|
+
"import": "./index.esm.js",
|
|
13
|
+
"default": "./index.cjs.js"
|
|
14
|
+
},
|
|
15
|
+
"./umd": "./index.umd.js"
|
|
16
|
+
},
|
|
9
17
|
"keywords": [
|
|
10
18
|
"arcware",
|
|
11
19
|
"arcware cloud",
|
|
@@ -29,7 +29,7 @@ export declare class ArcwareConfig extends Config {
|
|
|
29
29
|
readonly session: Session;
|
|
30
30
|
readonly settings: Settings;
|
|
31
31
|
private _initialSettings;
|
|
32
|
-
readonly VERSION = "1.3.
|
|
32
|
+
readonly VERSION = "1.3.27";
|
|
33
33
|
readonly whiteLabellingChanged: EventHandler<{
|
|
34
34
|
next: WhiteLabel;
|
|
35
35
|
changed: boolean;
|