Skip to content

Commit

Permalink
Add missing uri-js dependency, v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 4, 2024
1 parent 47c741b commit c626efb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion COMPARISON.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here I'd like to give an overview of what the validators are capable of and what

| | Python Validator | PySTAC | STAC Node Validator |
| :------------------------- | ------------------------------------------ | ------------------- | ------------------- |
| Validator Version | 1.0.1 | 0.5.2 | 1.3.0 |
| Validator Version | 1.0.1 | 0.5.2 | 1.3.1 |
| Language | Python 3.6 | Python 3 | NodeJS |
| CLI | Yes | No | Yes |
| Programmatic | Yes | Yes | Planned |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by

## Versions

**Current version: 1.3.0**
**Current version: 1.3.1**

| STAC Node Validator Version | Supported STAC Versions |
| --------------------------- | ----------------------- |
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stac-node-validator",
"version": "1.3.0",
"version": "1.3.1",
"description": "STAC Validator for NodeJS",
"author": "Matthias Mohr",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,8 @@
"fs-extra": "^10.0.0",
"jest-diff": "^29.0.1",
"klaw": "^4.0.1",
"minimist": "^1.2.5"
"minimist": "^1.2.5",
"uri-js": "^4.4.1"
},
"devDependencies": {
"jest": "^29.0.1"
Expand Down

0 comments on commit c626efb

Please sign in to comment.