@arcware-cloud/pixelstreaming-websdk 1.3.27 → 1.3.29
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 +2 -1
- package/index.esm.js +2 -1
- package/index.umd.js +2 -1
- package/package.json +1 -1
- 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.29";
|
|
23466
23466
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
23467
23467
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
23468
23468
|
if (config.envName) {
|
|
@@ -25500,6 +25500,7 @@ exports.ZWhiteLabel = zod_1.z
|
|
|
25500
25500
|
(__unused_webpack_module, exports) {
|
|
25501
25501
|
|
|
25502
25502
|
|
|
25503
|
+
// common.ts
|
|
25503
25504
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25504
25505
|
exports.parseUnknownToObject = parseUnknownToObject;
|
|
25505
25506
|
exports.truncateByBytes = truncateByBytes;
|
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.29";
|
|
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) {
|
|
@@ -25552,6 +25552,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25552
25552
|
/* harmony export */ truncateByBytes: () => (/* binding */ truncateByBytes),
|
|
25553
25553
|
/* harmony export */ waitForElement: () => (/* binding */ waitForElement)
|
|
25554
25554
|
/* harmony export */ });
|
|
25555
|
+
// common.ts
|
|
25555
25556
|
/** Conservative normalizer: accepts object, strict JSON string, or JSON-ish like {foo: "bar"} */
|
|
25556
25557
|
function parseUnknownToObject(input, opts = { allowJsonish: true }) {
|
|
25557
25558
|
if (input && typeof input === "object")
|
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.29";
|
|
23476
23476
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
23477
23477
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
23478
23478
|
if (config.envName) {
|
|
@@ -25510,6 +25510,7 @@ exports.ZWhiteLabel = zod_1.z
|
|
|
25510
25510
|
(__unused_webpack_module, exports) {
|
|
25511
25511
|
|
|
25512
25512
|
|
|
25513
|
+
// common.ts
|
|
25513
25514
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
25514
25515
|
exports.parseUnknownToObject = parseUnknownToObject;
|
|
25515
25516
|
exports.truncateByBytes = truncateByBytes;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.29",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./index.cjs.js",
|
|
7
7
|
"types": "./types/index.d.ts",
|
|
@@ -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.29";
|
|
33
33
|
readonly whiteLabellingChanged: EventHandler<{
|
|
34
34
|
next: WhiteLabel;
|
|
35
35
|
changed: boolean;
|