@arcware-cloud/pixelstreaming-websdk 1.1.19 → 1.1.21
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 +0 -1
- package/README.md +4 -1
- package/index.cjs.js +94 -35200
- package/index.esm.js +132 -34945
- package/index.umd.js +94 -35200
- package/package.json +1 -1
- package/types/lib/ArcwareConfig.d.ts +1 -1
- package/types/lib/ArcwareInit.d.ts +1 -1
- package/types/lib/domain/ArcwareSettingsSchema.d.ts +2 -2
- package/types/lib/domain/debounce.d.ts +1 -0
- package/types/lib/ui/ArcwareLogoLoader/index.d.ts +1 -0
- package/types/shared/lib/Messages/Queue.d.ts +2 -2
package/LICENSE.md
CHANGED
|
@@ -17,7 +17,6 @@ This software inherits code from several other libraries, namely:
|
|
|
17
17
|
- [zod](https://github.com/colinhacks/zod/blob/master/LICENSE)
|
|
18
18
|
- [moment.js](https://github.com/moment/moment/blob/develop/LICENSE)
|
|
19
19
|
- [loadash](https://github.com/lodash/lodash/blob/main/LICENSE)
|
|
20
|
-
- [lottie-web](https://github.com/airbnb/lottie-web/blob/master/LICENSE.md)
|
|
21
20
|
- [@epicgames-ps/lib-pixelstreamingfrontend-ue5.5](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/LICENSE.md)
|
|
22
21
|
- [@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/LICENSE.md)
|
|
23
22
|
|
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.1.20
|
|
84
|
+
|
|
85
|
+
- "fixing ZoD error on queuing"
|
|
86
|
+
|
|
83
87
|
### 1.1.19
|
|
84
88
|
|
|
85
89
|
- "@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "0.2.9"
|
|
@@ -193,7 +197,6 @@ This software inherits code from several other libraries, namely:
|
|
|
193
197
|
- [zod](https://github.com/colinhacks/zod/blob/master/LICENSE)
|
|
194
198
|
- [moment.js](https://github.com/moment/moment/blob/develop/LICENSE)
|
|
195
199
|
- [loadash](https://github.com/lodash/lodash/blob/main/LICENSE)
|
|
196
|
-
- [lottie-web](https://github.com/airbnb/lottie-web/blob/master/LICENSE.md)
|
|
197
200
|
- [@epicgames-ps/lib-pixelstreamingfrontend-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)
|
|
198
201
|
- [@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)
|
|
199
202
|
- [@epicgames-ps/lib-pixelstreamingcommon-ue5.5](https://github.com/EpicGames/PixelStreamingInfrastructure/blob/master/LICENSE.md)
|