@cloudflare/realtimekit 1.5.0-staging.3 → 1.5.0-staging.4

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.
@@ -3161,6 +3161,7 @@ declare const ERROR_CODES: {
3161
3161
  '0011': string;
3162
3162
  '0012': string;
3163
3163
  '0013': string;
3164
+ '0014': string;
3164
3165
  '0100': string;
3165
3166
  '0101': string;
3166
3167
  '0102': string;
@@ -4071,6 +4071,7 @@ declare const ERROR_CODES: {
4071
4071
  '0011': string;
4072
4072
  '0012': string;
4073
4073
  '0013': string;
4074
+ '0014': string;
4074
4075
  '0100': string;
4075
4076
  '0101': string;
4076
4077
  '0102': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit",
3
- "version": "1.5.0-staging.3",
3
+ "version": "1.5.0-staging.4",
4
4
  "description": "A real-time video and audio SDK for building custom, collaborative communication experiences.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",