appwrite-cli 17.3.0 → 17.3.1

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
- 17.3.0
32
+ 17.3.1
33
33
  ```
34
34
 
35
35
  ### Install using prebuilt binaries
@@ -60,7 +60,7 @@ $ scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/sc
60
60
  Once the installation completes, you can verify your install using
61
61
  ```
62
62
  $ appwrite -v
63
- 17.3.0
63
+ 17.3.1
64
64
  ```
65
65
 
66
66
  ## Getting Started
@@ -85974,7 +85974,7 @@ var package_default = {
85974
85974
  type: "module",
85975
85975
  homepage: "https://appwrite.io/support",
85976
85976
  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",
85977
- version: "17.3.0",
85977
+ version: "17.3.1",
85978
85978
  license: "BSD-3-Clause",
85979
85979
  main: "dist/index.cjs",
85980
85980
  module: "dist/index.js",
@@ -100264,7 +100264,7 @@ import childProcess from "child_process";
100264
100264
  // lib/constants.ts
100265
100265
  var SDK_TITLE = "Appwrite";
100266
100266
  var SDK_TITLE_LOWER = "appwrite";
100267
- var SDK_VERSION = "17.3.0";
100267
+ var SDK_VERSION = "17.3.1";
100268
100268
  var SDK_NAME = "Command Line";
100269
100269
  var SDK_PLATFORM = "console";
100270
100270
  var SDK_LANGUAGE = "cli";
@@ -143170,7 +143170,7 @@ var projectsDeleteSmsTemplateCommand = projects.command(`delete-sms-template`).d
143170
143170
  var proxyClient = null;
143171
143171
  var getProxyClient = async () => {
143172
143172
  if (!proxyClient) {
143173
- const sdkClient = await sdkForConsole();
143173
+ const sdkClient = await sdkForProject();
143174
143174
  proxyClient = new Proxy2(sdkClient);
143175
143175
  }
143176
143176
  return proxyClient;
package/dist/cli.cjs CHANGED
@@ -85968,7 +85968,7 @@ var package_default = {
85968
85968
  type: "module",
85969
85969
  homepage: "https://appwrite.io/support",
85970
85970
  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",
85971
- version: "17.3.0",
85971
+ version: "17.3.1",
85972
85972
  license: "BSD-3-Clause",
85973
85973
  main: "dist/index.cjs",
85974
85974
  module: "dist/index.js",
@@ -100258,7 +100258,7 @@ var import_child_process = __toESM(require("child_process"), 1);
100258
100258
  // lib/constants.ts
100259
100259
  var SDK_TITLE = "Appwrite";
100260
100260
  var SDK_TITLE_LOWER = "appwrite";
100261
- var SDK_VERSION = "17.3.0";
100261
+ var SDK_VERSION = "17.3.1";
100262
100262
  var SDK_NAME = "Command Line";
100263
100263
  var SDK_PLATFORM = "console";
100264
100264
  var SDK_LANGUAGE = "cli";
@@ -143164,7 +143164,7 @@ var projectsDeleteSmsTemplateCommand = projects.command(`delete-sms-template`).d
143164
143164
  var proxyClient = null;
143165
143165
  var getProxyClient = async () => {
143166
143166
  if (!proxyClient) {
143167
- const sdkClient = await sdkForConsole();
143167
+ const sdkClient = await sdkForProject();
143168
143168
  proxyClient = new Proxy2(sdkClient);
143169
143169
  }
143170
143170
  return proxyClient;
package/dist/index.cjs CHANGED
@@ -46490,7 +46490,7 @@ var id_default = ID;
46490
46490
  // lib/constants.ts
46491
46491
  var SDK_TITLE = "Appwrite";
46492
46492
  var SDK_TITLE_LOWER = "appwrite";
46493
- var SDK_VERSION = "17.3.0";
46493
+ var SDK_VERSION = "17.3.1";
46494
46494
  var SDK_LOGO = "\n _ _ _ ___ __ _____\n /_\\ _ __ _ ____ ___ __(_) |_ ___ / __\\ / / \\_ \\\n //_\\\\| '_ \\| '_ \\ \\ /\\ / / '__| | __/ _ \\ / / / / / /\\/\n / _ \\ |_) | |_) \\ V V /| | | | || __/ / /___/ /___/\\/ /_\n \\_/ \\_/ .__/| .__/ \\_/\\_/ |_| |_|\\__\\___| \\____/\\____/\\____/\n |_| |_|\n\n";
46495
46495
  var EXECUTABLE_NAME = "appwrite";
46496
46496
  var UPDATE_CHECK_INTERVAL_MS = 24 * 60 * 60 * 1e3;
@@ -84099,7 +84099,7 @@ var package_default = {
84099
84099
  type: "module",
84100
84100
  homepage: "https://appwrite.io/support",
84101
84101
  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",
84102
- version: "17.3.0",
84102
+ version: "17.3.1",
84103
84103
  license: "BSD-3-Clause",
84104
84104
  main: "dist/index.cjs",
84105
84105
  module: "dist/index.js",
package/dist/index.js CHANGED
@@ -46470,7 +46470,7 @@ var id_default = ID;
46470
46470
  // lib/constants.ts
46471
46471
  var SDK_TITLE = "Appwrite";
46472
46472
  var SDK_TITLE_LOWER = "appwrite";
46473
- var SDK_VERSION = "17.3.0";
46473
+ var SDK_VERSION = "17.3.1";
46474
46474
  var SDK_LOGO = "\n _ _ _ ___ __ _____\n /_\\ _ __ _ ____ ___ __(_) |_ ___ / __\\ / / \\_ \\\n //_\\\\| '_ \\| '_ \\ \\ /\\ / / '__| | __/ _ \\ / / / / / /\\/\n / _ \\ |_) | |_) \\ V V /| | | | || __/ / /___/ /___/\\/ /_\n \\_/ \\_/ .__/| .__/ \\_/\\_/ |_| |_|\\__\\___| \\____/\\____/\\____/\n |_| |_|\n\n";
46475
46475
  var EXECUTABLE_NAME = "appwrite";
46476
46476
  var UPDATE_CHECK_INTERVAL_MS = 24 * 60 * 60 * 1e3;
@@ -84079,7 +84079,7 @@ var package_default = {
84079
84079
  type: "module",
84080
84080
  homepage: "https://appwrite.io/support",
84081
84081
  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",
84082
- version: "17.3.0",
84082
+ version: "17.3.1",
84083
84083
  license: "BSD-3-Clause",
84084
84084
  main: "dist/index.cjs",
84085
84085
  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 = "17.3.0";
3
+ export declare const SDK_VERSION = "17.3.1";
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": "17.3.0",
6
+ "version": "17.3.1",
7
7
  "license": "BSD-3-Clause",
8
8
  "main": "dist/index.cjs",
9
9
  "module": "dist/index.js",