diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8011e..03f3821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add uri-js ^4.4.1 as a dependency [#35](https://github.com/stac-extensions/authentication/pull/35) + ## [v1.1.0] - 2023-04-28 ### Changed diff --git a/package.json b/package.json index 953cee9..48649fe 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "stac-extensions", + "name": "stac-extension-authentication", "version": "1.1.0", "scripts": { "test": "npm run check-markdown && npm run check-examples", @@ -15,6 +15,7 @@ "remark-preset-lint-markdown-style-guide": "^3.0.0", "remark-preset-lint-recommended": "^4.0.0", "remark-validate-links": "^10.0.0", - "stac-node-validator": "^1.0.0" + "stac-node-validator": "^1.3.0", + "uri-js": "^4.4.1" } }