@appwrite.io/console 1.2.1 → 1.2.2
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 +1 -1
- package/dist/cjs/sdk.js +3 -3
- package/dist/cjs/sdk.js.map +1 -1
- package/dist/esm/sdk.js +3 -3
- package/dist/esm/sdk.js.map +1 -1
- package/dist/iife/sdk.js +3 -3
- package/package.json +1 -1
- package/src/client.ts +1 -1
- package/src/enums/runtime.ts +2 -2
- package/src/models.ts +8 -0
- package/types/enums/runtime.d.ts +2 -2
- package/types/models.d.ts +8 -0
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ import { Client, Account } from "@appwrite.io/console";
|
|
|
33
33
|
To install with a CDN (content delivery network) add the following scripts to the bottom of your <body> tag, but before you use any Appwrite services:
|
|
34
34
|
|
|
35
35
|
```html
|
|
36
|
-
<script src="https://cdn.jsdelivr.net/npm/@appwrite.io/console@1.2.
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/@appwrite.io/console@1.2.2"></script>
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
|
package/dist/cjs/sdk.js
CHANGED
|
@@ -280,7 +280,7 @@ class Client {
|
|
|
280
280
|
'x-sdk-name': 'Console',
|
|
281
281
|
'x-sdk-platform': 'console',
|
|
282
282
|
'x-sdk-language': 'web',
|
|
283
|
-
'x-sdk-version': '1.2.
|
|
283
|
+
'x-sdk-version': '1.2.2',
|
|
284
284
|
'X-Appwrite-Response-Format': '1.6.0',
|
|
285
285
|
};
|
|
286
286
|
this.realtime = {
|
|
@@ -13823,7 +13823,7 @@ exports.Runtime = void 0;
|
|
|
13823
13823
|
Runtime["Node190"] = "node-19.0";
|
|
13824
13824
|
Runtime["Node200"] = "node-20.0";
|
|
13825
13825
|
Runtime["Node210"] = "node-21.0";
|
|
13826
|
-
Runtime["
|
|
13826
|
+
Runtime["Node22"] = "node-22";
|
|
13827
13827
|
Runtime["Php80"] = "php-8.0";
|
|
13828
13828
|
Runtime["Php81"] = "php-8.1";
|
|
13829
13829
|
Runtime["Php82"] = "php-8.2";
|
|
@@ -13860,7 +13860,7 @@ exports.Runtime = void 0;
|
|
|
13860
13860
|
Runtime["Java170"] = "java-17.0";
|
|
13861
13861
|
Runtime["Java180"] = "java-18.0";
|
|
13862
13862
|
Runtime["Java210"] = "java-21.0";
|
|
13863
|
-
Runtime["
|
|
13863
|
+
Runtime["Java22"] = "java-22";
|
|
13864
13864
|
Runtime["Swift55"] = "swift-5.5";
|
|
13865
13865
|
Runtime["Swift58"] = "swift-5.8";
|
|
13866
13866
|
Runtime["Swift59"] = "swift-5.9";
|