From 880e8cc6a8e623c00be6600628aff83f1219fa0b Mon Sep 17 00:00:00 2001 From: Fabien Richard-Allouard Date: Thu, 23 Jan 2025 16:09:04 +0100 Subject: [PATCH 1/2] 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. --- models/typescript/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +``` From 4e8468bc7317dfd71cd0c360a966cdf5cf65a4e2 Mon Sep 17 00:00:00 2001 From: Alessandro Kreslin Date: Thu, 23 Jan 2025 10:33:42 -0500 Subject: [PATCH 2/2] updated typescript package --- models/typescript/package.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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",