Skip to content

Commit 074975b

Browse files
committed
bump fetch-blob
1 parent d57b6c7 commit 074975b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-file-system-adapter",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Native File System API",
55
"main": "src/es6.js",
66
"module": "./src/es6.js",
@@ -52,7 +52,7 @@
5252
"web-streams-polyfill": "^3.1.1"
5353
},
5454
"dependencies": {
55-
"fetch-blob": "^3.1.4",
55+
"fetch-blob": "^3.1.5",
5656
"node-domexception": "^1.0.0"
5757
},
5858
"standard": {

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (!globalThis.WritableStream) {
1919
globalThis.ReadableStream = m.ReadableStream
2020
}
2121

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

2525
const arr = []

0 commit comments

Comments
 (0)