Add some flare to the readme, remove temp fix

This commit is contained in:
alexweininger 2021-05-22 00:17:08 -07:00
parent cf36de1ffb
commit b4e5fdcd20
6 changed files with 26 additions and 25 deletions

View file

@ -6,6 +6,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased] ## [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 ## [0.0.8] - 2021-5-21
- Temp fix for Appwrite https://github.com/appwrite/appwrite/issues/1171 - Temp fix for Appwrite https://github.com/appwrite/appwrite/issues/1171

View file

@ -1,13 +1,11 @@
![Cover image](media/readmeCoverImage.png)
# Appwrite for Visual Studio Code # 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) [![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? ## What is Appwrite?
From [appwrite.io](https://appwrite.io) From [appwrite.io](https://appwrite.io)

BIN
media/readmeCoverImage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

34
package-lock.json generated
View file

@ -1,16 +1,16 @@
{ {
"name": "vscode-appwrite", "name": "vscode-appwrite",
"version": "0.0.6", "version": "0.0.8",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.0.6", "version": "0.0.8",
"license": "SEE LICENSE IN LICENSE.md", "license": "SEE LICENSE IN LICENSE.md",
"dependencies": { "dependencies": {
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"node-appwrite": "^2.1.0" "node-appwrite": "^2.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.11", "@types/fs-extra": "^9.0.11",
@ -1859,9 +1859,9 @@
} }
}, },
"node_modules/form-data": { "node_modules/form-data": {
"version": "3.0.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"dependencies": { "dependencies": {
"asynckit": "^0.4.0", "asynckit": "^0.4.0",
"combined-stream": "^1.0.8", "combined-stream": "^1.0.8",
@ -2869,12 +2869,12 @@
"dev": true "dev": true
}, },
"node_modules/node-appwrite": { "node_modules/node-appwrite": {
"version": "2.1.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-2.1.0.tgz", "resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-2.2.1.tgz",
"integrity": "sha512-MLz4IDsxDdgzqr/R9UDbTskL9JwLvz4F3tjFWKr1/89nowdva4lW0JPKINIXglfajDrxjZ+HpSMqX+cyefgE8Q==", "integrity": "sha512-YbdcJJo4GD3v2rwChUz7uEMJQyzV6fbGdjLj2eshsK0ynqK76GB5M513Qs5E8cid50i4KFbFL9B1uV8oaQ/PAQ==",
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"form-data": "^3.0.0" "form-data": "^4.0.0"
} }
}, },
"node_modules/node-releases": { "node_modules/node-releases": {
@ -5932,9 +5932,9 @@
"integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==" "integrity": "sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
}, },
"form-data": { "form-data": {
"version": "3.0.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"requires": { "requires": {
"asynckit": "^0.4.0", "asynckit": "^0.4.0",
"combined-stream": "^1.0.8", "combined-stream": "^1.0.8",
@ -6691,12 +6691,12 @@
"dev": true "dev": true
}, },
"node-appwrite": { "node-appwrite": {
"version": "2.1.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-2.1.0.tgz", "resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-2.2.1.tgz",
"integrity": "sha512-MLz4IDsxDdgzqr/R9UDbTskL9JwLvz4F3tjFWKr1/89nowdva4lW0JPKINIXglfajDrxjZ+HpSMqX+cyefgE8Q==", "integrity": "sha512-YbdcJJo4GD3v2rwChUz7uEMJQyzV6fbGdjLj2eshsK0ynqK76GB5M513Qs5E8cid50i4KFbFL9B1uV8oaQ/PAQ==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"form-data": "^3.0.0" "form-data": "^4.0.0"
} }
}, },
"node-releases": { "node-releases": {

View file

@ -2,7 +2,7 @@
"name": "vscode-appwrite", "name": "vscode-appwrite",
"displayName": "Appwrite", "displayName": "Appwrite",
"description": "Manage your Appwrite resources right from VS Code!", "description": "Manage your Appwrite resources right from VS Code!",
"version": "0.0.8", "version": "0.0.9",
"engines": { "engines": {
"vscode": "^1.55.0" "vscode": "^1.55.0"
}, },
@ -515,6 +515,6 @@
"dependencies": { "dependencies": {
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"node-appwrite": "^2.1.0" "node-appwrite": "^2.2.1"
} }
} }

View file

@ -24,7 +24,7 @@ export class Health {
QueueCertificates: await this.health.getQueueCertificates(), QueueCertificates: await this.health.getQueueCertificates(),
QueueFunctions: await this.health.getQueueFunctions(), QueueFunctions: await this.health.getQueueFunctions(),
StorageLocal: await this.health.getStorageLocal(), StorageLocal: await this.health.getStorageLocal(),
// AntiVirus: await this.health.getAntiVirus(), AntiVirus: await this.health.getAntiVirus(),
}; };
} }
} }