Skip to content
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
2 changes: 1 addition & 1 deletion gbfs-validator/__test__/gbfs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ describe('required default_reserve_time on reservation price existing v3.1-RC2',
summary: expect.objectContaining({
version: { detected: '3.1-RC2', validated: '3.1-RC2' },
hasErrors: true,
errorsCount: 3
errorsCount: 4
}),
files: expect.arrayContaining([
expect.objectContaining(
Expand Down
5 changes: 3 additions & 2 deletions gbfs-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gbfs-validator",
"version": "1.0.16",
"version": "1.0.17",
"author": "MobilityData",
"main": "index.js",
"license": "MIT",
Expand All @@ -20,7 +20,8 @@
},
"scripts": {
"test": "jest",
"prepare": "git submodule update --init --recursive"
"prepare": "git submodule update --init --recursive",
"update-schemas": "git submodule update --remote"
},
"dependencies": {
"ajv": "^8.9.0",
Expand Down
2 changes: 1 addition & 1 deletion gbfs-validator/versions/gbfs-json-schema
Submodule gbfs-json-schema updated 132 files
Loading