neastooapi
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -15,2 +15,5 @@ import { FBDl } from './plugins/DL-facebook.js'; | ||
import { ANIwallpaper } from './plugins/ANI-wallpaper.js'; | ||
import { GptAi } from './plugins/AI-gpt4o.js'; | ||
import { BingAi } from './plugins/AI-bing.js'; | ||
import { BlackboxAi } from './plugins/AI-blackbox.js'; | ||
@@ -32,4 +35,7 @@ const nessid = { | ||
ANIwallpaper, | ||
GptAi, | ||
BingAi, | ||
BlackboxAi, | ||
}; | ||
export default nessid; |
{ | ||
"name": "neastooapi", | ||
"version": "1.1.8", | ||
"description": "Scraper Downloader Module", | ||
"version": "1.1.9", | ||
"description": "Scraper Module", | ||
"main": "index.js", | ||
@@ -35,3 +35,6 @@ "type": "module", | ||
"otakudesu-api", | ||
"blue-archive" | ||
"blue-archive", | ||
"chatgpt", | ||
"blackbox", | ||
"bing" | ||
], | ||
@@ -46,4 +49,4 @@ "author": "NeofetchNpc", | ||
"dependencies": { | ||
"axios": "1.7.4" | ||
"axios": "^1.7.4" | ||
} | ||
} |
@@ -21,3 +21,4 @@ [![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#table-of-contents) | ||
// Stabile Version | ||
+ Fix Tiktok Downloader | ||
+ Fix All Downloaders | ||
+ Add Ai Fiture | ||
``` | ||
@@ -24,0 +25,0 @@ |
/*import nessid from './index.js'; | ||
nessid.ANIwallpaper('nakano miku') | ||
nessid.GptAi('halo') | ||
.then(result => console.log(result)); | ||
*/ |
10493
26
245
46
+ Addedaxios@1.7.9(transitive)
- Removedaxios@1.7.4(transitive)
Updatedaxios@^1.7.4