Skip to content

Commit

Permalink
Updated parser
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Oct 2, 2023
1 parent a4218d3 commit ee013cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,14 @@
"test": "vitest"
},
"resolutions": {
"@iiif/presentation-3": "^2.1.2",
"@iiif/presentation-3": "^2.1.3",
"@iiif/presentation-3-normalized": "0.9.7"
},
"dependencies": {
"@iiif/presentation-2": "1.0.4",
"@iiif/presentation-3": "2.1.2",
"@iiif/presentation-3": "2.1.3",
"@iiif/presentation-3-normalized": "0.9.7",
"@iiif/parser": "https://pkg.csb.dev/IIIF-Commons/parser/commit/d3464290/@iiif/parser/_pkg.tgz"
"@iiif/parser": "https://pkg.csb.dev/IIIF-Commons/parser/commit/0e8f5817/@iiif/parser/_pkg.tgz"
},
"optionalDependencies": {
"abs-svg-path": "^0.1.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,12 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==

"@iiif/parser@https://pkg.csb.dev/IIIF-Commons/parser/commit/d3464290/@iiif/parser/_pkg.tgz":
"@iiif/parser@https://pkg.csb.dev/IIIF-Commons/parser/commit/0e8f5817/@iiif/parser/_pkg.tgz":
version "1.1.2"
resolved "https://pkg.csb.dev/IIIF-Commons/parser/commit/d3464290/@iiif/parser/_pkg.tgz#031b1633d262311548b092fb0343a974d0f73073"
resolved "https://pkg.csb.dev/IIIF-Commons/parser/commit/0e8f5817/@iiif/parser/_pkg.tgz#a4d642920cf5e56c1a6f0e7ab72a51fd861c559a"
dependencies:
"@iiif/presentation-2" "^1.0.4"
"@iiif/presentation-3" "^2.1.2"
"@iiif/presentation-3" "^2.1.3"
"@iiif/presentation-3-normalized" "^0.9.7"
"@types/geojson" "^7946.0.10"

Expand All @@ -403,10 +403,10 @@
dependencies:
"@iiif/presentation-3" "^2.0.5"

"@iiif/presentation-3@*", "@iiif/[email protected].2", "@iiif/presentation-3@^2.0.5", "@iiif/presentation-3@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@iiif/presentation-3/-/presentation-3-2.1.2.tgz#c1130bdbbaa15a86614ecfd578a61ee94a54a267"
integrity sha512-2xqqFVcUYm8hQ62Hg66oJux7lAtFBXa6zFwQOmufBF8YEJJ4jIGdtLG72Y5HYNzBLWaS4JdhLfKGybl4QyNkDQ==
"@iiif/presentation-3@*", "@iiif/[email protected].3", "@iiif/presentation-3@^2.0.5", "@iiif/presentation-3@^2.1.3":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@iiif/presentation-3/-/presentation-3-2.1.3.tgz#745cf3ec1f8d828b1e3aba88c3f15e6dc8e80710"
integrity sha512-0V9LL+UPGknn4vdEJuJnuK0BsOL93dmr4PrdXg9fSE9HUq/2P0jkp4yGJR13f7N9OpmcRsEQjqWqVceWHB8Bow==
dependencies:
"@types/geojson" "^7946.0.10"

Expand Down

0 comments on commit ee013cc

Please sign in to comment.