@anam-ai/js-sdk 3.4.0-alpha.5 → 3.4.0-alpha.6

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.
@@ -9,7 +9,7 @@ exports.DEFAULT_API_BASE_URL = 'https://api.anam.ai';
9
9
  exports.DEFAULT_API_VERSION = '/v1'; // include the leading slash
10
10
  exports.CLIENT_METADATA = {
11
11
  client: 'js-sdk',
12
- version: '3.4.0-alpha.5',
12
+ version: '3.4.0-alpha.6',
13
13
  supportsPubSubSignalling: true,
14
14
  };
15
15
  //# sourceMappingURL=constants.js.map
@@ -6,7 +6,7 @@ export const DEFAULT_API_BASE_URL = 'https://api.anam.ai';
6
6
  export const DEFAULT_API_VERSION = '/v1'; // include the leading slash
7
7
  export const CLIENT_METADATA = {
8
8
  client: 'js-sdk',
9
- version: '3.4.0-alpha.5',
9
+ version: '3.4.0-alpha.6',
10
10
  supportsPubSubSignalling: true,
11
11
  };
12
12
  //# sourceMappingURL=constants.js.map