appwrite-cli 22.2.1 → 22.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/README.md CHANGED
@@ -29,7 +29,7 @@ Once the installation is complete, you can verify the install using
29
29
 
30
30
  ```sh
31
31
  $ appwrite -v
32
- 22.2.1
32
+ 22.2.2
33
33
  ```
34
34
 
35
35
  ### Install using prebuilt binaries
@@ -83,7 +83,7 @@ $ scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/sc
83
83
  Once the installation completes, you can verify your install using
84
84
  ```
85
85
  $ appwrite -v
86
- 22.2.1
86
+ 22.2.2
87
87
  ```
88
88
 
89
89
  ## Getting Started
package/dist/cli.cjs CHANGED
@@ -86539,7 +86539,7 @@ var package_default = {
86539
86539
  type: "module",
86540
86540
  homepage: "https://appwrite.io/support",
86541
86541
  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",
86542
- version: "22.2.1",
86542
+ version: "22.2.2",
86543
86543
  license: "BSD-3-Clause",
86544
86544
  main: "dist/index.cjs",
86545
86545
  module: "dist/index.js",
@@ -101271,7 +101271,7 @@ var validateCrossDatabase = (data, ctx) => {
101271
101271
  // lib/constants.ts
101272
101272
  var SDK_TITLE = "Appwrite";
101273
101273
  var SDK_TITLE_LOWER = "appwrite";
101274
- var SDK_VERSION = "22.2.1";
101274
+ var SDK_VERSION = "22.2.2";
101275
101275
  var SDK_NAME = "Command Line";
101276
101276
  var SDK_PLATFORM = "console";
101277
101277
  var SDK_LANGUAGE = "cli";
package/dist/index.cjs CHANGED
@@ -65565,7 +65565,7 @@ var id_default = ID;
65565
65565
  // lib/constants.ts
65566
65566
  var SDK_TITLE = "Appwrite";
65567
65567
  var SDK_TITLE_LOWER = "appwrite";
65568
- var SDK_VERSION = "22.2.1";
65568
+ var SDK_VERSION = "22.2.2";
65569
65569
  var SDK_LOGO = "\n _ _ _ ___ __ _____\n /_\\ _ __ _ ____ ___ __(_) |_ ___ / __\\ / / \\_ \\\n //_\\\\| '_ \\| '_ \\ \\ /\\ / / '__| | __/ _ \\ / / / / / /\\/\n / _ \\ |_) | |_) \\ V V /| | | | || __/ / /___/ /___/\\/ /_\n \\_/ \\_/ .__/| .__/ \\_/\\_/ |_| |_|\\__\\___| \\____/\\____/\\____/\n |_| |_|\n\n";
65570
65570
  var EXECUTABLE_NAME = "appwrite";
65571
65571
  var UPDATE_CHECK_INTERVAL_MS = 24 * 60 * 60 * 1e3;
@@ -104911,7 +104911,7 @@ var package_default = {
104911
104911
  type: "module",
104912
104912
  homepage: "https://appwrite.io/support",
104913
104913
  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",
104914
- version: "22.2.1",
104914
+ version: "22.2.2",
104915
104915
  license: "BSD-3-Clause",
104916
104916
  main: "dist/index.cjs",
104917
104917
  module: "dist/index.js",
package/dist/index.js CHANGED
@@ -65545,7 +65545,7 @@ var id_default = ID;
65545
65545
  // lib/constants.ts
65546
65546
  var SDK_TITLE = "Appwrite";
65547
65547
  var SDK_TITLE_LOWER = "appwrite";
65548
- var SDK_VERSION = "22.2.1";
65548
+ var SDK_VERSION = "22.2.2";
65549
65549
  var SDK_LOGO = "\n _ _ _ ___ __ _____\n /_\\ _ __ _ ____ ___ __(_) |_ ___ / __\\ / / \\_ \\\n //_\\\\| '_ \\| '_ \\ \\ /\\ / / '__| | __/ _ \\ / / / / / /\\/\n / _ \\ |_) | |_) \\ V V /| | | | || __/ / /___/ /___/\\/ /_\n \\_/ \\_/ .__/| .__/ \\_/\\_/ |_| |_|\\__\\___| \\____/\\____/\\____/\n |_| |_|\n\n";
65550
65550
  var EXECUTABLE_NAME = "appwrite";
65551
65551
  var UPDATE_CHECK_INTERVAL_MS = 24 * 60 * 60 * 1e3;
@@ -104891,7 +104891,7 @@ var package_default = {
104891
104891
  type: "module",
104892
104892
  homepage: "https://appwrite.io/support",
104893
104893
  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",
104894
- version: "22.2.1",
104894
+ version: "22.2.2",
104895
104895
  license: "BSD-3-Clause",
104896
104896
  main: "dist/index.cjs",
104897
104897
  module: "dist/index.js",
@@ -1,6 +1,6 @@
1
1
  export declare const SDK_TITLE = "Appwrite";
2
2
  export declare const SDK_TITLE_LOWER = "appwrite";
3
- export declare const SDK_VERSION = "22.2.1";
3
+ export declare const SDK_VERSION = "22.2.2";
4
4
  export declare const SDK_NAME = "Command Line";
5
5
  export declare const SDK_PLATFORM = "console";
6
6
  export declare const SDK_LANGUAGE = "cli";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "type": "module",
4
4
  "homepage": "https://appwrite.io/support",
5
5
  "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",
6
- "version": "22.2.1",
6
+ "version": "22.2.2",
7
7
  "license": "BSD-3-Clause",
8
8
  "main": "dist/index.cjs",
9
9
  "module": "dist/index.js",