@applitools/utils
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -6,2 +6,6 @@ # Changelog | ||
## 1.2.13 - 2022/2/15 | ||
- add method `math.multiplier` method to find a smallest integer multiplier for number to produce an integer result with some allowed error | ||
## 1.2.12 - 2022/2/9 | ||
@@ -8,0 +12,0 @@ |
@@ -25,3 +25,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.process = exports.geometry = exports.general = exports.guard = exports.types = void 0; | ||
exports.process = exports.math = exports.geometry = exports.general = exports.guard = exports.types = void 0; | ||
__exportStar(require("./utility-types"), exports); | ||
@@ -32,2 +32,3 @@ exports.types = __importStar(require("./types")); | ||
exports.geometry = __importStar(require("./geometry")); | ||
exports.math = __importStar(require("./math")); | ||
exports.process = __importStar(require("./process")); |
{ | ||
"name": "@applitools/utils", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
@@ -6,2 +6,3 @@ export * from './utility-types'; | ||
export * as geometry from './geometry'; | ||
export * as math from './math'; | ||
export * as process from './process'; |
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
53169
19
792