Skip to content

Commit

Permalink
bump fetch-blob
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Mar 15, 2022
1 parent d57b6c7 commit 074975b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native-file-system-adapter",
"version": "2.0.2",
"version": "2.0.3",
"description": "Native File System API",
"main": "src/es6.js",
"module": "./src/es6.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"web-streams-polyfill": "^3.1.1"
},
"dependencies": {
"fetch-blob": "^3.1.4",
"fetch-blob": "^3.1.5",
"node-domexception": "^1.0.0"
},
"standard": {
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (!globalThis.WritableStream) {
globalThis.ReadableStream = m.ReadableStream
}

/** @type {typeof window.Blob} */
/** @type {typeof globalThis.Blob} */
const Blob = globalThis.Blob || await import('fetch-blob').then(m => m.Blob)

const arr = []
Expand Down

0 comments on commit 074975b

Please sign in to comment.