Skip to content

Commit

Permalink
feat(storage): use latest reference-spec-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Aug 11, 2023
1 parent f041e04 commit cfcd56a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"dependencies": {
"reference-spec-reader": "^0.1.3",
"reference-spec-reader": "^0.2.0",
"unzipit": "^1.3.6"
}
}
1 change: 0 additions & 1 deletion packages/storage/src/ref.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-expect-error
import { parse } from "reference-spec-reader";
import { fetch_range, strip_prefix, uri2href } from "./util.js";
import type { AbsolutePath, Async, Readable } from "./types.js";
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit cfcd56a

Please sign in to comment.