Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v2.3 support to TypeScript model README #159

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading