Skip to content

Commit

Permalink
Rewritten the code for more features and to extract validation, v2.0.…
Browse files Browse the repository at this point in the history
…0-beta.1
  • Loading branch information
m-mohr committed Aug 14, 2023
1 parent 13686f8 commit 50c66e3
Show file tree
Hide file tree
Showing 14 changed files with 879 additions and 426 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by

## Versions

**Current version: 1.3.0**
**Current version: 2.0.0-beta.1**

| STAC Node Validator Version | Supported STAC Versions |
| --------------------------- | ----------------------- |
| 1.1.0 / 1.2.x | >= 1.0.0-rc.1 |
| 1.1.0 / 1.2.x / 2.x.x | >= 1.0.0-rc.1 |
| 0.4.x / 1.0.x | >= 1.0.0-beta.2 and < 1.0.0-rc.3 |
| 0.3.0 | 1.0.0-beta.2 |
| 0.2.1 | 1.0.0-beta.1 |
Expand Down
3 changes: 2 additions & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
require('../index.js')()
const runCLI = require('../src/cli.js');
runCLI();
Loading

0 comments on commit 50c66e3

Please sign in to comment.