Comparing version 5.1.2 to 5.1.3
{ | ||
"name": "akaneko", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "An Anime/Hentai Image API which simplifies how you fetch random images for you! Reliable, and very pleasure friendly!", | ||
"main": "fubuki.js", | ||
"types": "./typings/index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -21,2 +21,5 @@ <div align="center"> | ||
## Changelogs | ||
### v5.1.3 | ||
- Updated Typescript for succubus function, thanks Taksumaki ! ~ | ||
### v5.1.1 | ||
@@ -23,0 +26,0 @@ - Added Succubus Function (NSFW) |
@@ -0,1 +1,4 @@ | ||
// Thank you Taksumaki for helping me with typescript! // | ||
// https://gitlab.com/taksumaki // | ||
declare module "akaneko" { | ||
@@ -205,3 +208,9 @@ /** | ||
export function wallpapers(): string; | ||
/** | ||
* Spooky Succubus, oh I'm so scared~ Totally don't suck me~ | ||
* @returns image uri | ||
*/ | ||
export function succubus(): string; | ||
} | ||
} |
17661
326
220