We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d3461 commit ab8f10cCopy full SHA for ab8f10c
README.md
@@ -2,7 +2,7 @@
2
3
Simple proof-of-concept to validate STAC Items, Catalogs, Collections and core extensions with node.
4
5
-Version: 0.2.0 - supports STAC 1.0.0-beta.1
+Version: 0.2.1 - supports STAC 1.0.0-beta.1
6
7
## Setup
8
package.json
@@ -1,6 +1,6 @@
1
{
"name": "stac-node-validator",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "STAC Validator for NodeJS",
"author": "Matthias Mohr",
"license": "Apache-2.0",
@@ -25,6 +25,7 @@
25
},
26
"files": [
27
"stac-spec/*/json-schema/*.json",
28
+ "stac-spec/*/*/json-schema/*.json",
29
"core.json",
30
"bin/cli.js",
31
"index.js"
0 commit comments