Add some flare to the readme, remove temp fix
This commit is contained in:
parent
cf36de1ffb
commit
b4e5fdcd20
6 changed files with 26 additions and 25 deletions
|
@ -6,6 +6,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.9] - 2021-5-21
|
||||
- Remove temporary fix for Appwrite https://github.com/appwrite/appwrite/issues/1171. Upstream issue was resolved.
|
||||
|
||||
## [0.0.8] - 2021-5-21
|
||||
- Temp fix for Appwrite https://github.com/appwrite/appwrite/issues/1171
|
||||
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
![Cover image](media/readmeCoverImage.png)
|
||||
|
||||
# Appwrite for Visual Studio Code
|
||||
|
||||
<!-- region exclude-from-marketplace -->
|
||||
Use the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code.
|
||||
|
||||
[![Version](https://vsmarketplacebadge.apphb.com/version/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite)
|
||||
|
||||
<!-- endregion exclude-from-marketplace -->
|
||||
|
||||
Use the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code.
|
||||
|
||||
## What is Appwrite?
|
||||
|
||||
From [appwrite.io](https://appwrite.io)
|
||||
|
|
BIN
media/readmeCoverImage.png
Normal file
BIN
media/readmeCoverImage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
34
package-lock.json
generated
34
package-lock.json
generated
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "vscode-appwrite",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.8",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.8",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"dayjs": "^1.10.4",
|
||||
"fs-extra": "^9.1.0",
|
||||
"node-appwrite": "^2.1.0"
|
||||
"node-appwrite": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
|
@ -1859,9 +1859,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/form-data": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
|
||||
"integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
||||
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
||||
"dependencies": {
|
||||
"asynckit": "^0.4.0",
|
||||
"combined-stream": "^1.0.8",
|
||||
|
@ -2869,12 +2869,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/node-appwrite": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-2.1.0.tgz",
|
||||
"integrity": "sha512-MLz4IDsxDdgzqr/R9UDbTskL9JwLvz4F3tjFWKr1/89nowdva4lW0JPKINIXglfajDrxjZ+HpSMqX+cyefgE8Q==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-2.2.1.tgz",
|
||||
"integrity": "sha512-YbdcJJo4GD3v2rwChUz7uEMJQyzV6fbGdjLj2eshsK0ynqK76GB5M513Qs5E8cid50i4KFbFL9B1uV8oaQ/PAQ==",
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"form-data": "^3.0.0"
|
||||
"form-data": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/node-releases": {
|
||||
|
@ -5932,9 +5932,9 @@
|
|||
"integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
|
||||
},
|
||||
"form-data": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
|
||||
"integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
||||
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
||||
"requires": {
|
||||
"asynckit": "^0.4.0",
|
||||
"combined-stream": "^1.0.8",
|
||||
|
@ -6691,12 +6691,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node-appwrite": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-2.1.0.tgz",
|
||||
"integrity": "sha512-MLz4IDsxDdgzqr/R9UDbTskL9JwLvz4F3tjFWKr1/89nowdva4lW0JPKINIXglfajDrxjZ+HpSMqX+cyefgE8Q==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-2.2.1.tgz",
|
||||
"integrity": "sha512-YbdcJJo4GD3v2rwChUz7uEMJQyzV6fbGdjLj2eshsK0ynqK76GB5M513Qs5E8cid50i4KFbFL9B1uV8oaQ/PAQ==",
|
||||
"requires": {
|
||||
"axios": "^0.21.1",
|
||||
"form-data": "^3.0.0"
|
||||
"form-data": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"node-releases": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vscode-appwrite",
|
||||
"displayName": "Appwrite",
|
||||
"description": "Manage your Appwrite resources right from VS Code!",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"engines": {
|
||||
"vscode": "^1.55.0"
|
||||
},
|
||||
|
@ -515,6 +515,6 @@
|
|||
"dependencies": {
|
||||
"dayjs": "^1.10.4",
|
||||
"fs-extra": "^9.1.0",
|
||||
"node-appwrite": "^2.1.0"
|
||||
"node-appwrite": "^2.2.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ export class Health {
|
|||
QueueCertificates: await this.health.getQueueCertificates(),
|
||||
QueueFunctions: await this.health.getQueueFunctions(),
|
||||
StorageLocal: await this.health.getStorageLocal(),
|
||||
// AntiVirus: await this.health.getAntiVirus(),
|
||||
AntiVirus: await this.health.getAntiVirus(),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue