Comparing version 0.4.17 to 0.4.18
{ | ||
"name": "ohmyfetch", | ||
"version": "0.4.17", | ||
"version": "0.4.18", | ||
"description": "oh-my-fetch", | ||
@@ -39,4 +39,4 @@ "repository": "unjs/ohmyfetch", | ||
"node-fetch-native": "^0.1.3", | ||
"ufo": "^0.8.3", | ||
"undici": "^5.0.0" | ||
"ufo": "^0.8.4", | ||
"undici": "^5.2.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
"@types/node": "latest", | ||
"c8": "^7.11.2", | ||
"c8": "^7.11.3", | ||
"eslint": "latest", | ||
@@ -58,5 +58,5 @@ "fetch-blob": "^3.1.5", | ||
"unbuild": "latest", | ||
"vitest": "^0.10.0" | ||
"vitest": "^0.12.6" | ||
}, | ||
"packageManager": "pnpm@7.0.1", | ||
"packageManager": "pnpm@7.1.2", | ||
"scripts": { | ||
@@ -63,0 +63,0 @@ "build": "unbuild", |
@@ -68,3 +68,3 @@ | ||
You can optionally provde a different parser than destr, or specify `blob`, `arrayBuffer` or `text` to force parsing the body with the respective `FetchResponse` method. | ||
You can optionally provide a different parser than destr, or specify `blob`, `arrayBuffer` or `text` to force parsing the body with the respective `FetchResponse` method. | ||
@@ -71,0 +71,0 @@ ```js |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23805
Updatedufo@^0.8.4
Updatedundici@^5.2.0