nekos.life
Advanced tools
Comparing version
@@ -58,3 +58,3 @@ { | ||
"catText": "/cat", | ||
"owOify": "/owoify", | ||
"OwOify": "/owoify", | ||
"8Ball": "/8ball", | ||
@@ -61,0 +61,0 @@ "fact": "/fact", |
{ | ||
"name": "nekos.life", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "JS wrapper for https://nekos.life", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -146,3 +146,3 @@ [](https://www.npmjs.com/package/nekos.life) | ||
async function work() { | ||
let owo = await neko.OwOify({text: 'This lib is really awesome!'}); | ||
let owo = await neko.sfw.OwOify({text: 'This lib is really awesome!'}); | ||
console.log(owo); | ||
@@ -149,0 +149,0 @@ } |
@@ -70,4 +70,2 @@ //List all the functions | ||
} | ||
} | ||
@@ -74,0 +72,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
-50%