@cloudflare/realtimekit 1.2.4-staging.7 → 1.2.4-staging.8
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 +1 -1
- package/dist/ClientMock.es.js +180 -156
- package/dist/EncryptionManager.d.ts +43 -10
- package/dist/browser.js +12 -12
- package/dist/dependencies.txt +2 -2
- package/dist/index.cjs.js +11 -11
- package/dist/index.d.ts +43 -10
- package/dist/index.es.js +2672 -2612
- package/dist/index.es5.js +1550 -1510
- package/dist/index.rn.js +10 -10
- package/dist/ts3.4/dist/EncryptionManager.d.ts +43 -10
- package/dist/ts3.4/dist/index.d.ts +43 -10
- package/package.json +2 -2
package/dist/dependencies.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: @cloudflare/realtimekit
|
|
2
|
-
Version: 1.2.4-staging.
|
|
2
|
+
Version: 1.2.4-staging.7
|
|
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.
|
|
@@ -740,7 +740,7 @@ License Copyright:
|
|
|
740
740
|
---
|
|
741
741
|
|
|
742
742
|
Name: @dyteinternals/proto-entities
|
|
743
|
-
Version: 2.
|
|
743
|
+
Version: 2.111.0
|
|
744
744
|
License: UNLICENSED
|
|
745
745
|
Private: false
|
|
746
746
|
Description: npm package which exports compiled protobuf entities to be used by other repos
|