@arcware-cloud/pixelstreaming-websdk 1.1.21 → 1.1.22

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,14 @@ For more detailed examples and advanced usage, please refer to our documentation
80
80
 
81
81
  # Changelog
82
82
 
83
+ ### 1.1.22
84
+
85
+ - Added flag to force refresh the components on ArcwareInit
86
+ - removed lodash and lottie dependencies to reduce package size significantly
87
+
83
88
  ### 1.1.20
84
89
 
85
- - "fixing ZoD error on queuing"
90
+ - fixing ZoD error on queuing
86
91
 
87
92
  ### 1.1.19
88
93
 
@@ -196,7 +201,6 @@ This software inherits code from several other libraries, namely:
196
201
 
197
202
  - [zod](https://github.com/colinhacks/zod/blob/master/LICENSE)
198
203
  - [moment.js](https://github.com/moment/moment/blob/develop/LICENSE)
199
- - [loadash](https://github.com/lodash/lodash/blob/main/LICENSE)
200
204
  - [@epicgames-ps/lib-pixelstreamingfrontend-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)
201
205
  - [@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)
202
206
  - [@epicgames-ps/lib-pixelstreamingcommon-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)