Skip to content

Commit

Permalink
Add v2.3 support to TypeScript model README (#159)
Browse files Browse the repository at this point in the history
* Add v2.3 support to TypeScript model README

Follow up of #157

This PR updates the README of the TypeScript model to add v2.3 support.

* updated typescript package

---------

Co-authored-by: Alessandro Kreslin <[email protected]>
  • Loading branch information
richfab and Alessandro100 authored Jan 23, 2025
1 parent 9d367f0 commit 9389347
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
3 changes: 2 additions & 1 deletion models/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ npm install gbfs-typescript-types --save-dev
```

## Versions
- v2.3
- v3.0
- v3.1-RC

Expand All @@ -38,4 +39,4 @@ fetch(url).then((systemInformationResponse) => {
systemInformationData = systemInformationJson.data;
})
})
```
```
24 changes: 23 additions & 1 deletion models/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
{
"name": "gbfs-typescript-types",
"version": "1.0.10",
"version": "1.0.11",
"description": "Language Bindings for GBFS in Typescript.",
"keywords": [
"gbfs",
"general-bikeshare-feed-specification",
"typescript",
"types",
"type-definitions",
"bikeshare",
"bike-sharing",
"mobility",
"shared-mobility",
"transportation",
"feed-specification",
"open-data",
"npm-package",
"javascript",
"data-standard",
"schema",
"json-schema",
"typescript-support",
"npm",
"types-for-gbfs"
],
"license": "Apache-2.0",
"types": "index.d.ts",
"author": "MobilityData",
Expand Down

0 comments on commit 9389347

Please sign in to comment.