@cloudflare/realtimekit 1.3.0-staging.1 → 1.3.0-staging.2
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/EncryptionManager.cjs.js +1 -1
- package/dist/EncryptionManager.es.js +247 -247
- package/dist/browser.js +13 -13
- package/dist/dependencies.txt +2 -2
- package/dist/index.cjs.js +9 -9
- package/dist/index.es.js +1703 -1824
- package/dist/index.es5.js +946 -955
- package/dist/index.rn.js +10 -10
- package/package.json +2 -2
package/dist/dependencies.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: @cloudflare/realtimekit
|
|
2
|
-
Version: 1.
|
|
2
|
+
Version: 1.3.0-staging.1
|
|
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.
|
|
@@ -527,7 +527,7 @@ terms above.
|
|
|
527
527
|
---
|
|
528
528
|
|
|
529
529
|
Name: @cloudflare/realtimekit-utils
|
|
530
|
-
Version: 0.0
|
|
530
|
+
Version: 1.0.0
|
|
531
531
|
License: Apache-2.0
|
|
532
532
|
Private: false
|
|
533
533
|
Description: Utility functions for Cloudflare RealtimeKit services
|