Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 27, 2025
1 parent 55770d6 commit adfd589
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.1** (supports all STAC versions between 0.6.0 and 1.1.0)
Version: **3.3.2** (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
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radiantearth/stac-browser",
"version": "3.3.1",
"version": "3.3.2",
"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,7 +53,7 @@
"oidc-client-ts": "^3.0.1",
"remove-markdown": "^0.5.0",
"stac-layer": "^0.15.0",
"stac-node-validator": "2.0.0-beta.12",
"stac-node-validator": "2.0.0-beta.13",
"streamsaver-js": "^2.0.7",
"urijs": "^1.19.11",
"v-clipboard": "3.0.0-next.1",
Expand Down
1 change: 0 additions & 1 deletion src/StacBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const router = new VueRouter({
base: CONFIG.pathPrefix,
routes: getRoutes(CONFIG),
scrollBehavior: (to, from, savedPosition) => {
console.log(to, from);
if (to.path !== from.path) {
return { x: 0, y: 0 };
}
Expand Down

0 comments on commit adfd589

Please sign in to comment.