Skip to content

Commit f3236a2

Browse files
committed
Update ol-stac
1 parent d08adf3 commit f3236a2

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package-lock.json

Lines changed: 16 additions & 16 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
@@ -52,10 +52,10 @@
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",
58+
"stac-js": "~0.1.5",
5959
"stac-node-validator": "2.0.0-beta.18",
6060
"streamsaver-js": "^2.0.7",
6161
"urijs": "^1.19.11",

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)