From c626efb7a5995500999bf47c241a7aa95b398328 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Tue, 4 Jun 2024 11:18:07 +0200 Subject: [PATCH] Add missing uri-js dependency, v1.3.1 --- COMPARISON.md | 2 +- README.md | 2 +- package.json | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/COMPARISON.md b/COMPARISON.md index f6403f0..94f2343 100644 --- a/COMPARISON.md +++ b/COMPARISON.md @@ -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 | diff --git a/README.md b/README.md index a0c9347..972d9a2 100644 --- a/README.md +++ b/README.md @@ -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 | | --------------------------- | ----------------------- | diff --git a/package.json b/package.json index 09c7696..2273507 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"