Skip to content

Commit 62687e3

Browse files
committed
updated typescript package
1 parent 880e8cc commit 62687e3

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

.github/workflows/typescript_package_publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: GBFS Typescript Language Bindings - Publish
22

33
on:
44
workflow_dispatch:
5-
workflow_call:
65
push:
76
branches:
87
- master

models/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gbfs_types"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Types for GBFS"

models/typescript/package.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
{
22
"name": "gbfs-typescript-types",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Language Bindings for GBFS in Typescript.",
5+
"keywords": [
6+
"gbfs",
7+
"general-bikeshare-feed-specification",
8+
"typescript",
9+
"types",
10+
"type-definitions",
11+
"bikeshare",
12+
"bike-sharing",
13+
"mobility",
14+
"shared-mobility",
15+
"transportation",
16+
"feed-specification",
17+
"open-data",
18+
"npm-package",
19+
"javascript",
20+
"data-standard",
21+
"schema",
22+
"json-schema",
23+
"typescript-support",
24+
"npm",
25+
"types-for-gbfs"
26+
],
527
"license": "Apache-2.0",
628
"types": "index.d.ts",
729
"author": "MobilityData",

0 commit comments

Comments
 (0)