@arcware-cloud/pixelstreaming-websdk 1.3.1 → 1.3.2

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 CHANGED
@@ -23419,7 +23419,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
23419
23419
  if (!config.initialSettings.ss)
23420
23420
  config.initialSettings.ss = exports.DefaultUrl;
23421
23421
  super(config);
23422
- this.VERSION = "1.3.1";
23422
+ this.VERSION = "1.3.2";
23423
23423
  this.settings = settings;
23424
23424
  this.session = new Session_1.Session();
23425
23425
  this._initialSettings = config.initialSettings;
package/index.esm.js CHANGED
@@ -23427,7 +23427,7 @@ class ArcwareConfig extends _epicgames_ps_lib_pixelstreamingfrontend_ue5_5__WEBP
23427
23427
  if (!config.initialSettings.ss)
23428
23428
  config.initialSettings.ss = DefaultUrl;
23429
23429
  super(config);
23430
- this.VERSION = "1.3.1";
23430
+ this.VERSION = "1.3.2";
23431
23431
  this.settings = settings;
23432
23432
  this.session = new _domain_Session__WEBPACK_IMPORTED_MODULE_0__.Session();
23433
23433
  this._initialSettings = config.initialSettings;
package/index.umd.js CHANGED
@@ -23429,7 +23429,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
23429
23429
  if (!config.initialSettings.ss)
23430
23430
  config.initialSettings.ss = exports.DefaultUrl;
23431
23431
  super(config);
23432
- this.VERSION = "1.3.1";
23432
+ this.VERSION = "1.3.2";
23433
23433
  this.settings = settings;
23434
23434
  this.session = new Session_1.Session();
23435
23435
  this._initialSettings = config.initialSettings;
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.1",
4
+ "version": "1.3.2",
5
5
  "type": "commonjs",
6
6
  "main": "./index.umd.js",
7
7
  "module": "./index.umd.js",
@@ -26,7 +26,7 @@ export declare class ArcwareConfig extends Config {
26
26
  readonly session: Session;
27
27
  readonly settings: Settings;
28
28
  private _initialSettings;
29
- readonly VERSION = "1.3.1";
29
+ readonly VERSION = "1.3.2";
30
30
  constructor(config: ArcwareConfigParams);
31
31
  /** Setup connection string. */
32
32
  get urlFlags(): string;