@cloudflare/realtimekit 1.5.2-staging.3 → 1.5.2-staging.5
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/dist/ClientMock.cjs.js +2 -2
- package/dist/EncryptionManager.d.ts +3 -2
- package/dist/browser.js +11 -13
- package/dist/dependencies.txt +2 -2
- package/dist/index.cjs.js +8 -10
- package/dist/index.d.ts +3 -2
- package/dist/index.es.js +6083 -5999
- package/dist/index.es5.js +4524 -4437
- package/dist/index.rn.js +8 -10
- package/dist/ts3.4/dist/EncryptionManager.d.ts +3 -2
- package/dist/ts3.4/dist/index.d.ts +3 -2
- package/package.json +2 -2
package/dist/dependencies.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: @cloudflare/realtimekit
|
|
2
|
-
Version: 1.5.2-staging.
|
|
2
|
+
Version: 1.5.2-staging.4
|
|
3
3
|
License: Apache-2.0
|
|
4
4
|
Private: false
|
|
5
5
|
Description: A real-time video and audio SDK for building custom, collaborative communication experiences.
|
|
@@ -767,7 +767,7 @@ limitations under the License.
|
|
|
767
767
|
---
|
|
768
768
|
|
|
769
769
|
Name: @cloudflare/realtimekit-sockrates
|
|
770
|
-
Version: 0.
|
|
770
|
+
Version: 0.2.0
|
|
771
771
|
License: Apache-2.0
|
|
772
772
|
Private: false
|
|
773
773
|
Description: A websocket library that uses protobuf for serializing data.
|