Skip to content

Commit

Permalink
update idb
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Sep 20, 2024
1 parent f19ee5a commit c24de48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"hash-wasm": "^4.9.0",
"http-link-header": "^1.1.3",
"http-status-codes": "^2.1.4",
"idb": "^7.1.1",
"idb": "^8.0.0",
"js-levenshtein": "^1.1.6",
"js-yaml": "^4.1.0",
"pako": "^1.0.11",
Expand Down
2 changes: 1 addition & 1 deletion src/archivedb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
deleteDB,
type IDBPDatabase,
type IDBPTransaction,
} from "idb/with-async-ittr";
} from "idb";
import {
tsToDate,
isNullBodyStatus,
Expand Down
2 changes: 1 addition & 1 deletion src/loaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { type BaseLoader, createLoader } from "./blockloaders";
import { RemoteWARCProxy } from "./remotewarcproxy";
import { LiveProxy } from "./liveproxy";

import { type IDBPDatabase, deleteDB, openDB } from "idb/with-async-ittr";
import { type IDBPDatabase, deleteDB, openDB } from "idb";
import {
Canceled,
MAX_FULL_DOWNLOAD_SIZE,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2152,10 +2152,10 @@ human-signals@^2.1.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==

idb@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.1.tgz#d910ded866d32c7ced9befc5bfdf36f572ced72b"
integrity sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==
idb@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/idb/-/idb-8.0.0.tgz#33d7ed894ed36e23bcb542fb701ad579bfaad41f"
integrity sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw==

ieee754@^1.2.1:
version "1.2.1"
Expand Down

0 comments on commit c24de48

Please sign in to comment.