Skip to content

Commit 8e35ccf

Browse files
authored
Merge pull request #3 from eodash/update
feat: updated eodash
2 parents a0dc8b1 + ba36783 commit 8e35ccf

File tree

3 files changed

+44
-10
lines changed

3 files changed

+44
-10
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"description": "",
1515
"dependencies": {
16-
"@eodash/eodash": "https://pkg.pr.new/eodash/eodash/@eodash/eodash@f0e8f8d"
16+
"@eodash/eodash": "https://pkg.pr.new/eodash/eodash/@eodash/eodash@237"
1717
},
1818
"devDependencies": {
1919
"@eox/eslint-config": "^2.0.0"

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createEodash } from "@eodash/eodash";
22

33
export default createEodash({
44
id: "preview",
5-
stacEndpoint: assignStacEndpoint(),
5+
stacEndpoint: /** @type {`${string}/catalog.json`} */ (assignStacEndpoint()),
66
brand: {
77
noLayout: true,
88
name: "Preview",

0 commit comments

Comments
 (0)