nekosia.js 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +14 -12
  2. package/types/index.d.ts +2 -5
package/package.json CHANGED
@@ -1,34 +1,36 @@
1
1
  {
2
2
  "name": "nekosia.js",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A simple wrapper for the Nekosia API that provides easy access to random anime images. Enhance your projects with the magic of anime and a touch of feline charm meow~~! Discover why switching to Nekosia is the purrfect choice!",
5
5
  "keywords": [
6
+ "anime api",
7
+ "anime art",
8
+ "anime characters",
9
+ "anime gifs",
10
+ "anime images",
11
+ "anime library",
12
+ "anime wallpaper",
6
13
  "anime",
7
14
  "anime-api",
8
- "anime-art",
9
- "anime-characters",
10
- "anime-gifs",
11
- "anime-images",
12
- "anime-library",
13
- "api-wrapper",
15
+ "api wrapper",
16
+ "cat ears",
14
17
  "cat",
15
- "cat-ears",
16
18
  "catgirl",
17
19
  "catgirls",
18
20
  "cute-animals",
19
21
  "feline",
20
- "image-api",
22
+ "image api",
21
23
  "japan",
22
24
  "javascript",
23
- "js-library",
25
+ "js library",
24
26
  "kawaii",
25
27
  "manga",
26
28
  "moe",
29
+ "neko girls",
27
30
  "neko",
28
- "neko-girls",
29
31
  "nekos",
32
+ "nekosia api",
30
33
  "nekosia",
31
- "nekosia-api",
32
34
  "otaku",
33
35
  "random-anime",
34
36
  "typescript",
package/types/index.d.ts CHANGED
@@ -227,10 +227,7 @@ declare module 'nekosia.js' {
227
227
  /**
228
228
  * Metadata about the original and compressed images.
229
229
  */
230
- metadata: {
231
- original: ImageMetadata;
232
- compressed: ImageMetadata;
233
- };
230
+ metadata: { original: ImageMetadata; compressed: ImageMetadata; };
234
231
 
235
232
  /**
236
233
  * Category to which the image belongs.
@@ -361,7 +358,7 @@ declare module 'nekosia.js' {
361
358
  export const NekosiaVersion: {
362
359
  /**
363
360
  * Get the current version of the module.
364
- * @example "1.1.0"
361
+ * @example 1.1.0
365
362
  * @returns String with the module version.
366
363
  */
367
364
  module: string;