Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,3 @@ import { locationCalc } from "./locationCalc"; | ||
import { timerCalc } from "./timerCalc"; | ||
export { between, timerCalc, locationCalc, removeSocket }; | ||
import { findInventoryFreeslot } from "./findInventoryFreeSlot"; | ||
export { between, timerCalc, locationCalc, removeSocket, findInventoryFreeslot }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.removeSocket = exports.locationCalc = exports.timerCalc = exports.between = void 0; | ||
exports.findInventoryFreeslot = exports.removeSocket = exports.locationCalc = exports.timerCalc = exports.between = void 0; | ||
var locationCalc_1 = require("./locationCalc"); | ||
@@ -12,1 +12,3 @@ Object.defineProperty(exports, "locationCalc", { enumerable: true, get: function () { return locationCalc_1.locationCalc; } }); | ||
Object.defineProperty(exports, "timerCalc", { enumerable: true, get: function () { return timerCalc_1.timerCalc; } }); | ||
var findInventoryFreeSlot_1 = require("./findInventoryFreeSlot"); | ||
Object.defineProperty(exports, "findInventoryFreeslot", { enumerable: true, get: function () { return findInventoryFreeSlot_1.findInventoryFreeslot; } }); |
@@ -1,2 +0,2 @@ | ||
import { between, timerCalc, locationCalc, removeSocket } from "./helpers"; | ||
export { between, timerCalc, locationCalc, removeSocket }; | ||
import { between, timerCalc, locationCalc, removeSocket, findInventoryFreeslot } from "./helpers"; | ||
export { between, timerCalc, locationCalc, removeSocket, findInventoryFreeslot }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.removeSocket = exports.locationCalc = exports.timerCalc = exports.between = void 0; | ||
exports.findInventoryFreeslot = exports.removeSocket = exports.locationCalc = exports.timerCalc = exports.between = void 0; | ||
var helpers_1 = require("./helpers"); | ||
@@ -9,1 +9,2 @@ Object.defineProperty(exports, "between", { enumerable: true, get: function () { return helpers_1.between; } }); | ||
Object.defineProperty(exports, "removeSocket", { enumerable: true, get: function () { return helpers_1.removeSocket; } }); | ||
Object.defineProperty(exports, "findInventoryFreeslot", { enumerable: true, get: function () { return helpers_1.findInventoryFreeslot; } }); |
{ | ||
"name": "@xxskyy/zh", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -27,2 +27,3 @@ "main": "lib/index.js", | ||
"mocha": "^9.2.2", | ||
"mongodb": "^4.5.0", | ||
"nyc": "^15.1.0", | ||
@@ -29,0 +30,0 @@ "sinon": "^13.0.1", |
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
20420
27
384
12