add import node_fetch from "node-fetch";

This commit is contained in:
Luiz H. R. Silva 2024-06-19 10:33:55 -03:00
parent d614ba0d27
commit 5e04f26bbb
14 changed files with 87 additions and 17 deletions

View file

@ -1,6 +1,6 @@
{
"name": "p-drives",
"version": "0.71.0",
"version": "0.73.0",
"description": "",
"main": "src/index.ts",
"exports": {
@ -34,6 +34,7 @@
},
"license": "ISC",
"dependencies": {
"node-fetch": "^3.3.2",
"zod": "latest"
}
}