@ot-builder/var-store
Advanced tools
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.inferDeltas = exports.iupContour = exports.iup = void 0; | ||
| exports.iup = iup; | ||
| exports.iupContour = iupContour; | ||
| exports.inferDeltas = inferDeltas; | ||
| const ImpLib = require("@ot-builder/common-impl"); | ||
@@ -34,3 +36,2 @@ // Per algorithm described at : https://bit.ly/2ZFT1QD | ||
| } | ||
| exports.iup = iup; | ||
| function incMod(x, n) { | ||
@@ -60,3 +61,2 @@ return (x + 1) % n; | ||
| } | ||
| exports.iupContour = iupContour; | ||
| function fillThisGap(dimensions, dim, n, start, begin, end, contour, master, deltas) { | ||
@@ -76,3 +76,2 @@ for (let ixMiddle = incMod(begin, n); ixMiddle !== end; ixMiddle = incMod(ixMiddle, n)) { | ||
| } | ||
| exports.inferDeltas = inferDeltas; | ||
| //# sourceMappingURL=iup.js.map |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.collectDeltaData = exports.DelayDeltaValue = exports.TvsCollector = void 0; | ||
| exports.DelayDeltaValue = exports.TvsCollector = void 0; | ||
| exports.collectDeltaData = collectDeltaData; | ||
| const ImpLib = require("@ot-builder/common-impl"); | ||
@@ -42,3 +43,2 @@ const variance_1 = require("@ot-builder/variance"); | ||
| } | ||
| exports.collectDeltaData = collectDeltaData; | ||
| //# sourceMappingURL=collect.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.iupOptimize = void 0; | ||
| exports.iupOptimize = iupOptimize; | ||
| const ImpLib = require("@ot-builder/common-impl"); | ||
@@ -239,3 +239,2 @@ const iup_1 = require("../shared/iup"); | ||
| } | ||
| exports.iupOptimize = iupOptimize; | ||
| //# sourceMappingURL=iup-optimize.js.map |
+12
-12
| { | ||
| "name": "@ot-builder/var-store", | ||
| "description": "", | ||
| "version": "1.7.3", | ||
| "version": "1.7.4", | ||
| "license": "MIT", | ||
@@ -27,16 +27,16 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/bin-composite-types": "1.7.3", | ||
| "@ot-builder/bin-util": "1.7.3", | ||
| "@ot-builder/common-impl": "1.7.3", | ||
| "@ot-builder/errors": "1.7.3", | ||
| "@ot-builder/prelude": "1.7.3", | ||
| "@ot-builder/primitive": "1.7.3", | ||
| "@ot-builder/variance": "1.7.3", | ||
| "tslib": "^2.0.0" | ||
| "@ot-builder/bin-composite-types": "1.7.4", | ||
| "@ot-builder/bin-util": "1.7.4", | ||
| "@ot-builder/common-impl": "1.7.4", | ||
| "@ot-builder/errors": "1.7.4", | ||
| "@ot-builder/prelude": "1.7.4", | ||
| "@ot-builder/primitive": "1.7.4", | ||
| "@ot-builder/variance": "1.7.4", | ||
| "tslib": "^2.6.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@ot-builder/test-util": "1.7.3", | ||
| "@types/jest": "^29.5.5", | ||
| "jest": "^29.6.2" | ||
| "@ot-builder/test-util": "1.7.4", | ||
| "@types/jest": "^29.5.12", | ||
| "jest": "^29.7.0" | ||
| } | ||
| } |
79796
-0.15%1955
-0.1%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated