@appwrite.io/console 1.2.1 → 1.2.2

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/esm/sdk.js CHANGED
@@ -278,7 +278,7 @@ class Client {
278
278
  'x-sdk-name': 'Console',
279
279
  'x-sdk-platform': 'console',
280
280
  'x-sdk-language': 'web',
281
- 'x-sdk-version': '1.2.1',
281
+ 'x-sdk-version': '1.2.2',
282
282
  'X-Appwrite-Response-Format': '1.6.0',
283
283
  };
284
284
  this.realtime = {
@@ -13821,7 +13821,7 @@ var Runtime;
13821
13821
  Runtime["Node190"] = "node-19.0";
13822
13822
  Runtime["Node200"] = "node-20.0";
13823
13823
  Runtime["Node210"] = "node-21.0";
13824
- Runtime["Node220"] = "node-22.0";
13824
+ Runtime["Node22"] = "node-22";
13825
13825
  Runtime["Php80"] = "php-8.0";
13826
13826
  Runtime["Php81"] = "php-8.1";
13827
13827
  Runtime["Php82"] = "php-8.2";
@@ -13858,7 +13858,7 @@ var Runtime;
13858
13858
  Runtime["Java170"] = "java-17.0";
13859
13859
  Runtime["Java180"] = "java-18.0";
13860
13860
  Runtime["Java210"] = "java-21.0";
13861
- Runtime["Java220"] = "java-22.0";
13861
+ Runtime["Java22"] = "java-22";
13862
13862
  Runtime["Swift55"] = "swift-5.5";
13863
13863
  Runtime["Swift58"] = "swift-5.8";
13864
13864
  Runtime["Swift59"] = "swift-5.9";