simple-typed-fetch
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Making HTTP requests human way", | ||
@@ -10,0 +10,0 @@ "main": "dist/index.js", |
@@ -42,3 +42,3 @@ # Simple Typed Fetch | ||
import { z } from "zod"; | ||
import fetchWithValidation from "./fetchWithValidation"; | ||
import { fetchWithValidation } from "simple-typed-fetch"; | ||
@@ -69,3 +69,3 @@ const userSchema = z.object({ | ||
import { z } from "zod"; | ||
import simpleFetch from "./simpleFetch"; | ||
import { simpleFetch } from "simple-typed-fetch"; | ||
@@ -72,0 +72,0 @@ const userSchema = z.object({ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23115
0.04%0
-100%