Skip to content

Commit adfd589

Browse files
committed
v3.3.2
1 parent 55770d6 commit adfd589

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
88
limit the overall number of catalog reads necessary when browsing (as catalogs
99
may be nested and do not necessarily contain references to their parents).
1010

11-
Version: **3.3.1** (supports all STAC versions between 0.6.0 and 1.1.0)
11+
Version: **3.3.2** (supports all STAC versions between 0.6.0 and 1.1.0)
1212

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radiantearth/stac-browser",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
55
"main": "src/main.js",
66
"scripts": {
@@ -53,7 +53,7 @@
5353
"oidc-client-ts": "^3.0.1",
5454
"remove-markdown": "^0.5.0",
5555
"stac-layer": "^0.15.0",
56-
"stac-node-validator": "2.0.0-beta.12",
56+
"stac-node-validator": "2.0.0-beta.13",
5757
"streamsaver-js": "^2.0.7",
5858
"urijs": "^1.19.11",
5959
"v-clipboard": "3.0.0-next.1",

src/StacBrowser.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const router = new VueRouter({
6767
base: CONFIG.pathPrefix,
6868
routes: getRoutes(CONFIG),
6969
scrollBehavior: (to, from, savedPosition) => {
70-
console.log(to, from);
7170
if (to.path !== from.path) {
7271
return { x: 0, y: 0 };
7372
}

0 commit comments

Comments
 (0)