gamerbot-module 1.0.7 → 1.0.9

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.
@@ -1,4 +1,4 @@
1
- import { GamerBotAPI } from "./gamerbot";
1
+ import { GamerBotAPI } from "./gamerbot.js";
2
2
  export class ConfigData {
3
3
  // eslint-disable-next-line
4
4
  constructor(json_data) {
@@ -1,4 +1,4 @@
1
- import { GamerBotAPI } from "./gamerbot";
1
+ import { GamerBotAPI } from "./gamerbot.js";
2
2
  export class GuildData {
3
3
  //eslint-disable-next-line
4
4
  constructor(json_data) {
@@ -1,4 +1,4 @@
1
- import { GamerBotAPI } from "./gamerbot";
1
+ import { GamerBotAPI } from "./gamerbot.js";
2
2
  export class PorfileData {
3
3
  // eslint-disable-next-line
4
4
  constructor(json_data) {
@@ -1,4 +1,4 @@
1
- import { Models } from "./models";
1
+ import { Models } from "./models.js";
2
2
  /**
3
3
  * GamerBotAPI class, connect to the gamerbot API
4
4
  */
@@ -1,4 +1,4 @@
1
- import { Models } from "./models";
1
+ import { Models } from "./models.js";
2
2
  /**
3
3
  * GamerBotAPI class, connect to the gamerbot API
4
4
  */
@@ -1,6 +1,6 @@
1
- import { ConfigData } from "./ConfigData";
2
- import { GuildData } from "./GuildData";
3
- import { PorfileData } from "./ProfileData";
1
+ import { ConfigData } from "./ConfigData.js";
2
+ import { GuildData } from "./GuildData.js";
3
+ import { PorfileData } from "./ProfileData.js";
4
4
  export declare class Models {
5
5
  constructor();
6
6
  /**
@@ -1,7 +1,7 @@
1
- import { ConfigData } from "./ConfigData";
2
- import { GamerBotAPI } from "./gamerbot";
3
- import { GuildData } from "./GuildData";
4
- import { PorfileData } from "./ProfileData";
1
+ import { ConfigData } from "./ConfigData.js";
2
+ import { GamerBotAPI } from "./gamerbot.js";
3
+ import { GuildData } from "./GuildData.js";
4
+ import { PorfileData } from "./ProfileData.js";
5
5
  export class Models {
6
6
  constructor() { }
7
7
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamerbot-module",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",