kawaii-kitsune
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -29,3 +29,3 @@ { | ||
"typings": "./typings/index.d.ts", | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
@@ -11,3 +11,3 @@ const axios = require('axios'); | ||
constructor() { | ||
this._userAgent = `kawaii-kitsu/v${version}`; | ||
this._userAgent = `kawaii-kitsune/v${version} - (npmjs.com/package/kawaii-kitsune)`; | ||
this._options = { | ||
@@ -14,0 +14,0 @@ headers: { |
@@ -1,2 +0,2 @@ | ||
declare module 'kitsu.js' { | ||
declare module 'kawaii-kitsune' { | ||
export class Anime { | ||
@@ -3,0 +3,0 @@ public id: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18814