appwrite-cli 21.0.0 → 21.0.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 +3 -3
- package/dist/bundle-win-arm64.mjs +3 -3
- package/dist/cli.cjs +3 -3
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/lib/constants.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Appwrite Command Line SDK
|
|
2
2
|
|
|
3
3
|

|
|
4
|
-

|
|
5
5
|
[](https://travis-ci.com/appwrite/sdk-generator)
|
|
6
6
|
[](https://twitter.com/appwrite)
|
|
7
7
|
[](https://appwrite.io/discord)
|
|
@@ -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
|
-
21.0.
|
|
32
|
+
21.0.1
|
|
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
|
-
21.0.
|
|
86
|
+
21.0.1
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
## Getting Started
|
|
@@ -87731,7 +87731,7 @@ var package_default = {
|
|
|
87731
87731
|
type: "module",
|
|
87732
87732
|
homepage: "https://appwrite.io/support",
|
|
87733
87733
|
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",
|
|
87734
|
-
version: "21.0.
|
|
87734
|
+
version: "21.0.1",
|
|
87735
87735
|
license: "BSD-3-Clause",
|
|
87736
87736
|
main: "dist/index.cjs",
|
|
87737
87737
|
module: "dist/index.js",
|
|
@@ -102468,7 +102468,7 @@ var validateCrossDatabase = (data, ctx) => {
|
|
|
102468
102468
|
// lib/constants.ts
|
|
102469
102469
|
var SDK_TITLE = "Appwrite";
|
|
102470
102470
|
var SDK_TITLE_LOWER = "appwrite";
|
|
102471
|
-
var SDK_VERSION = "21.0.
|
|
102471
|
+
var SDK_VERSION = "21.0.1";
|
|
102472
102472
|
var SDK_NAME = "Command Line";
|
|
102473
102473
|
var SDK_PLATFORM = "console";
|
|
102474
102474
|
var SDK_LANGUAGE = "cli";
|
|
@@ -141207,7 +141207,7 @@ var Kotlin = class extends LanguageMeta {
|
|
|
141207
141207
|
}
|
|
141208
141208
|
break;
|
|
141209
141209
|
case AttributeType.INTEGER:
|
|
141210
|
-
type = "
|
|
141210
|
+
type = "Long";
|
|
141211
141211
|
break;
|
|
141212
141212
|
case AttributeType.FLOAT:
|
|
141213
141213
|
type = "Float";
|
package/dist/cli.cjs
CHANGED
|
@@ -87725,7 +87725,7 @@ var package_default = {
|
|
|
87725
87725
|
type: "module",
|
|
87726
87726
|
homepage: "https://appwrite.io/support",
|
|
87727
87727
|
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",
|
|
87728
|
-
version: "21.0.
|
|
87728
|
+
version: "21.0.1",
|
|
87729
87729
|
license: "BSD-3-Clause",
|
|
87730
87730
|
main: "dist/index.cjs",
|
|
87731
87731
|
module: "dist/index.js",
|
|
@@ -102462,7 +102462,7 @@ var validateCrossDatabase = (data, ctx) => {
|
|
|
102462
102462
|
// lib/constants.ts
|
|
102463
102463
|
var SDK_TITLE = "Appwrite";
|
|
102464
102464
|
var SDK_TITLE_LOWER = "appwrite";
|
|
102465
|
-
var SDK_VERSION = "21.0.
|
|
102465
|
+
var SDK_VERSION = "21.0.1";
|
|
102466
102466
|
var SDK_NAME = "Command Line";
|
|
102467
102467
|
var SDK_PLATFORM = "console";
|
|
102468
102468
|
var SDK_LANGUAGE = "cli";
|
|
@@ -141201,7 +141201,7 @@ var Kotlin = class extends LanguageMeta {
|
|
|
141201
141201
|
}
|
|
141202
141202
|
break;
|
|
141203
141203
|
case AttributeType.INTEGER:
|
|
141204
|
-
type = "
|
|
141204
|
+
type = "Long";
|
|
141205
141205
|
break;
|
|
141206
141206
|
case AttributeType.FLOAT:
|
|
141207
141207
|
type = "Float";
|
package/dist/index.cjs
CHANGED
|
@@ -65008,7 +65008,7 @@ var id_default = ID;
|
|
|
65008
65008
|
// lib/constants.ts
|
|
65009
65009
|
var SDK_TITLE = "Appwrite";
|
|
65010
65010
|
var SDK_TITLE_LOWER = "appwrite";
|
|
65011
|
-
var SDK_VERSION = "21.0.
|
|
65011
|
+
var SDK_VERSION = "21.0.1";
|
|
65012
65012
|
var SDK_LOGO = "\n _ _ _ ___ __ _____\n /_\\ _ __ _ ____ ___ __(_) |_ ___ / __\\ / / \\_ \\\n //_\\\\| '_ \\| '_ \\ \\ /\\ / / '__| | __/ _ \\ / / / / / /\\/\n / _ \\ |_) | |_) \\ V V /| | | | || __/ / /___/ /___/\\/ /_\n \\_/ \\_/ .__/| .__/ \\_/\\_/ |_| |_|\\__\\___| \\____/\\____/\\____/\n |_| |_|\n\n";
|
|
65013
65013
|
var EXECUTABLE_NAME = "appwrite";
|
|
65014
65014
|
var UPDATE_CHECK_INTERVAL_MS = 24 * 60 * 60 * 1e3;
|
|
@@ -106226,7 +106226,7 @@ var package_default = {
|
|
|
106226
106226
|
type: "module",
|
|
106227
106227
|
homepage: "https://appwrite.io/support",
|
|
106228
106228
|
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",
|
|
106229
|
-
version: "21.0.
|
|
106229
|
+
version: "21.0.1",
|
|
106230
106230
|
license: "BSD-3-Clause",
|
|
106231
106231
|
main: "dist/index.cjs",
|
|
106232
106232
|
module: "dist/index.js",
|
package/dist/index.js
CHANGED
|
@@ -64988,7 +64988,7 @@ var id_default = ID;
|
|
|
64988
64988
|
// lib/constants.ts
|
|
64989
64989
|
var SDK_TITLE = "Appwrite";
|
|
64990
64990
|
var SDK_TITLE_LOWER = "appwrite";
|
|
64991
|
-
var SDK_VERSION = "21.0.
|
|
64991
|
+
var SDK_VERSION = "21.0.1";
|
|
64992
64992
|
var SDK_LOGO = "\n _ _ _ ___ __ _____\n /_\\ _ __ _ ____ ___ __(_) |_ ___ / __\\ / / \\_ \\\n //_\\\\| '_ \\| '_ \\ \\ /\\ / / '__| | __/ _ \\ / / / / / /\\/\n / _ \\ |_) | |_) \\ V V /| | | | || __/ / /___/ /___/\\/ /_\n \\_/ \\_/ .__/| .__/ \\_/\\_/ |_| |_|\\__\\___| \\____/\\____/\\____/\n |_| |_|\n\n";
|
|
64993
64993
|
var EXECUTABLE_NAME = "appwrite";
|
|
64994
64994
|
var UPDATE_CHECK_INTERVAL_MS = 24 * 60 * 60 * 1e3;
|
|
@@ -106206,7 +106206,7 @@ var package_default = {
|
|
|
106206
106206
|
type: "module",
|
|
106207
106207
|
homepage: "https://appwrite.io/support",
|
|
106208
106208
|
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",
|
|
106209
|
-
version: "21.0.
|
|
106209
|
+
version: "21.0.1",
|
|
106210
106210
|
license: "BSD-3-Clause",
|
|
106211
106211
|
main: "dist/index.cjs",
|
|
106212
106212
|
module: "dist/index.js",
|
package/dist/lib/constants.d.ts
CHANGED
|
@@ -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 = "21.0.
|
|
3
|
+
export declare const SDK_VERSION = "21.0.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": "21.0.
|
|
6
|
+
"version": "21.0.1",
|
|
7
7
|
"license": "BSD-3-Clause",
|
|
8
8
|
"main": "dist/index.cjs",
|
|
9
9
|
"module": "dist/index.js",
|