@arcware-cloud/pixelstreaming-websdk 1.1.21 → 1.1.23-beta.0

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.md CHANGED
@@ -16,7 +16,6 @@ This software inherits code from several other libraries, namely:
16
16
 
17
17
  - [zod](https://github.com/colinhacks/zod/blob/master/LICENSE)
18
18
  - [moment.js](https://github.com/moment/moment/blob/develop/LICENSE)
19
- - [loadash](https://github.com/lodash/lodash/blob/main/LICENSE)
20
19
  - [@epicgames-ps/lib-pixelstreamingfrontend-ue5.5](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/LICENSE.md)
21
20
  - [@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/LICENSE.md)
22
21
 
package/README.md CHANGED
@@ -80,9 +80,18 @@ For more detailed examples and advanced usage, please refer to our documentation
80
80
 
81
81
  # Changelog
82
82
 
83
+ ### 1.1.23 (beta)
84
+
85
+ - Disabled delayed resolution change on onVideoInitialized event
86
+
87
+ ### 1.1.22
88
+
89
+ - Added flag to force refresh the components on ArcwareInit
90
+ - removed lodash and lottie dependencies to reduce package size significantly
91
+
83
92
  ### 1.1.20
84
93
 
85
- - "fixing ZoD error on queuing"
94
+ - fixing ZoD error on queuing
86
95
 
87
96
  ### 1.1.19
88
97
 
@@ -196,7 +205,6 @@ This software inherits code from several other libraries, namely:
196
205
 
197
206
  - [zod](https://github.com/colinhacks/zod/blob/master/LICENSE)
198
207
  - [moment.js](https://github.com/moment/moment/blob/develop/LICENSE)
199
- - [loadash](https://github.com/lodash/lodash/blob/main/LICENSE)
200
208
  - [@epicgames-ps/lib-pixelstreamingfrontend-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)
201
209
  - [@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)
202
210
  - [@epicgames-ps/lib-pixelstreamingcommon-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)