File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Appwrite Deno SDK
22
33![ License] ( https://img.shields.io/github/license/appwrite/sdk-for-deno.svg?style=flat-square )
4- ![ Version] ( https://img.shields.io/badge/api%20version-1.5.6 -blue.svg?style=flat-square )
4+ ![ Version] ( https://img.shields.io/badge/api%20version-1.5.7 -blue.svg?style=flat-square )
55[ ![ Build Status] ( https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square )] ( https://travis-ci.com/appwrite/sdk-generator )
66[ ![ Twitter Account] ( https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square )] ( https://twitter.com/appwrite )
77[ ![ Discord] ( https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square )] ( https://appwrite.io/discord )
Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ export enum Name {
1111 V1Builds = 'v1-builds' ,
1212 V1Messaging = 'v1-messaging' ,
1313 V1Migrations = 'v1-migrations' ,
14- Hamsterv1 = 'hamsterv1' ,
1514}
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ export enum Runtime {
1919 Python311 = 'python-3.11' ,
2020 Python312 = 'python-3.12' ,
2121 PythonMl311 = 'python-ml-3.11' ,
22+ Deno121 = 'deno-1.21' ,
23+ Deno124 = 'deno-1.24' ,
24+ Deno135 = 'deno-1.35' ,
2225 Deno140 = 'deno-1.40' ,
2326 Dart215 = 'dart-2.15' ,
2427 Dart216 = 'dart-2.16' ,
You can’t perform that action at this time.
0 commit comments