Skip to content

Commit

Permalink
v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 30, 2025
1 parent 49382ea commit 620f08c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
limit the overall number of catalog reads necessary when browsing (as catalogs
may be nested and do not necessarily contain references to their parents).

Version: **3.3.2** (supports all STAC versions between 0.6.0 and 1.1.0)
Version: **3.3.3** (supports all STAC versions between 0.6.0 and 1.1.0)

This package has also been published to npm as [`@radiantearth/stac-browser`](https://www.npmjs.com/package/@radiantearth/stac-browser).

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radiantearth/stac-browser",
"version": "3.3.2",
"version": "3.3.3",
"description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
"main": "src/main.js",
"scripts": {
Expand Down Expand Up @@ -53,11 +53,11 @@
"oidc-client-ts": "^3.0.1",
"remove-markdown": "^0.5.0",
"stac-layer": "^0.15.0",
"stac-node-validator": "2.0.0-beta.13",
"stac-node-validator": "2.0.0-beta.15",
"streamsaver-js": "^2.0.7",
"urijs": "^1.19.11",
"v-clipboard": "3.0.0-next.1",
"vue": "^2.6.12",
"vue": "^2.7.0",
"vue-chartjs": "^5.2.0",
"vue-i18n": "^8.28.2",
"vue-multiselect": "^2.1.6",
Expand Down

0 comments on commit 620f08c

Please sign in to comment.