enefel 2.4.0 → 2.5.0

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.
package/dist/itemUsage.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRemainingUsages = exports.canUseItem = exports.countItemUsagesInKickoff = void 0;
4
- const item_1 = require("item");
5
- const status_1 = require("status");
4
+ const item_1 = require("./item");
5
+ const status_1 = require("./status");
6
6
  const countItemUsagesInKickoff = (player, itemId) => {
7
7
  if (!player.tempCarac) {
8
8
  return 0;
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "enefel",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "enefel",
9
- "version": "2.4.0",
9
+ "version": "2.5.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "seedrandom": "3.0.5",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enefel",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "Blood Bowl 3 game engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/itemUsage.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { ITEM_ID } from "item";
2
- import { PLAYER_STATUS } from "status";
1
+ import { ITEM_ID } from "./item";
2
+ import { PLAYER_STATUS } from "./status";
3
3
  import { Player } from "./types/models";
4
4
 
5
5
  export interface TempCaracEffect {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enefel",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "Blood Bowl 3 game engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",