Skip to content

Commit

Permalink
📦 Update to doi-utils v2.0.4 (#1782)
Browse files Browse the repository at this point in the history
See #1336
  • Loading branch information
rowanc1 authored Jan 15, 2025
1 parent 255e73e commit 415ed13
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .changeset/long-bees-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"myst-frontmatter": patch
"jats-to-myst": patch
"myst-to-jats": patch
"myst-cli": patch
---

Update DOI utils to ensure a `.` is present after the 10
17 changes: 9 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/jats-to-myst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/jupyter-book/mystmd/issues"
},
"dependencies": {
"doi-utils": "^2.0.0",
"doi-utils": "^2.0.4",
"jats-tags": "^1.0.8",
"jats-xml": "^1.0.8",
"myst-common": "^1.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"commander": "^10.0.1",
"cors": "^2.8.5",
"docx": "^7.5.0",
"doi-utils": "^2.0.3",
"doi-utils": "^2.0.4",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"get-port": "^6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"credit-roles": "^2.1.0",
"doi-utils": "^2.0.0",
"doi-utils": "^2.0.4",
"orcid": "^1.0.0",
"simple-validators": "^1.1.0",
"spdx-correct": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-to-jats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"citation-js-utils": "^1.2.3",
"credit-roles": "^2.1.0",
"doi-utils": "^2.0.1",
"doi-utils": "^2.0.4",
"jats-tags": "^1.0.8",
"jats-utils": "^1.0.8",
"katex": "^0.15.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/myst-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "npm-run-all -l clean -p build:esm"
},
"dependencies": {
"doi-utils": "^2.0.0",
"doi-utils": "^2.0.4",
"hast-util-from-html": "^2.0.1",
"intersphinx": "^1.0.2",
"js-yaml": "^4.1.0",
Expand Down

0 comments on commit 415ed13

Please sign in to comment.