Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "yt-api", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
const snekfetch = require("snekfetch"); | ||
const utils = require("./Utils.js"); | ||
module.exports.YouTubeAPI = class YouTubeAPI { | ||
module.exports = class YouTubeAPI { | ||
constructor(ytKey) { | ||
@@ -6,0 +6,0 @@ this.key = ytKey; |
@@ -1,5 +0,5 @@ | ||
import { YouTubeAPI } from "../src"; | ||
const API = require("../src/index.js"); | ||
declare module "yt-api" { | ||
export class YouTubeAPI<string> { | ||
export class API<string> { | ||
public constructor(ytKey: string); | ||
@@ -6,0 +6,0 @@ |
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
15421