@appwrite.io/console 4.0.0 → 23.0.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/iife/sdk.js CHANGED
@@ -4332,7 +4332,7 @@
4332
4332
  'x-sdk-name': 'Console',
4333
4333
  'x-sdk-platform': 'console',
4334
4334
  'x-sdk-language': 'web',
4335
- 'x-sdk-version': '4.0.0',
4335
+ 'x-sdk-version': '23.0.0',
4336
4336
  'X-Appwrite-Response-Format': '1.8.0',
4337
4337
  };
4338
4338
  this.realtime = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@appwrite.io/console",
3
3
  "homepage": "https://appwrite.io/support",
4
4
  "description": "Appwrite is an open-source self-hosted backend server that abstracts and simplifies complex and repetitive development tasks behind a very simple REST API",
5
- "version": "4.0.0",
5
+ "version": "23.0.0",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "dist/cjs/sdk.js",
8
8
  "exports": {
package/src/client.ts CHANGED
@@ -400,7 +400,7 @@ class Client {
400
400
  'x-sdk-name': 'Console',
401
401
  'x-sdk-platform': 'console',
402
402
  'x-sdk-language': 'web',
403
- 'x-sdk-version': '4.0.0',
403
+ 'x-sdk-version': '23.0.0',
404
404
  'X-Appwrite-Response-Format': '1.8.0',
405
405
  };
406
406