sync-fetch
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -135,3 +135,3 @@ const exec = require('child_process').execFileSync | ||
textConverted () { | ||
throw new fetch.FetchError(`textConverted not implemented`) | ||
throw new fetch.FetchError('textConverted not implemented') | ||
} | ||
@@ -138,0 +138,0 @@ } |
{ | ||
"name": "sync-fetch", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Synchronous version of the Fetch API", | ||
@@ -46,9 +46,9 @@ "main": "index.js", | ||
"form-data": "^3.0.0", | ||
"mocha": "^6.2.0", | ||
"mocha": "^8.2.0", | ||
"parted": "^0.1.1", | ||
"resumer": "0.0.0", | ||
"standard": "^13.1.0", | ||
"standard": "^16.0.1", | ||
"string-to-arraybuffer": "^1.0.2", | ||
"sync-request": "^6.1.0", | ||
"whatwg-url": "^7.1.0" | ||
"whatwg-url": "^8.4.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "engines": { |