import node_fetch from 'cross-fetch';

This commit is contained in:
Luiz H. R. Silva 2024-06-19 10:43:32 -03:00
parent 5e04f26bbb
commit a6205f1ab6
14 changed files with 53 additions and 58 deletions

View file

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