Update SDK

This commit is contained in:
Jake Barnby
2024-02-22 00:25:51 +13:00
parent 83c35aab2e
commit 90da937914
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -6,7 +6,7 @@
"": {
"name": "@appwrite/console",
"dependencies": {
"@appwrite.io/console": "^0.6.0-rc.11",
"@appwrite.io/console": "^0.6.0-rc.12",
"@appwrite.io/pink": "0.4.0",
"@appwrite.io/pink-icons": "0.4.0",
"@popperjs/core": "^2.11.8",
@@ -158,9 +158,9 @@
"integrity": "sha512-TD+xbmsBLyYy/IxFimW/YL/9L2IEnM7/EoV9Aeh56U64Ify8o27HJcKjo38XY9Tcn0uOq1AX3thkKgvtWvwFQg=="
},
"node_modules/@appwrite.io/console": {
"version": "0.6.0-rc.11",
"resolved": "https://registry.npmjs.org/@appwrite.io/console/-/console-0.6.0-rc.11.tgz",
"integrity": "sha512-ZWgXqNkfJGlHExXr1w67+hp0MUVI+0IGaLS0UwBmxof2RGsBD3LnH8+GAzA5tknFwVXgpq0llOceodzEtK7WaQ==",
"version": "0.6.0-rc.12",
"resolved": "https://registry.npmjs.org/@appwrite.io/console/-/console-0.6.0-rc.12.tgz",
"integrity": "sha512-pDov75TCkBmJdUPrWuzRW7uM28HYqiMFtVFrUoavDd/lMPBS7RnPXL4sBHsGY8AUldHE3oBcGVPkNoQfEAgLlw==",
"dependencies": {
"cross-fetch": "3.1.5",
"isomorphic-form-data": "2.0.0"
+1 -1
View File
@@ -18,7 +18,7 @@
"e2e": "playwright test tests/e2e"
},
"dependencies": {
"@appwrite.io/console": "^0.6.0-rc.11",
"@appwrite.io/console": "^0.6.0-rc.12",
"@appwrite.io/pink": "0.4.0",
"@appwrite.io/pink-icons": "0.4.0",
"@popperjs/core": "^2.11.8",