@cloudflare/realtimekit 1.4.0-staging.4 → 1.4.0
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.d.ts +13 -0
- package/dist/EncryptionManager.cjs.js +1 -1
- package/dist/EncryptionManager.d.ts +5007 -0
- package/dist/EncryptionManager.es.js +253 -253
- package/dist/browser.js +4 -4
- package/dist/dependencies.txt +2 -2
- package/dist/index.cjs.js +10 -10
- package/dist/index.d.ts +5019 -0
- package/dist/index.es.js +746 -716
- package/dist/index.es5.js +568 -551
- package/dist/index.rn.js +10 -10
- package/dist/ts3.4/dist/ClientMock.d.ts +11 -0
- package/dist/ts3.4/dist/EncryptionManager.d.ts +4960 -0
- package/dist/ts3.4/dist/index.d.ts +4958 -0
- package/package.json +4 -3
package/dist/dependencies.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: @cloudflare/realtimekit
|
|
2
|
-
Version: 1.4.0-staging.
|
|
2
|
+
Version: 1.4.0-staging.5
|
|
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.
|
|
@@ -249,7 +249,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
249
249
|
---
|
|
250
250
|
|
|
251
251
|
Name: @cloudflare/realtimekit-callstats
|
|
252
|
-
Version:
|
|
252
|
+
Version: 8.0.0
|
|
253
253
|
License: null
|
|
254
254
|
Private: false
|
|
255
255
|
Description: An internal toolkit to obtain call statistic for Cloudflare RealtimeKit meetings.
|