Comparing version 1.0.36 to 1.0.37
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
class base { | ||
class botbase { | ||
static initWs(ws) { | ||
@@ -12,3 +12,3 @@ console.log("initws"); | ||
} | ||
exports.base = base; | ||
exports.botbase = botbase; | ||
//# sourceMappingURL=bot.js.map |
@@ -1,2 +0,2 @@ | ||
export class base { | ||
export class botbase { | ||
@@ -13,3 +13,3 @@ static initWs(ws: any) { | ||
export interface bot extends base { | ||
export interface bot extends botbase { | ||
tick: () => Promise<void>; | ||
@@ -16,0 +16,0 @@ main: () => Promise<void>; |
{ | ||
"name": "xiakebot", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"description": "xiakebot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
5248