downgraded node-fetch

pull/73/head
Huda Joad 2023-11-24 18:22:24 +03:00
rodzic 39549d150a
commit bfc24807a8
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
const https = require('https'); // Import for webscraping (fetchContentFromURL(url) function
// const axios = require('axios');
const fetch = require('node-fetch').default;
// const fetch = require('node-fetch').default;
// const fetch = request('node-fetch').default;
// Placeholder function to fetch content from URL using a web scraping service

Wyświetl plik

@ -37,7 +37,7 @@
"@tailwindcss/typography": "^0.5.10",
"axios": "^1.6.2",
"encoding": "^0.1.13",
"node-fetch": "^2.7.0",
"node-fetch": "^2.6.1",
"openai": "^4.20.0",
"svelvet": "8.1.0"
}