Skip to content

Commit 06b905c

Browse files
committed
Update ol-stac and stac-node-validator
1 parent d08adf3 commit 06b905c

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
"node-polyfill-webpack-plugin": "^4.0.0",
5353
"oidc-client-ts": "^3.0.1",
5454
"ol": "~10.4.0",
55-
"ol-stac": "^1.0.0-rc.9",
55+
"ol-stac": "^1.0.0",
5656
"proj4": "^2.15.0",
5757
"remove-markdown": "^0.6.2",
58-
"stac-js": "~0.1.4",
59-
"stac-node-validator": "2.0.0-beta.18",
58+
"stac-js": "~0.1.5",
59+
"stac-node-validator": "2.0.0-rc.1",
6060
"streamsaver-js": "^2.0.7",
6161
"urijs": "^1.19.11",
6262
"v-clipboard": "3.0.0-next.1",

src/components/Source.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import { mapActions, mapGetters, mapState } from 'vuex';
8282
import Url from './Url.vue';
8383
8484
import Utils from '../utils';
85-
import { getBest, prepareSupported } from '../../../stac-js/src/locales';
85+
import { getBest, prepareSupported } from 'stac-js/src/locales';
8686
import CopyButton from './CopyButton.vue';
8787
import SocialSharing from './SocialSharing.vue';
8888

0 commit comments

Comments
 (0)