diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1bb2d..0338282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 98f3339..c55f1f9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ +![Cover image](media/readmeCoverImage.png) + # Appwrite for Visual Studio Code - +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) - - -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) diff --git a/media/readmeCoverImage.png b/media/readmeCoverImage.png new file mode 100644 index 0000000..f5f6e22 Binary files /dev/null and b/media/readmeCoverImage.png differ diff --git a/package-lock.json b/package-lock.json index 7c56c93..6f46864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 1384fe9..2e55ec1 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/src/appwrite/Health.ts b/src/appwrite/Health.ts index 8ffe6a4..3863e2a 100644 --- a/src/appwrite/Health.ts +++ b/src/appwrite/Health.ts @@ -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(), }; } }