Skip to content

Commit

Permalink
patch URI of ML-AOI in STAC Node Validator config
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Mar 27, 2024
1 parent 952dc58 commit 9f6f364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"scripts": {
"test": "npm run check-markdown && npm run check-examples",
"check-markdown": "remark . -f -r .github/remark.yaml",
"check-examples": "stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/ml-aoi/v1.0.0/schema.json=./json-schema/schema.json",
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/ml-aoi/v1.0.0/schema.json=./json-schema/schema.json"
"check-examples": "stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/ml-aoi/v0.1.0/schema.json=./json-schema/schema.json",
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/ml-aoi/v0.1.0/schema.json=./json-schema/schema.json"
},
"dependencies": {
"remark-lint-no-html": "^2.0.0",
Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ replace = __version__ = "{new_version}"
search = APP_VERSION ?= {current_version}
replace = APP_VERSION ?= {new_version}

[bumpversion:file:package.json]
search = ml-aoi/v{current_version}
replace = ml-aoi/v{new_version}

[bumpversion:glob:examples/*.json]
search = ml-aoi/v{current_version}
replace = ml-aoi/v{new_version}
Expand Down

0 comments on commit 9f6f364

Please sign in to comment.