From 9389347d64816cc26ce892a9df1d39272c3fd627 Mon Sep 17 00:00:00 2001 From: Fabien Richard-Allouard Date: Thu, 23 Jan 2025 17:07:30 +0100 Subject: [PATCH] Add v2.3 support to TypeScript model README (#159) * Add v2.3 support to TypeScript model README Follow up of https://github.com/MobilityData/gbfs-json-schema/pull/157 This PR updates the README of the TypeScript model to add v2.3 support. * updated typescript package --------- Co-authored-by: Alessandro Kreslin --- models/typescript/README.md | 3 ++- models/typescript/package.json | 24 +++++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/models/typescript/README.md b/models/typescript/README.md index 84b268f..d7e1b57 100644 --- a/models/typescript/README.md +++ b/models/typescript/README.md @@ -14,6 +14,7 @@ npm install gbfs-typescript-types --save-dev ``` ## Versions +- v2.3 - v3.0 - v3.1-RC @@ -38,4 +39,4 @@ fetch(url).then((systemInformationResponse) => { systemInformationData = systemInformationJson.data; }) }) -``` \ No newline at end of file +``` diff --git a/models/typescript/package.json b/models/typescript/package.json index de49cf3..9227885 100644 --- a/models/typescript/package.json +++ b/models/typescript/package.json @@ -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",