@arcware-cloud/pixelstreaming-websdk 1.2.15 → 1.2.16

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/README.md CHANGED
@@ -80,6 +80,10 @@ For more detailed examples and advanced usage, please refer to our documentation
80
80
 
81
81
  # Changelog
82
82
 
83
+ ### 1.2.16
84
+
85
+ - Added "diagnostics collector" module
86
+
83
87
  ### 1.2.13
84
88
 
85
89
  - Replaced "moment" by "date-fns"
package/index.cjs.js CHANGED
@@ -23351,7 +23351,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
23351
23351
  if (!config.initialSettings.ss)
23352
23352
  config.initialSettings.ss = exports.DefaultUrl;
23353
23353
  super(config);
23354
- this.VERSION = "1.2.15";
23354
+ this.VERSION = "1.2.16";
23355
23355
  this.settings = settings;
23356
23356
  this.session = new Session_1.Session();
23357
23357
  this._initialSettings = config.initialSettings;
package/index.esm.js CHANGED
@@ -23356,7 +23356,7 @@ class ArcwareConfig extends _epicgames_ps_lib_pixelstreamingfrontend_ue5_5__WEBP
23356
23356
  if (!config.initialSettings.ss)
23357
23357
  config.initialSettings.ss = DefaultUrl;
23358
23358
  super(config);
23359
- this.VERSION = "1.2.15";
23359
+ this.VERSION = "1.2.16";
23360
23360
  this.settings = settings;
23361
23361
  this.session = new _domain_Session__WEBPACK_IMPORTED_MODULE_0__.Session();
23362
23362
  this._initialSettings = config.initialSettings;
package/index.umd.js CHANGED
@@ -23361,7 +23361,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
23361
23361
  if (!config.initialSettings.ss)
23362
23362
  config.initialSettings.ss = exports.DefaultUrl;
23363
23363
  super(config);
23364
- this.VERSION = "1.2.15";
23364
+ this.VERSION = "1.2.16";
23365
23365
  this.settings = settings;
23366
23366
  this.session = new Session_1.Session();
23367
23367
  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.2.15",
4
+ "version": "1.2.16",
5
5
  "type": "commonjs",
6
6
  "main": "./index.umd.js",
7
7
  "module": "./index.umd.js",