@appwrite.io/console 1.4.7 → 1.5.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/README.md CHANGED
@@ -33,7 +33,7 @@ import { Client, Account } from "@appwrite.io/console";
33
33
  To install with a CDN (content delivery network) add the following scripts to the bottom of your <body> tag, but before you use any Appwrite services:
34
34
 
35
35
  ```html
36
- <script src="https://cdn.jsdelivr.net/npm/@appwrite.io/console@1.4.7"></script>
36
+ <script src="https://cdn.jsdelivr.net/npm/@appwrite.io/console@1.5.0"></script>
37
37
  ```
38
38
 
39
39
 
package/dist/cjs/sdk.js CHANGED
@@ -280,7 +280,7 @@ class Client {
280
280
  'x-sdk-name': 'Console',
281
281
  'x-sdk-platform': 'console',
282
282
  'x-sdk-language': 'web',
283
- 'x-sdk-version': '1.4.7',
283
+ 'x-sdk-version': '1.5.0',
284
284
  'X-Appwrite-Response-Format': '1.6.0',
285
285
  };
286
286
  this.realtime = {
@@ -16186,6 +16186,7 @@ exports.ImageFormat = void 0;
16186
16186
  ImageFormat["Gif"] = "gif";
16187
16187
  ImageFormat["Png"] = "png";
16188
16188
  ImageFormat["Webp"] = "webp";
16189
+ ImageFormat["Heic"] = "heic";
16189
16190
  ImageFormat["Avif"] = "avif";
16190
16191
  })(exports.ImageFormat || (exports.ImageFormat = {}));
16191
16192