Skip to content

Commit 50c66e3

Browse files
committed
Rewritten the code for more features and to extract validation, v2.0.0-beta.1
1 parent 13686f8 commit 50c66e3

File tree

14 files changed

+879
-426
lines changed

14 files changed

+879
-426
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ See the [STAC Validator Comparison](COMPARISON.md) for the features supported by
66

77
## Versions
88

9-
**Current version: 1.3.0**
9+
**Current version: 2.0.0-beta.1**
1010

1111
| STAC Node Validator Version | Supported STAC Versions |
1212
| --------------------------- | ----------------------- |
13-
| 1.1.0 / 1.2.x | >= 1.0.0-rc.1 |
13+
| 1.1.0 / 1.2.x / 2.x.x | >= 1.0.0-rc.1 |
1414
| 0.4.x / 1.0.x | >= 1.0.0-beta.2 and < 1.0.0-rc.3 |
1515
| 0.3.0 | 1.0.0-beta.2 |
1616
| 0.2.1 | 1.0.0-beta.1 |

bin/cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/usr/bin/env node
2-
require('../index.js')()
2+
const runCLI = require('../src/cli.js');
3+
runCLI();

0 commit comments

Comments
 (0)