@oliasoft-open-source/units 3.14.0 → 3.15.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/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { label, showAltUnitsList, getAltUnitsListByQuantity, checkAndCleanDecimalComma, unitFromKey, to, split, unum, toBase, altUnitsList, convertTable, roundNumberWithLabel, withUnit, unumWithUnit, validateAndClean, isValueWithUnit, getValue, getUnit, convertSamePrecision, convertAndGetValue, getUnitsForQuantity, getQuantities, unitFromQuantity, withPrettyUnitLabel, validateNumber } from './units';
1
+ import { label, showAltUnitsList, getAltUnitsListByQuantity, checkAndCleanDecimalComma, unitFromKey, to, split, unum, toBase, altUnitsList, convertTable, roundNumberWithLabel, withUnit, unumWithUnit, validateAndClean, isValueWithUnit, getValue, getUnit, convertSamePrecision, convertAndGetValue, convertAndGetValueStrict, getUnitsForQuantity, getQuantities, unitFromQuantity, withPrettyUnitLabel, validateNumber } from './units';
2
2
  import { ALT_UNITS, LABELS, UNIT_FROM_KEY, KNOWN_CONVERSIONS, DEPRECATED_UNITS, UNIT_ALIASES, INTERMEDIATE_CONVERSIONS, KNOWN_UNITS, QUANTITIES_DESCRIPTION, UNITS_DESCRIPTION } from './constants';
3
3
  import { isNumeric, isNonNumerical, isEmptyValueWithUnit, allNumbers, formatNumber, charCount, getNumberOfDigitsToShow, fraction, asFraction, numFraction, cleanNumStr, cleanNum, stripLeadingZeros } from './utils';
4
4
  import { toNum, toString, isValidNum, isScientificStringNum } from './numbers/numbers';
5
5
  import { displayNumber, displayNumberToFixed } from './numbers/display-number';
6
6
  import { round, roundToFixed, roundToPrecision, roundToDecimalPrecision, roundByMagnitude, roundByMagnitudeToFixed, roundByRange } from './rounding/rounding';
7
7
  import { isCloseTo, isDeepCloseTo, isCloseToOrLessThan, isCloseToOrGreaterThan } from './comparison/comparison';
8
- export { label, showAltUnitsList, getAltUnitsListByQuantity, getUnitsForQuantity, getQuantities, checkAndCleanDecimalComma, unitFromKey, unitFromQuantity, to, split, unum, toBase, altUnitsList, convertTable, roundNumberWithLabel, withUnit, unumWithUnit, validateAndClean, isValueWithUnit, getValue, getUnit, convertSamePrecision, convertAndGetValue, withPrettyUnitLabel, validateNumber, round, roundToFixed, roundToPrecision, roundToDecimalPrecision, roundByMagnitude, roundByMagnitudeToFixed, roundByRange, isCloseTo, isDeepCloseTo, isCloseToOrLessThan, isCloseToOrGreaterThan, isNumeric, isNonNumerical, isEmptyValueWithUnit, allNumbers, formatNumber, displayNumber, displayNumberToFixed, charCount, getNumberOfDigitsToShow, fraction, asFraction, numFraction, cleanNumStr, cleanNum, toNum, toString, isValidNum, isScientificStringNum, stripLeadingZeros, ALT_UNITS, LABELS, UNIT_FROM_KEY, KNOWN_CONVERSIONS, DEPRECATED_UNITS, UNIT_ALIASES, INTERMEDIATE_CONVERSIONS, KNOWN_UNITS, QUANTITIES_DESCRIPTION, UNITS_DESCRIPTION };
8
+ export { label, showAltUnitsList, getAltUnitsListByQuantity, getUnitsForQuantity, getQuantities, checkAndCleanDecimalComma, unitFromKey, unitFromQuantity, to, split, unum, toBase, altUnitsList, convertTable, roundNumberWithLabel, withUnit, unumWithUnit, validateAndClean, isValueWithUnit, getValue, getUnit, convertSamePrecision, convertAndGetValue, convertAndGetValueStrict, withPrettyUnitLabel, validateNumber, round, roundToFixed, roundToPrecision, roundToDecimalPrecision, roundByMagnitude, roundByMagnitudeToFixed, roundByRange, isCloseTo, isDeepCloseTo, isCloseToOrLessThan, isCloseToOrGreaterThan, isNumeric, isNonNumerical, isEmptyValueWithUnit, allNumbers, formatNumber, displayNumber, displayNumberToFixed, charCount, getNumberOfDigitsToShow, fraction, asFraction, numFraction, cleanNumStr, cleanNum, toNum, toString, isValidNum, isScientificStringNum, stripLeadingZeros, ALT_UNITS, LABELS, UNIT_FROM_KEY, KNOWN_CONVERSIONS, DEPRECATED_UNITS, UNIT_ALIASES, INTERMEDIATE_CONVERSIONS, KNOWN_UNITS, QUANTITIES_DESCRIPTION, UNITS_DESCRIPTION };
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.cleanNum = exports.cleanNumStr = exports.numFraction = exports.asFraction = exports.fraction = exports.getNumberOfDigitsToShow = exports.charCount = exports.displayNumberToFixed = exports.displayNumber = exports.formatNumber = exports.allNumbers = exports.isEmptyValueWithUnit = exports.isNonNumerical = exports.isNumeric = exports.isCloseToOrGreaterThan = exports.isCloseToOrLessThan = exports.isDeepCloseTo = exports.isCloseTo = exports.roundByRange = exports.roundByMagnitudeToFixed = exports.roundByMagnitude = exports.roundToDecimalPrecision = exports.roundToPrecision = exports.roundToFixed = exports.round = exports.validateNumber = exports.withPrettyUnitLabel = exports.convertAndGetValue = exports.convertSamePrecision = exports.getUnit = exports.getValue = exports.isValueWithUnit = exports.validateAndClean = exports.unumWithUnit = exports.withUnit = exports.roundNumberWithLabel = exports.convertTable = exports.altUnitsList = exports.toBase = exports.unum = exports.split = exports.to = exports.unitFromQuantity = exports.unitFromKey = exports.checkAndCleanDecimalComma = exports.getQuantities = exports.getUnitsForQuantity = exports.getAltUnitsListByQuantity = exports.showAltUnitsList = exports.label = void 0;
4
- exports.UNITS_DESCRIPTION = exports.QUANTITIES_DESCRIPTION = exports.KNOWN_UNITS = exports.INTERMEDIATE_CONVERSIONS = exports.UNIT_ALIASES = exports.DEPRECATED_UNITS = exports.KNOWN_CONVERSIONS = exports.UNIT_FROM_KEY = exports.LABELS = exports.ALT_UNITS = exports.stripLeadingZeros = exports.isScientificStringNum = exports.isValidNum = exports.toString = exports.toNum = void 0;
3
+ exports.cleanNumStr = exports.numFraction = exports.asFraction = exports.fraction = exports.getNumberOfDigitsToShow = exports.charCount = exports.displayNumberToFixed = exports.displayNumber = exports.formatNumber = exports.allNumbers = exports.isEmptyValueWithUnit = exports.isNonNumerical = exports.isNumeric = exports.isCloseToOrGreaterThan = exports.isCloseToOrLessThan = exports.isDeepCloseTo = exports.isCloseTo = exports.roundByRange = exports.roundByMagnitudeToFixed = exports.roundByMagnitude = exports.roundToDecimalPrecision = exports.roundToPrecision = exports.roundToFixed = exports.round = exports.validateNumber = exports.withPrettyUnitLabel = exports.convertAndGetValueStrict = exports.convertAndGetValue = exports.convertSamePrecision = exports.getUnit = exports.getValue = exports.isValueWithUnit = exports.validateAndClean = exports.unumWithUnit = exports.withUnit = exports.roundNumberWithLabel = exports.convertTable = exports.altUnitsList = exports.toBase = exports.unum = exports.split = exports.to = exports.unitFromQuantity = exports.unitFromKey = exports.checkAndCleanDecimalComma = exports.getQuantities = exports.getUnitsForQuantity = exports.getAltUnitsListByQuantity = exports.showAltUnitsList = exports.label = void 0;
4
+ exports.UNITS_DESCRIPTION = exports.QUANTITIES_DESCRIPTION = exports.KNOWN_UNITS = exports.INTERMEDIATE_CONVERSIONS = exports.UNIT_ALIASES = exports.DEPRECATED_UNITS = exports.KNOWN_CONVERSIONS = exports.UNIT_FROM_KEY = exports.LABELS = exports.ALT_UNITS = exports.stripLeadingZeros = exports.isScientificStringNum = exports.isValidNum = exports.toString = exports.toNum = exports.cleanNum = void 0;
5
5
  const units_1 = require("./units");
6
6
  Object.defineProperty(exports, "label", { enumerable: true, get: function () { return units_1.label; } });
7
7
  Object.defineProperty(exports, "showAltUnitsList", { enumerable: true, get: function () { return units_1.showAltUnitsList; } });
@@ -23,6 +23,7 @@ Object.defineProperty(exports, "getValue", { enumerable: true, get: function ()
23
23
  Object.defineProperty(exports, "getUnit", { enumerable: true, get: function () { return units_1.getUnit; } });
24
24
  Object.defineProperty(exports, "convertSamePrecision", { enumerable: true, get: function () { return units_1.convertSamePrecision; } });
25
25
  Object.defineProperty(exports, "convertAndGetValue", { enumerable: true, get: function () { return units_1.convertAndGetValue; } });
26
+ Object.defineProperty(exports, "convertAndGetValueStrict", { enumerable: true, get: function () { return units_1.convertAndGetValueStrict; } });
26
27
  Object.defineProperty(exports, "getUnitsForQuantity", { enumerable: true, get: function () { return units_1.getUnitsForQuantity; } });
27
28
  Object.defineProperty(exports, "getQuantities", { enumerable: true, get: function () { return units_1.getQuantities; } });
28
29
  Object.defineProperty(exports, "unitFromQuantity", { enumerable: true, get: function () { return units_1.unitFromQuantity; } });
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AACA,mCA0BiB;AA8Df,sFAvFA,aAAK,OAuFA;AACL,iGAvFA,wBAAgB,OAuFA;AAChB,0GAvFA,iCAAyB,OAuFA;AAGzB,0GAzFA,iCAAyB,OAyFA;AACzB,4FAzFA,mBAAW,OAyFA;AAEX,mFA1FA,UAAE,OA0FA;AACF,sFA1FA,aAAK,OA0FA;AACL,qFA1FA,YAAI,OA0FA;AACJ,uFA1FA,cAAM,OA0FA;AACN,6FA1FA,oBAAY,OA0FA;AACZ,6FA1FA,oBAAY,OA0FA;AACZ,qGA1FA,4BAAoB,OA0FA;AACpB,yFA1FA,gBAAQ,OA0FA;AACR,6FA1FA,oBAAY,OA0FA;AACZ,iGA1FA,wBAAgB,OA0FA;AAChB,gGA1FA,uBAAe,OA0FA;AACf,yFA1FA,gBAAQ,OA0FA;AACR,wFA1FA,eAAO,OA0FA;AACP,qGA1FA,4BAAoB,OA0FA;AACpB,mGA1FA,0BAAkB,OA0FA;AAnBlB,oGAtEA,2BAAmB,OAsEA;AACnB,8FAtEA,qBAAa,OAsEA;AAGb,iGAxEA,wBAAgB,OAwEA;AAgBhB,oGAvFA,2BAAmB,OAuFA;AACnB,+FAvFA,sBAAc,OAuFA;AApFhB,2CAWqB;AA4GnB,0FAtHA,qBAAS,OAsHA;AACT,uFAtHA,kBAAM,OAsHA;AACN,8FAtHA,yBAAa,OAsHA;AACb,kGAtHA,6BAAiB,OAsHA;AACjB,iGAtHA,4BAAgB,OAsHA;AAChB,6FAtHA,wBAAY,OAsHA;AACZ,yGAtHA,oCAAwB,OAsHA;AACxB,4FAtHA,uBAAW,OAsHA;AACX,uGAtHA,kCAAsB,OAsHA;AACtB,kGAtHA,6BAAiB,OAsHA;AAnHnB,mCAciB;AAwEf,0FArFA,iBAAS,OAqFA;AACT,+FArFA,sBAAc,OAqFA;AACd,qGArFA,4BAAoB,OAqFA;AACpB,2FArFA,kBAAU,OAqFA;AACV,6FArFA,oBAAY,OAqFA;AAGZ,0FAvFA,iBAAS,OAuFA;AACT,wGAvFA,+BAAuB,OAuFA;AACvB,yFAvFA,gBAAQ,OAuFA;AACR,2FAvFA,kBAAU,OAuFA;AACV,4FAvFA,mBAAW,OAuFA;AACX,4FAvFA,mBAAW,OAuFA;AACX,yFAvFA,gBAAQ,OAuFA;AAKR,kGA3FA,yBAAiB,OA2FA;AAxFnB,+CAK2B;AA+EzB,sFAnFA,eAAK,OAmFA;AACL,yFAnFA,kBAAQ,OAmFA;AACR,2FAnFA,oBAAU,OAmFA;AACV,sGAnFA,+BAAqB,OAmFA;AAhFvB,6DAGkC;AAiEhC,8FAnEA,8BAAa,OAmEA;AACb,qGAnEA,qCAAoB,OAmEA;AAhEtB,kDAQ6B;AAqC3B,sFA5CA,gBAAK,OA4CA;AACL,6FA5CA,uBAAY,OA4CA;AACZ,iGA5CA,2BAAgB,OA4CA;AAChB,wGA5CA,kCAAuB,OA4CA;AACvB,iGA5CA,2BAAgB,OA4CA;AAChB,wGA5CA,kCAAuB,OA4CA;AACvB,6FA5CA,uBAAY,OA4CA;AAzCd,wDAKiC;AAsC/B,0FA1CA,sBAAS,OA0CA;AACT,8FA1CA,0BAAa,OA0CA;AACb,oGA1CA,gCAAmB,OA0CA;AACnB,uGA1CA,mCAAsB,OA0CA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AACA,mCA2BiB;AA8Df,sFAxFA,aAAK,OAwFA;AACL,iGAxFA,wBAAgB,OAwFA;AAChB,0GAxFA,iCAAyB,OAwFA;AAGzB,0GA1FA,iCAAyB,OA0FA;AACzB,4FA1FA,mBAAW,OA0FA;AAEX,mFA3FA,UAAE,OA2FA;AACF,sFA3FA,aAAK,OA2FA;AACL,qFA3FA,YAAI,OA2FA;AACJ,uFA3FA,cAAM,OA2FA;AACN,6FA3FA,oBAAY,OA2FA;AACZ,6FA3FA,oBAAY,OA2FA;AACZ,qGA3FA,4BAAoB,OA2FA;AACpB,yFA3FA,gBAAQ,OA2FA;AACR,6FA3FA,oBAAY,OA2FA;AACZ,iGA3FA,wBAAgB,OA2FA;AAChB,gGA3FA,uBAAe,OA2FA;AACf,yFA3FA,gBAAQ,OA2FA;AACR,wFA3FA,eAAO,OA2FA;AACP,qGA3FA,4BAAoB,OA2FA;AACpB,mGA3FA,0BAAkB,OA2FA;AAClB,yGA3FA,gCAAwB,OA2FA;AApBxB,oGAtEA,2BAAmB,OAsEA;AACnB,8FAtEA,qBAAa,OAsEA;AAGb,iGAxEA,wBAAgB,OAwEA;AAiBhB,oGAxFA,2BAAmB,OAwFA;AACnB,+FAxFA,sBAAc,OAwFA;AArFhB,2CAWqB;AA6GnB,0FAvHA,qBAAS,OAuHA;AACT,uFAvHA,kBAAM,OAuHA;AACN,8FAvHA,yBAAa,OAuHA;AACb,kGAvHA,6BAAiB,OAuHA;AACjB,iGAvHA,4BAAgB,OAuHA;AAChB,6FAvHA,wBAAY,OAuHA;AACZ,yGAvHA,oCAAwB,OAuHA;AACxB,4FAvHA,uBAAW,OAuHA;AACX,uGAvHA,kCAAsB,OAuHA;AACtB,kGAvHA,6BAAiB,OAuHA;AApHnB,mCAciB;AAyEf,0FAtFA,iBAAS,OAsFA;AACT,+FAtFA,sBAAc,OAsFA;AACd,qGAtFA,4BAAoB,OAsFA;AACpB,2FAtFA,kBAAU,OAsFA;AACV,6FAtFA,oBAAY,OAsFA;AAGZ,0FAxFA,iBAAS,OAwFA;AACT,wGAxFA,+BAAuB,OAwFA;AACvB,yFAxFA,gBAAQ,OAwFA;AACR,2FAxFA,kBAAU,OAwFA;AACV,4FAxFA,mBAAW,OAwFA;AACX,4FAxFA,mBAAW,OAwFA;AACX,yFAxFA,gBAAQ,OAwFA;AAKR,kGA5FA,yBAAiB,OA4FA;AAzFnB,+CAK2B;AAgFzB,sFApFA,eAAK,OAoFA;AACL,yFApFA,kBAAQ,OAoFA;AACR,2FApFA,oBAAU,OAoFA;AACV,sGApFA,+BAAqB,OAoFA;AAjFvB,6DAGkC;AAkEhC,8FApEA,8BAAa,OAoEA;AACb,qGApEA,qCAAoB,OAoEA;AAjEtB,kDAQ6B;AAsC3B,sFA7CA,gBAAK,OA6CA;AACL,6FA7CA,uBAAY,OA6CA;AACZ,iGA7CA,2BAAgB,OA6CA;AAChB,wGA7CA,kCAAuB,OA6CA;AACvB,iGA7CA,2BAAgB,OA6CA;AAChB,wGA7CA,kCAAuB,OA6CA;AACvB,6FA7CA,uBAAY,OA6CA;AA1Cd,wDAKiC;AAuC/B,0FA3CA,sBAAS,OA2CA;AACT,8FA3CA,0BAAa,OA2CA;AACb,oGA3CA,gCAAmB,OA2CA;AACnB,uGA3CA,mCAAsB,OA2CA"}
@@ -1 +1 @@
1
- {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.esnext.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/fraction.js/fraction.d.ts","../src/interfaces.ts","../src/internationalization/utils.ts","../src/internationalization/internationalization.ts","../src/numbers/numbers.ts","../src/comparison/comparison.ts","../src/rounding/rounding.ts","../node_modules/uri-js/dist/es5/uri.all.d.ts","../node_modules/ajv/dist/compile/codegen/code.d.ts","../node_modules/ajv/dist/compile/codegen/scope.d.ts","../node_modules/ajv/dist/compile/codegen/index.d.ts","../node_modules/ajv/dist/compile/rules.d.ts","../node_modules/ajv/dist/compile/util.d.ts","../node_modules/ajv/dist/compile/validate/subschema.d.ts","../node_modules/ajv/dist/compile/errors.d.ts","../node_modules/ajv/dist/compile/validate/index.d.ts","../node_modules/ajv/dist/compile/validate/dataType.d.ts","../node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts","../node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts","../node_modules/ajv/dist/vocabularies/applicator/contains.d.ts","../node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts","../node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts","../node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts","../node_modules/ajv/dist/vocabularies/applicator/not.d.ts","../node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts","../node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts","../node_modules/ajv/dist/vocabularies/applicator/if.d.ts","../node_modules/ajv/dist/vocabularies/applicator/index.d.ts","../node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts","../node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts","../node_modules/ajv/dist/vocabularies/validation/pattern.d.ts","../node_modules/ajv/dist/vocabularies/validation/required.d.ts","../node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts","../node_modules/ajv/dist/vocabularies/validation/const.d.ts","../node_modules/ajv/dist/vocabularies/validation/enum.d.ts","../node_modules/ajv/dist/vocabularies/validation/index.d.ts","../node_modules/ajv/dist/vocabularies/format/format.d.ts","../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts","../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts","../node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts","../node_modules/ajv/dist/vocabularies/discriminator/types.d.ts","../node_modules/ajv/dist/vocabularies/discriminator/index.d.ts","../node_modules/ajv/dist/vocabularies/errors.d.ts","../node_modules/ajv/dist/types/json-schema.d.ts","../node_modules/ajv/dist/types/jtd-schema.d.ts","../node_modules/ajv/dist/runtime/validation_error.d.ts","../node_modules/ajv/dist/compile/ref_error.d.ts","../node_modules/ajv/dist/core.d.ts","../node_modules/ajv/dist/compile/resolve.d.ts","../node_modules/ajv/dist/compile/index.d.ts","../node_modules/ajv/dist/types/index.d.ts","../node_modules/ajv/dist/ajv.d.ts","../node_modules/ajv-errors/dist/index.d.ts","../node_modules/ajv-keywords/dist/definitions/_types.d.ts","../node_modules/ajv-keywords/dist/definitions/patternRequired.d.ts","../node_modules/ajv-keywords/dist/definitions/select.d.ts","../node_modules/ajv-keywords/dist/definitions/index.d.ts","../node_modules/ajv-keywords/dist/index.d.ts","../src/validate/validate.ts","../src/validate/schemas/validate-number.schema.ts","../src/units.ts","../src/parse/parse-number.ts","../src/numbers/display-number.ts","../src/utils.ts","../src/constants.ts","../src/index.ts","../src/comparison/comparison.test.ts","../src/internationalization/internationalization.test.ts","../src/numbers/display-number.test.ts","../src/numbers/numbers.test.ts","../src/parse/parse-number.test.ts","../src/rounding/deprecated-rounding.ts","../src/rounding/rounding.test.ts","../src/validate/validate.test.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@jest/expect-utils/build/index.d.ts","../node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/expect/build/index.d.ts","../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"f3d4da15233e593eacb3965cde7960f3fddf5878528d882bcedd5cbaba0193c7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"3cea2bff14d3a7617e944e295d33729fb51c44308c276b5fd77681c9eb0c8ba1",{"version":"7cee7ec76ec8b78d5117fd2e47b3bf9fd8a866b49562a48c50fa1fbf300b35f5","signature":"f41a64b4943461673638efdaf4e644cbf2db2c32d945e5936eed48d5b542a770"},{"version":"68f0f73855b77244e588f259a392c33ae9c9261e40b3d0607169c8d44b02208c","signature":"10e3ee5ce42dc4eb9c1f036c39a552fcc1e0f1dae91ed1403612e4555f99dc27"},{"version":"a42b8a9e2a4b6f7663426eab7ddb04010001990946a5650201e0e42c4c91c4cf","signature":"d9e8506fad8357873938d72be0768fe0ad9373ba5303ae9c591c0dafdd3ec20a"},{"version":"642f9076eac68f3ea2fc8220196c6ad2d5bc7bbb1696f017e14383178c37a534","signature":"488e9dac0d02345e079e1d96d40b1c936496bf0c99937f45f8c2dbf9ce4d1bdc"},{"version":"b1534fa049153fcbb84b156d2174c78597fa595c8c48634daccf47bd5ddbbfb1","signature":"4bfb0280cfb487847362bc570e18e9125a59c59b074b19c4c98f6b68d18e649f"},{"version":"f83e467d26e857fd31637aceb674c0581b9647f88c5b626dd5725c9e22ba60e0","signature":"4c0057632c8996ce5d0ab88d7604fb0a277ab21b1fb99abd1a96b2c3d087d639"},"9f3c5498245c38c9016a369795ec5ef1768d09db63643c8dba9656e5ab294825","2d225e7bda2871c066a7079c88174340950fb604f624f2586d3ea27bb9e5f4ff","6a785f84e63234035e511817dd48ada756d984dd8f9344e56eb8b2bdcd8fd001","c1422d016f7df2ccd3594c06f2923199acd09898f2c42f50ea8159f1f856f618","2973b1b7857ca144251375b97f98474e9847a890331e27132d5a8b3aea9350a8","0eb6152d37c84d6119295493dfcc20c331c6fda1304a513d159cdaa599dcb78b","237df26f8c326ca00cd9d2deb40214a079749062156386b6d75bdcecc6988a6b","cd44995ee13d5d23df17a10213fed7b483fabfd5ea08f267ab52c07ce0b6b4da","58ce1486f851942bd2d3056b399079bc9cb978ec933fe9833ea417e33eab676e","7557d4d7f19f94341f4413575a3453ba7f6039c9591015bcf4282a8e75414043","a3b2cc16f3ce2d882eca44e1066f57a24751545f2a5e4a153d4de31b4cac9bb5","ac2b3b377d3068bfb6e1cb8889c99098f2c875955e2325315991882a74d92cc8","8deb39d89095469957f73bd194d11f01d9894b8c1f1e27fbf3f6e8122576b336","a38a9c41f433b608a0d37e645a31eecf7233ef3d3fffeb626988d3219f80e32f","8e1428dcba6a984489863935049893631170a37f9584c0479f06e1a5b1f04332","1fce9ecb87a2d3898941c60df617e52e50fb0c03c9b7b2ba8381972448327285","5ef0597b8238443908b2c4bf69149ed3894ac0ddd0515ac583d38c7595b151f1","ac52b775a80badff5f4ac329c5725a26bd5aaadd57afa7ad9e98b4844767312a","6ae5b4a63010c82bf2522b4ecfc29ffe6a8b0c5eea6b2b35120077e9ac54d7a1","dd7109c49f416f218915921d44f0f28975df78e04e437c62e1e1eb3be5e18a35","eee181112e420b345fc78422a6cc32385ede3d27e2eaf8b8c4ad8b2c29e3e52e","25fbe57c8ee3079e2201fe580578fab4f3a78881c98865b7c96233af00bf9624","62cc8477858487b4c4de7d7ae5e745a8ce0015c1592f398b63ee05d6e64ca295","cc2a9ec3cb10e4c0b8738b02c31798fad312d21ef20b6a2f5be1d077e9f5409d","4b4fadcda7d34034737598c07e2dca5d7e1e633cb3ba8dd4d2e6a7782b30b296","360fdc8829a51c5428636f1f83e7db36fef6c5a15ed4411b582d00a1c2bd6e97","1cf0d15e6ab1ecabbf329b906ae8543e6b8955133b7f6655f04d433e3a0597ab","7c9f98fe812643141502b30fb2b5ec56d16aaf94f98580276ae37b7924dd44a4","b3547893f24f59d0a644c52f55901b15a3fa1a115bc5ea9a582911469b9348b7","596e5b88b6ca8399076afcc22af6e6e0c4700c7cd1f420a78d637c3fb44a885e","adddf736e08132c7059ee572b128fdacb1c2650ace80d0f582e93d097ed4fbaf","d4cad9dc13e9c5348637170ddd5d95f7ed5fdfc856ddca40234fa55518bc99a6","d70675ba7ba7d02e52b7070a369957a70827e4b2bca2c1680c38a832e87b61fd","3be71f4ce8988a01e2f5368bdd58e1d60236baf511e4510ee9291c7b3729a27e","423d2ccc38e369a7527988d682fafc40267bcd6688a7473e59c5eea20a29b64f","2f9fde0868ed030277c678b435f63fcf03d27c04301299580a4017963cc04ce6","6b6ed4aa017eb6867cef27257379cfe3e16caf628aceae3f0163dbafcaf891ff","25f1159094dc0bf3a71313a74e0885426af21c5d6564a254004f2cadf9c5b052","cde493e09daad4bb29922fe633f760be9f0e8e2f39cdca999cce3b8690b5e13a","3d7f9eb12aface876f7b535cc89dcd416daf77f0b3573333f16ec0a70bcf902a","b83139ae818dd20f365118f9999335ca4cd84ae518348619adc5728e7e0372d5","c3d608cc3e97d22d1d9589262865d5d786c3ee7b0a2ae9716be08634b79b9a8c","62d26d8ba4fa15ab425c1b57a050ed76c5b0ecbffaa53f182110aa3a02405a07","87a4f46dabe0e415e3d38633e4b2295e9a2673ae841886c90a1ff3e66defb367","41b8775befd7ded7245a627e9f4de6110236688ce4c124d2d40c37bc1a3bfe05","320c48aadd4ca9697fc3017cf5ef768c880792ff12369bd6ee2ad771b394d6ac","33bb61cafac5ab8139c71222d26a5dc4e8f82617522045740fc4ef6a93c8ae62","2ca670ade15aa2131d5349f85d5aa3d8d98ca5888a90afea91373d1b14f28ba5","f5592bdabb2ff1b464edcfc6e4ee31876b008c7a93c2d6213d34ae2031332b2d","23c37e92319e593e2c3688cf621175830a9f2613b52affbb2745ea9d3167118b","0f0ba384615d2df02057bc7d3f6e3c1bf0b3a06763975839fd266133abb60849",{"version":"0c3ce02a1584ad3e5a4dfb9b9f1ad912e8378eb13221d05063f6399f9ca84de2","signature":"ae87927e8f2d848576199e57fcf78384e53c4029637e47258bc7854aa0c10491"},{"version":"cc702b0be6b46fea16e16401cc8393c3bf1b595f7e46cabe0b720d67a606ee9f","signature":"0808428fde504ce46f0e97bc35d6f19df765cef714519802e3f363e764ba0821"},{"version":"84c49b2cd8c62a86fa7020da798646c9069df3de81d62920681543ceaad19149","signature":"3b29eacdf129c3233963c3a800eaf2208fb94998fa76d237ac56dea0ff9973f2"},{"version":"9076a5146f6b667cf4e58ddaaa2c514499bed1d9bdcd95bf4ddaa73d8c76ab85","signature":"b9abbd1c0ba0300e90e41538959dc5cbcbfe2b5484b07c40209e6c90973fbaa7"},{"version":"197d59952c0ae536360753d4c9668066981f618c0707675c63967b8fd7d8e4d7","signature":"1ab8a4cb9092d53915708c8f4ced4e6de771db583255e49be0c9c3cee8f0da73"},{"version":"116ccad794c014d116fe39a885ead6a9a832a448ec136bc32bd2fe84d51121e1","signature":"a4e0c3ba0d8b4eb303d9e898bf486e244afe1d5646511fc61411277293a04c01"},{"version":"5011ea9c46bc441b5eacb3cf1b7a61e7fccfc2b5b592136f59f92ccddd800087","signature":"4c1e334be64be0e4159b283a418c3c7803394713e3bddb0e436c1d47637098cb"},{"version":"e8a54d4c1fc3e974ee258cdd54975fc22db8ef352c09011ad2b29983cb748a91","signature":"12607e8e04fb536db3bc6f1ccb8c7498c941447fd7d4bf41645df351efedd671"},{"version":"22f86b1a30b08ca6dc1e9c31cf15af981fa29c81bd7253f85e86712e8ffb1c5c","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"2ad81f9855a92abd14015cf70c1c2a1524f83bea7dcba42cd5e1355b53906453","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"f52c31d0d9d2cf124f31c2b5aa36fc778985d214fe135ff79d4b9f7f11c28bb4","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"fa98afdeafa9043abc9275b8f0165aa4de472ccb356ef6c68c5d65301638e01d","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"93485defa9275468650423b24a87b930feb92bd0196e2acd40161f8c6be115bb","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"c3e13ca9c24c0dbe01d58352f606b4d16ad5b942b51b610dd624a2f82623dc74","signature":"a1e72e1190547796fceb35351caace8cfd6aa0e16ab9110c5cb9764fc22ee991"},{"version":"5b11d600e420195411ea679ae398b4caea60027695d85d5c9e931169462e06a8","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"11d5341a90334c8d3046903551691e8c26458a13e9ab69aa3b4859c52e22a378","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"0b4bc32128fda7bb0752cf284730dd3a817aae04a3d7f92e3b2d54bd61362fe1","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"49026435d21e3d7559d723af3ae48f73ec28f9cba651b41bd2ac991012836122","affectsGlobalScope":true},"39b1a50d543770780b0409a4caacb87f3ff1d510aedfeb7dc06ed44188256f89",{"version":"49c89f8fa09d21c161e6a367448639e032f42d77cc2ec8ab54ecb8fa9a3ad59f","affectsGlobalScope":true},"a5165a41576f42964e810eb02da0be686ae61f3783779d1e5db8faf3da4ad2fb","304504c854c47a55ab4a89111a27a2daf8a3614740bd787cc1f2c51e5574239c",{"version":"95f9129a37dcace36e17b061a8484952586ecfe928c9c8ce526de1a2f4aaefa7","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","0f9061846236850a872cb44097d071631e93c8749a8b16c191fe3c2a48faede4","e46fa644658c2d6e5c85e954ea76b92c97d63f0851d3ccdab8c2a80d5962aaa9","1c611ff373ce1958aafc40b328048ac2540ba5c7f373cf2897e0d9aeaabe90a0","fd7a7fc2bb1f38ba0cded7bd8088c99033365859e03ba974f7de072e9d989fde","6cf42fc3765241c59339047a45855c506a2f94ee5e734bbded94ddcafc66e4c5","09d6cebdced6aa1181ac1523c8f22a133f5ed80589678b64051f0602f0518374",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"7c35691dc3972ff1507d8dd279d833f540973d0917bde22e191cf7a8feaac29f","affectsGlobalScope":true},"62662d7a886e5cfa870685720fd27b763743ca4d2cf29326f75d76606a64eadd","b8c670688bd228d3cc9c169690b09b687188c50ff263a94df63b207701105ad9","d8e16905907111390d5a943816306ae997dfe56476f14142166f8b13ee322eea","8068c911a1c40bc6c5ffc58c625b21d807778f6aa6d63a73e6f04f88bcac5b79","a1dbce56ad5f3a37caafb9033c9d190a199217d673f5fa099c8968d471a2fdaa","c6f77efcc19f51c8759779b6b6ee0d88046c15c15dadac8ffed729a6620daf39",{"version":"089867511b37a534ae71f3d9bc97acc0b925b7f5dbec113f98c4b49224c694eb","affectsGlobalScope":true},"269d0ea3202820c29a32c1f2a357837a4f1918426844f7e7c90af15ec40d1dc1","66432f885e30cf471573de22a5af5eca9ab46b37b122aec98beadf77e9b7df24","323506ce173f7f865f42f493885ee3dacd18db6359ea1141d57676d3781ce10c",{"version":"034e635df3c014df1d6b1110b724ca0c4d2d324b45a84974c7d6931f9cf95ea7","affectsGlobalScope":true},{"version":"87f9456115554cb0f78f098ddbd585096871c19d2d05274c1b1b4ade3151da78","affectsGlobalScope":true},"ea3ab3727cd6c222d94003ecafa30e8550c61eadcdabbf59514aee76e86211a5","d3cdd41693c5ed6bec4f1a1c399d9501372b14bd341bc46eedacf2854c5df5a7","2de7a21c92226fb8abbeed7a0a9bd8aa6d37e4c68a8c7ff7938c644267e9fcc1","6d6070c5c81ba0bfe58988c69e3ba3149fc86421fd383f253aeb071cbf29cd41","da618f0ea09d95c3b51514de43bf97dab008c85bede58aa57cf95e4984c7c957","48a35b181ecf47dbbc0a7ab4b5ba778d91eaa838ba42bf4aaaead42be77ef39a","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","5195aeb0de306d1c5ca8033457fbcab5987657112fa6d4971cfeb7644493a369","c5dbf0003bc9f0f643e54cd00a3868d1afe85497fecb56be6f2373dc85102924",{"version":"b446ae935d08a57c3ba4188e82d9fb2c251528ed805ec1f41c20e691c3db6325","affectsGlobalScope":true},{"version":"300f8e9de0b0c3482be3e749462b6ebc3dab8a316801f1da0def94aed0cd2018","affectsGlobalScope":true},"4e228e78c1e9b0a75c70588d59288f63a6258e8b1fe4a67b0c53fe03461421d9","962f105729d5b888c8b70e193f6020ee92c6c8144c827de40f80d65dd188ad7f","ac74e2b754fba690036f8221d978f6debb867462b87af254f24e924b677395d0","80858f6de9af22e53aff221fe3590215ea544c2aeb2cc60cf8e08a9c785c8fef",{"version":"068b8ee5c2cd90d7a50f2efadbbe353cb10196a41189a48bf4b2a867363012b4","affectsGlobalScope":true},{"version":"340659b96782f5813aad6c1f89ea1b83b2f3fa993115c7b30366375d9bae5a4e","affectsGlobalScope":true},"6f44a190351ab5e1811abebe007cf60518044772ccc08244f9f241706afa767f","fecdf44bec4ee9c5188e5f2f58c292c9689c02520900dceaaa6e76594de6da90","cf45d0510b661f1da461479851ff902f188edb111777c37055eff12fa986a23a",{"version":"6a4a80787c57c10b3ea8314c80d9cc6e1deb99d20adca16106a337825f582420","affectsGlobalScope":true},"f2b9440f98d6f94c8105883a2b65aee2fce0248f71f41beafd0a80636f3a565d",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","cdcc132f207d097d7d3aa75615ab9a2e71d6a478162dde8b67f88ea19f3e54de","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","c085e9aa62d1ae1375794c1fb927a445fa105fed891a7e24edbb1c3300f7384a","f315e1e65a1f80992f0509e84e4ae2df15ecd9ef73df975f7c98813b71e4c8da","5b9586e9b0b6322e5bfbd2c29bd3b8e21ab9d871f82346cb71020e3d84bae73e","3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","d96cc6598148bf1a98fb2e8dcf01c63a4b3558bdaec6ef35e087fd0562eb40ec",{"version":"5ab630d466ac55baa6d32820378098404fc18ba9da6f7bc5df30c5dbb1cffae8","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"declaration":true,"esModuleInterop":true,"jsx":2,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","preserveConstEnums":true,"removeComments":true,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"suppressImplicitAnyIndexErrors":true,"target":5},"fileIdsList":[[219],[221,224],[131],[166],[167,172,200],[168,179,180,187,197,208],[168,169,179,187],[170,209],[171,172,180,188],[172,197,205],[173,175,179,187],[166,174],[175,176],[179],[177,179],[166,179],[179,180,181,197,208],[179,180,181,194,197,200],[164,213],[175,179,182,187,197,208],[179,180,182,183,187,197,205,208],[182,184,197,205,208],[131,132,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215],[179,185],[186,208,213],[175,179,187,197],[188],[189],[166,190],[191,207,213],[192],[193],[179,194,195],[194,196,209,211],[167,179,197,198,199,200],[167,197,199],[197,198],[200],[201],[166,197],[179,203,204],[203,204],[172,187,197,205],[206],[187,207],[167,182,193,208],[172,209],[197,210],[186,211],[212],[167,172,179,181,190,197,208,211,213],[197,214],[108],[108,110,111,112],[108,110],[108,113],[67,68,72,99,100,102,103,104,106,107],[65,66],[65],[67,107],[67,68,104,105,107],[107],[64,107,108],[67,68,106,107],[67,68,70,71,106,107],[67,68,69,106,107],[67,68,72,99,100,101,102,103,106,107],[64,67,68,72,104,106],[72,107],[74,75,76,77,78,79,80,81,82,83,107],[97,107],[73,84,92,93,94,95,96,98],[77,107],[85,86,87,88,89,90,91,107],[217,223],[221],[218,222],[220],[141,145,208],[141,197,208],[136],[138,141,205,208],[187,205],[216],[136,216],[138,141,187,208],[133,134,137,140,167,179,197,208],[133,139],[137,141,167,200,208,216],[167,216],[157,167,216],[135,136,216],[141],[135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,158,159,160,161,162,163],[141,148,149],[139,141,149,150],[140],[133,136,141],[141,145,149,150],[145],[139,141,144,208],[133,138,139,141,145,148],[167,197],[136,141,157,167,213,216],[122],[61,117,118,120],[120],[61,62,63,117,119,120,121],[59,60],[58,59],[58],[63,119],[60,61,63,118,120,121],[61],[117,119,120],[118],[61,117,120],[63,120],[63,128],[61,62,118,119,120],[58,61,63,115,116,119,120,121],[57,119],[115],[58,108,109,114],[58,108]],"referencedMap":[[220,1],[225,2],[131,3],[132,3],[166,4],[167,5],[168,6],[169,7],[170,8],[171,9],[172,10],[173,11],[174,12],[175,13],[176,13],[178,14],[177,15],[179,16],[180,17],[181,18],[165,19],[182,20],[183,21],[184,22],[216,23],[185,24],[186,25],[187,26],[188,27],[189,28],[190,29],[191,30],[192,31],[193,32],[194,33],[195,33],[196,34],[197,35],[199,36],[198,37],[200,38],[201,39],[202,40],[203,41],[204,42],[205,43],[206,44],[207,45],[208,46],[209,47],[210,48],[211,49],[212,50],[213,51],[214,52],[109,53],[110,53],[113,54],[111,53],[112,55],[114,56],[108,57],[67,58],[66,59],[71,60],[106,61],[103,62],[105,63],[68,62],[69,64],[73,64],[72,65],[70,66],[104,67],[102,62],[107,68],[74,69],[79,62],[81,62],[76,62],[77,69],[83,62],[84,70],[75,62],[80,62],[82,62],[78,62],[98,71],[97,62],[99,72],[93,62],[95,62],[94,62],[90,62],[96,73],[91,62],[92,74],[85,62],[86,62],[87,62],[88,62],[89,62],[224,75],[222,76],[223,77],[221,78],[148,79],[155,80],[147,79],[162,81],[139,82],[138,83],[161,84],[156,85],[159,86],[141,87],[140,88],[136,89],[135,90],[158,91],[137,92],[142,93],[146,93],[164,94],[163,93],[150,95],[151,96],[153,97],[149,98],[152,99],[157,84],[144,100],[145,101],[154,102],[134,103],[160,104],[123,105],[62,106],[121,107],[122,108],[124,109],[60,110],[59,111],[125,112],[119,113],[126,114],[61,115],[127,116],[118,117],[128,118],[129,119],[63,120],[117,121],[120,122],[130,123],[115,124]],"exportedModulesMap":[[220,1],[225,2],[131,3],[132,3],[166,4],[167,5],[168,6],[169,7],[170,8],[171,9],[172,10],[173,11],[174,12],[175,13],[176,13],[178,14],[177,15],[179,16],[180,17],[181,18],[165,19],[182,20],[183,21],[184,22],[216,23],[185,24],[186,25],[187,26],[188,27],[189,28],[190,29],[191,30],[192,31],[193,32],[194,33],[195,33],[196,34],[197,35],[199,36],[198,37],[200,38],[201,39],[202,40],[203,41],[204,42],[205,43],[206,44],[207,45],[208,46],[209,47],[210,48],[211,49],[212,50],[213,51],[214,52],[109,53],[110,53],[113,54],[111,53],[112,55],[114,56],[108,57],[67,58],[66,59],[71,60],[106,61],[103,62],[105,63],[68,62],[69,64],[73,64],[72,65],[70,66],[104,67],[102,62],[107,68],[74,69],[79,62],[81,62],[76,62],[77,69],[83,62],[84,70],[75,62],[80,62],[82,62],[78,62],[98,71],[97,62],[99,72],[93,62],[95,62],[94,62],[90,62],[96,73],[91,62],[92,74],[85,62],[86,62],[87,62],[88,62],[89,62],[224,75],[222,76],[223,77],[221,78],[148,79],[155,80],[147,79],[162,81],[139,82],[138,83],[161,84],[156,85],[159,86],[141,87],[140,88],[136,89],[135,90],[158,91],[137,92],[142,93],[146,93],[164,94],[163,93],[150,95],[151,96],[153,97],[149,98],[152,99],[157,84],[144,100],[145,101],[154,102],[134,103],[160,104],[122,108],[59,111],[117,111],[115,125]],"semanticDiagnosticsPerFile":[217,220,219,225,131,132,166,167,168,169,170,171,172,173,174,175,176,178,177,179,180,181,165,215,182,183,184,216,185,186,187,188,189,190,191,192,193,194,195,196,197,199,198,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,109,110,113,111,112,114,108,65,67,66,71,106,103,105,68,69,73,72,70,104,102,107,100,101,74,79,81,76,77,83,84,75,80,82,78,98,97,99,93,95,94,90,96,91,92,85,86,87,88,89,218,224,57,222,223,221,11,12,14,13,2,15,16,17,18,19,20,21,22,3,4,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,54,55,1,10,56,148,155,147,162,139,138,161,156,159,141,140,136,135,158,137,142,143,146,133,164,163,150,151,153,149,152,157,144,145,154,134,160,64,123,62,121,122,58,124,60,59,125,119,126,61,127,118,128,129,63,117,120,116,130,115]},"version":"4.9.5"}
1
+ {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.esnext.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/fraction.js/fraction.d.ts","../src/interfaces.ts","../src/internationalization/utils.ts","../src/internationalization/internationalization.ts","../src/numbers/numbers.ts","../src/comparison/comparison.ts","../src/rounding/rounding.ts","../node_modules/uri-js/dist/es5/uri.all.d.ts","../node_modules/ajv/dist/compile/codegen/code.d.ts","../node_modules/ajv/dist/compile/codegen/scope.d.ts","../node_modules/ajv/dist/compile/codegen/index.d.ts","../node_modules/ajv/dist/compile/rules.d.ts","../node_modules/ajv/dist/compile/util.d.ts","../node_modules/ajv/dist/compile/validate/subschema.d.ts","../node_modules/ajv/dist/compile/errors.d.ts","../node_modules/ajv/dist/compile/validate/index.d.ts","../node_modules/ajv/dist/compile/validate/dataType.d.ts","../node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts","../node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts","../node_modules/ajv/dist/vocabularies/applicator/contains.d.ts","../node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts","../node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts","../node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts","../node_modules/ajv/dist/vocabularies/applicator/not.d.ts","../node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts","../node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts","../node_modules/ajv/dist/vocabularies/applicator/if.d.ts","../node_modules/ajv/dist/vocabularies/applicator/index.d.ts","../node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts","../node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts","../node_modules/ajv/dist/vocabularies/validation/pattern.d.ts","../node_modules/ajv/dist/vocabularies/validation/required.d.ts","../node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts","../node_modules/ajv/dist/vocabularies/validation/const.d.ts","../node_modules/ajv/dist/vocabularies/validation/enum.d.ts","../node_modules/ajv/dist/vocabularies/validation/index.d.ts","../node_modules/ajv/dist/vocabularies/format/format.d.ts","../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts","../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts","../node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts","../node_modules/ajv/dist/vocabularies/discriminator/types.d.ts","../node_modules/ajv/dist/vocabularies/discriminator/index.d.ts","../node_modules/ajv/dist/vocabularies/errors.d.ts","../node_modules/ajv/dist/types/json-schema.d.ts","../node_modules/ajv/dist/types/jtd-schema.d.ts","../node_modules/ajv/dist/runtime/validation_error.d.ts","../node_modules/ajv/dist/compile/ref_error.d.ts","../node_modules/ajv/dist/core.d.ts","../node_modules/ajv/dist/compile/resolve.d.ts","../node_modules/ajv/dist/compile/index.d.ts","../node_modules/ajv/dist/types/index.d.ts","../node_modules/ajv/dist/ajv.d.ts","../node_modules/ajv-errors/dist/index.d.ts","../node_modules/ajv-keywords/dist/definitions/_types.d.ts","../node_modules/ajv-keywords/dist/definitions/patternRequired.d.ts","../node_modules/ajv-keywords/dist/definitions/select.d.ts","../node_modules/ajv-keywords/dist/definitions/index.d.ts","../node_modules/ajv-keywords/dist/index.d.ts","../src/validate/validate.ts","../src/validate/schemas/validate-number.schema.ts","../src/units.ts","../src/parse/parse-number.ts","../src/numbers/display-number.ts","../src/utils.ts","../src/constants.ts","../src/index.ts","../src/comparison/comparison.test.ts","../src/internationalization/internationalization.test.ts","../src/numbers/display-number.test.ts","../src/numbers/numbers.test.ts","../src/parse/parse-number.test.ts","../src/rounding/deprecated-rounding.ts","../src/rounding/rounding.test.ts","../src/validate/validate.test.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@jest/expect-utils/build/index.d.ts","../node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/expect/build/index.d.ts","../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"f3d4da15233e593eacb3965cde7960f3fddf5878528d882bcedd5cbaba0193c7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"3cea2bff14d3a7617e944e295d33729fb51c44308c276b5fd77681c9eb0c8ba1",{"version":"7cee7ec76ec8b78d5117fd2e47b3bf9fd8a866b49562a48c50fa1fbf300b35f5","signature":"f41a64b4943461673638efdaf4e644cbf2db2c32d945e5936eed48d5b542a770"},{"version":"68f0f73855b77244e588f259a392c33ae9c9261e40b3d0607169c8d44b02208c","signature":"10e3ee5ce42dc4eb9c1f036c39a552fcc1e0f1dae91ed1403612e4555f99dc27"},{"version":"a42b8a9e2a4b6f7663426eab7ddb04010001990946a5650201e0e42c4c91c4cf","signature":"d9e8506fad8357873938d72be0768fe0ad9373ba5303ae9c591c0dafdd3ec20a"},{"version":"642f9076eac68f3ea2fc8220196c6ad2d5bc7bbb1696f017e14383178c37a534","signature":"488e9dac0d02345e079e1d96d40b1c936496bf0c99937f45f8c2dbf9ce4d1bdc"},{"version":"b1534fa049153fcbb84b156d2174c78597fa595c8c48634daccf47bd5ddbbfb1","signature":"4bfb0280cfb487847362bc570e18e9125a59c59b074b19c4c98f6b68d18e649f"},{"version":"f83e467d26e857fd31637aceb674c0581b9647f88c5b626dd5725c9e22ba60e0","signature":"4c0057632c8996ce5d0ab88d7604fb0a277ab21b1fb99abd1a96b2c3d087d639"},"9f3c5498245c38c9016a369795ec5ef1768d09db63643c8dba9656e5ab294825","2d225e7bda2871c066a7079c88174340950fb604f624f2586d3ea27bb9e5f4ff","6a785f84e63234035e511817dd48ada756d984dd8f9344e56eb8b2bdcd8fd001","c1422d016f7df2ccd3594c06f2923199acd09898f2c42f50ea8159f1f856f618","2973b1b7857ca144251375b97f98474e9847a890331e27132d5a8b3aea9350a8","0eb6152d37c84d6119295493dfcc20c331c6fda1304a513d159cdaa599dcb78b","237df26f8c326ca00cd9d2deb40214a079749062156386b6d75bdcecc6988a6b","cd44995ee13d5d23df17a10213fed7b483fabfd5ea08f267ab52c07ce0b6b4da","58ce1486f851942bd2d3056b399079bc9cb978ec933fe9833ea417e33eab676e","7557d4d7f19f94341f4413575a3453ba7f6039c9591015bcf4282a8e75414043","a3b2cc16f3ce2d882eca44e1066f57a24751545f2a5e4a153d4de31b4cac9bb5","ac2b3b377d3068bfb6e1cb8889c99098f2c875955e2325315991882a74d92cc8","8deb39d89095469957f73bd194d11f01d9894b8c1f1e27fbf3f6e8122576b336","a38a9c41f433b608a0d37e645a31eecf7233ef3d3fffeb626988d3219f80e32f","8e1428dcba6a984489863935049893631170a37f9584c0479f06e1a5b1f04332","1fce9ecb87a2d3898941c60df617e52e50fb0c03c9b7b2ba8381972448327285","5ef0597b8238443908b2c4bf69149ed3894ac0ddd0515ac583d38c7595b151f1","ac52b775a80badff5f4ac329c5725a26bd5aaadd57afa7ad9e98b4844767312a","6ae5b4a63010c82bf2522b4ecfc29ffe6a8b0c5eea6b2b35120077e9ac54d7a1","dd7109c49f416f218915921d44f0f28975df78e04e437c62e1e1eb3be5e18a35","eee181112e420b345fc78422a6cc32385ede3d27e2eaf8b8c4ad8b2c29e3e52e","25fbe57c8ee3079e2201fe580578fab4f3a78881c98865b7c96233af00bf9624","62cc8477858487b4c4de7d7ae5e745a8ce0015c1592f398b63ee05d6e64ca295","cc2a9ec3cb10e4c0b8738b02c31798fad312d21ef20b6a2f5be1d077e9f5409d","4b4fadcda7d34034737598c07e2dca5d7e1e633cb3ba8dd4d2e6a7782b30b296","360fdc8829a51c5428636f1f83e7db36fef6c5a15ed4411b582d00a1c2bd6e97","1cf0d15e6ab1ecabbf329b906ae8543e6b8955133b7f6655f04d433e3a0597ab","7c9f98fe812643141502b30fb2b5ec56d16aaf94f98580276ae37b7924dd44a4","b3547893f24f59d0a644c52f55901b15a3fa1a115bc5ea9a582911469b9348b7","596e5b88b6ca8399076afcc22af6e6e0c4700c7cd1f420a78d637c3fb44a885e","adddf736e08132c7059ee572b128fdacb1c2650ace80d0f582e93d097ed4fbaf","d4cad9dc13e9c5348637170ddd5d95f7ed5fdfc856ddca40234fa55518bc99a6","d70675ba7ba7d02e52b7070a369957a70827e4b2bca2c1680c38a832e87b61fd","3be71f4ce8988a01e2f5368bdd58e1d60236baf511e4510ee9291c7b3729a27e","423d2ccc38e369a7527988d682fafc40267bcd6688a7473e59c5eea20a29b64f","2f9fde0868ed030277c678b435f63fcf03d27c04301299580a4017963cc04ce6","6b6ed4aa017eb6867cef27257379cfe3e16caf628aceae3f0163dbafcaf891ff","25f1159094dc0bf3a71313a74e0885426af21c5d6564a254004f2cadf9c5b052","cde493e09daad4bb29922fe633f760be9f0e8e2f39cdca999cce3b8690b5e13a","3d7f9eb12aface876f7b535cc89dcd416daf77f0b3573333f16ec0a70bcf902a","b83139ae818dd20f365118f9999335ca4cd84ae518348619adc5728e7e0372d5","c3d608cc3e97d22d1d9589262865d5d786c3ee7b0a2ae9716be08634b79b9a8c","62d26d8ba4fa15ab425c1b57a050ed76c5b0ecbffaa53f182110aa3a02405a07","87a4f46dabe0e415e3d38633e4b2295e9a2673ae841886c90a1ff3e66defb367","41b8775befd7ded7245a627e9f4de6110236688ce4c124d2d40c37bc1a3bfe05","320c48aadd4ca9697fc3017cf5ef768c880792ff12369bd6ee2ad771b394d6ac","33bb61cafac5ab8139c71222d26a5dc4e8f82617522045740fc4ef6a93c8ae62","2ca670ade15aa2131d5349f85d5aa3d8d98ca5888a90afea91373d1b14f28ba5","f5592bdabb2ff1b464edcfc6e4ee31876b008c7a93c2d6213d34ae2031332b2d","23c37e92319e593e2c3688cf621175830a9f2613b52affbb2745ea9d3167118b","0f0ba384615d2df02057bc7d3f6e3c1bf0b3a06763975839fd266133abb60849",{"version":"0c3ce02a1584ad3e5a4dfb9b9f1ad912e8378eb13221d05063f6399f9ca84de2","signature":"ae87927e8f2d848576199e57fcf78384e53c4029637e47258bc7854aa0c10491"},{"version":"cc702b0be6b46fea16e16401cc8393c3bf1b595f7e46cabe0b720d67a606ee9f","signature":"0808428fde504ce46f0e97bc35d6f19df765cef714519802e3f363e764ba0821"},{"version":"ec37868c075f72d992722f0ba23c19b64deaa9177d5a4f943ff7f3015b19db1f","signature":"d59538577c722f4431221949d00055143531a2df9a261d71897e6c4427c32e8a"},{"version":"9076a5146f6b667cf4e58ddaaa2c514499bed1d9bdcd95bf4ddaa73d8c76ab85","signature":"b9abbd1c0ba0300e90e41538959dc5cbcbfe2b5484b07c40209e6c90973fbaa7"},{"version":"197d59952c0ae536360753d4c9668066981f618c0707675c63967b8fd7d8e4d7","signature":"1ab8a4cb9092d53915708c8f4ced4e6de771db583255e49be0c9c3cee8f0da73"},{"version":"116ccad794c014d116fe39a885ead6a9a832a448ec136bc32bd2fe84d51121e1","signature":"a4e0c3ba0d8b4eb303d9e898bf486e244afe1d5646511fc61411277293a04c01"},{"version":"5011ea9c46bc441b5eacb3cf1b7a61e7fccfc2b5b592136f59f92ccddd800087","signature":"4c1e334be64be0e4159b283a418c3c7803394713e3bddb0e436c1d47637098cb"},{"version":"f17e23448f286a262806a762805c3caf4221b9db85586548a9f69484d88d2d0d","signature":"30fd573b747bf10a7111f3eaa9e149aff215ade20b825a2458cd4fe94cc4a7d2"},{"version":"22f86b1a30b08ca6dc1e9c31cf15af981fa29c81bd7253f85e86712e8ffb1c5c","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"2ad81f9855a92abd14015cf70c1c2a1524f83bea7dcba42cd5e1355b53906453","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"f52c31d0d9d2cf124f31c2b5aa36fc778985d214fe135ff79d4b9f7f11c28bb4","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"fa98afdeafa9043abc9275b8f0165aa4de472ccb356ef6c68c5d65301638e01d","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"93485defa9275468650423b24a87b930feb92bd0196e2acd40161f8c6be115bb","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"c3e13ca9c24c0dbe01d58352f606b4d16ad5b942b51b610dd624a2f82623dc74","signature":"a1e72e1190547796fceb35351caace8cfd6aa0e16ab9110c5cb9764fc22ee991"},{"version":"5b11d600e420195411ea679ae398b4caea60027695d85d5c9e931169462e06a8","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"11d5341a90334c8d3046903551691e8c26458a13e9ab69aa3b4859c52e22a378","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"0b4bc32128fda7bb0752cf284730dd3a817aae04a3d7f92e3b2d54bd61362fe1","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"49026435d21e3d7559d723af3ae48f73ec28f9cba651b41bd2ac991012836122","affectsGlobalScope":true},"39b1a50d543770780b0409a4caacb87f3ff1d510aedfeb7dc06ed44188256f89",{"version":"49c89f8fa09d21c161e6a367448639e032f42d77cc2ec8ab54ecb8fa9a3ad59f","affectsGlobalScope":true},"a5165a41576f42964e810eb02da0be686ae61f3783779d1e5db8faf3da4ad2fb","304504c854c47a55ab4a89111a27a2daf8a3614740bd787cc1f2c51e5574239c",{"version":"95f9129a37dcace36e17b061a8484952586ecfe928c9c8ce526de1a2f4aaefa7","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","0f9061846236850a872cb44097d071631e93c8749a8b16c191fe3c2a48faede4","e46fa644658c2d6e5c85e954ea76b92c97d63f0851d3ccdab8c2a80d5962aaa9","1c611ff373ce1958aafc40b328048ac2540ba5c7f373cf2897e0d9aeaabe90a0","fd7a7fc2bb1f38ba0cded7bd8088c99033365859e03ba974f7de072e9d989fde","6cf42fc3765241c59339047a45855c506a2f94ee5e734bbded94ddcafc66e4c5","09d6cebdced6aa1181ac1523c8f22a133f5ed80589678b64051f0602f0518374",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"7c35691dc3972ff1507d8dd279d833f540973d0917bde22e191cf7a8feaac29f","affectsGlobalScope":true},"62662d7a886e5cfa870685720fd27b763743ca4d2cf29326f75d76606a64eadd","b8c670688bd228d3cc9c169690b09b687188c50ff263a94df63b207701105ad9","d8e16905907111390d5a943816306ae997dfe56476f14142166f8b13ee322eea","8068c911a1c40bc6c5ffc58c625b21d807778f6aa6d63a73e6f04f88bcac5b79","a1dbce56ad5f3a37caafb9033c9d190a199217d673f5fa099c8968d471a2fdaa","c6f77efcc19f51c8759779b6b6ee0d88046c15c15dadac8ffed729a6620daf39",{"version":"089867511b37a534ae71f3d9bc97acc0b925b7f5dbec113f98c4b49224c694eb","affectsGlobalScope":true},"269d0ea3202820c29a32c1f2a357837a4f1918426844f7e7c90af15ec40d1dc1","66432f885e30cf471573de22a5af5eca9ab46b37b122aec98beadf77e9b7df24","323506ce173f7f865f42f493885ee3dacd18db6359ea1141d57676d3781ce10c",{"version":"034e635df3c014df1d6b1110b724ca0c4d2d324b45a84974c7d6931f9cf95ea7","affectsGlobalScope":true},{"version":"87f9456115554cb0f78f098ddbd585096871c19d2d05274c1b1b4ade3151da78","affectsGlobalScope":true},"ea3ab3727cd6c222d94003ecafa30e8550c61eadcdabbf59514aee76e86211a5","d3cdd41693c5ed6bec4f1a1c399d9501372b14bd341bc46eedacf2854c5df5a7","2de7a21c92226fb8abbeed7a0a9bd8aa6d37e4c68a8c7ff7938c644267e9fcc1","6d6070c5c81ba0bfe58988c69e3ba3149fc86421fd383f253aeb071cbf29cd41","da618f0ea09d95c3b51514de43bf97dab008c85bede58aa57cf95e4984c7c957","48a35b181ecf47dbbc0a7ab4b5ba778d91eaa838ba42bf4aaaead42be77ef39a","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","5195aeb0de306d1c5ca8033457fbcab5987657112fa6d4971cfeb7644493a369","c5dbf0003bc9f0f643e54cd00a3868d1afe85497fecb56be6f2373dc85102924",{"version":"b446ae935d08a57c3ba4188e82d9fb2c251528ed805ec1f41c20e691c3db6325","affectsGlobalScope":true},{"version":"300f8e9de0b0c3482be3e749462b6ebc3dab8a316801f1da0def94aed0cd2018","affectsGlobalScope":true},"4e228e78c1e9b0a75c70588d59288f63a6258e8b1fe4a67b0c53fe03461421d9","962f105729d5b888c8b70e193f6020ee92c6c8144c827de40f80d65dd188ad7f","ac74e2b754fba690036f8221d978f6debb867462b87af254f24e924b677395d0","80858f6de9af22e53aff221fe3590215ea544c2aeb2cc60cf8e08a9c785c8fef",{"version":"068b8ee5c2cd90d7a50f2efadbbe353cb10196a41189a48bf4b2a867363012b4","affectsGlobalScope":true},{"version":"340659b96782f5813aad6c1f89ea1b83b2f3fa993115c7b30366375d9bae5a4e","affectsGlobalScope":true},"6f44a190351ab5e1811abebe007cf60518044772ccc08244f9f241706afa767f","fecdf44bec4ee9c5188e5f2f58c292c9689c02520900dceaaa6e76594de6da90","cf45d0510b661f1da461479851ff902f188edb111777c37055eff12fa986a23a",{"version":"6a4a80787c57c10b3ea8314c80d9cc6e1deb99d20adca16106a337825f582420","affectsGlobalScope":true},"f2b9440f98d6f94c8105883a2b65aee2fce0248f71f41beafd0a80636f3a565d",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","cdcc132f207d097d7d3aa75615ab9a2e71d6a478162dde8b67f88ea19f3e54de","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","c085e9aa62d1ae1375794c1fb927a445fa105fed891a7e24edbb1c3300f7384a","f315e1e65a1f80992f0509e84e4ae2df15ecd9ef73df975f7c98813b71e4c8da","5b9586e9b0b6322e5bfbd2c29bd3b8e21ab9d871f82346cb71020e3d84bae73e","3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","d96cc6598148bf1a98fb2e8dcf01c63a4b3558bdaec6ef35e087fd0562eb40ec",{"version":"5ab630d466ac55baa6d32820378098404fc18ba9da6f7bc5df30c5dbb1cffae8","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"declaration":true,"esModuleInterop":true,"jsx":2,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","preserveConstEnums":true,"removeComments":true,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"suppressImplicitAnyIndexErrors":true,"target":5},"fileIdsList":[[219],[221,224],[131],[166],[167,172,200],[168,179,180,187,197,208],[168,169,179,187],[170,209],[171,172,180,188],[172,197,205],[173,175,179,187],[166,174],[175,176],[179],[177,179],[166,179],[179,180,181,197,208],[179,180,181,194,197,200],[164,213],[175,179,182,187,197,208],[179,180,182,183,187,197,205,208],[182,184,197,205,208],[131,132,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215],[179,185],[186,208,213],[175,179,187,197],[188],[189],[166,190],[191,207,213],[192],[193],[179,194,195],[194,196,209,211],[167,179,197,198,199,200],[167,197,199],[197,198],[200],[201],[166,197],[179,203,204],[203,204],[172,187,197,205],[206],[187,207],[167,182,193,208],[172,209],[197,210],[186,211],[212],[167,172,179,181,190,197,208,211,213],[197,214],[108],[108,110,111,112],[108,110],[108,113],[67,68,72,99,100,102,103,104,106,107],[65,66],[65],[67,107],[67,68,104,105,107],[107],[64,107,108],[67,68,106,107],[67,68,70,71,106,107],[67,68,69,106,107],[67,68,72,99,100,101,102,103,106,107],[64,67,68,72,104,106],[72,107],[74,75,76,77,78,79,80,81,82,83,107],[97,107],[73,84,92,93,94,95,96,98],[77,107],[85,86,87,88,89,90,91,107],[217,223],[221],[218,222],[220],[141,145,208],[141,197,208],[136],[138,141,205,208],[187,205],[216],[136,216],[138,141,187,208],[133,134,137,140,167,179,197,208],[133,139],[137,141,167,200,208,216],[167,216],[157,167,216],[135,136,216],[141],[135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,152,153,154,155,156,158,159,160,161,162,163],[141,148,149],[139,141,149,150],[140],[133,136,141],[141,145,149,150],[145],[139,141,144,208],[133,138,139,141,145,148],[167,197],[136,141,157,167,213,216],[122],[61,117,118,120],[120],[61,62,63,117,119,120,121],[59,60],[58,59],[58],[63,119],[60,61,63,118,120,121],[61],[117,119,120],[118],[61,117,120],[63,120],[63,128],[61,62,118,119,120],[58,61,63,115,116,119,120,121],[57,119],[115],[58,108,109,114],[58,108]],"referencedMap":[[220,1],[225,2],[131,3],[132,3],[166,4],[167,5],[168,6],[169,7],[170,8],[171,9],[172,10],[173,11],[174,12],[175,13],[176,13],[178,14],[177,15],[179,16],[180,17],[181,18],[165,19],[182,20],[183,21],[184,22],[216,23],[185,24],[186,25],[187,26],[188,27],[189,28],[190,29],[191,30],[192,31],[193,32],[194,33],[195,33],[196,34],[197,35],[199,36],[198,37],[200,38],[201,39],[202,40],[203,41],[204,42],[205,43],[206,44],[207,45],[208,46],[209,47],[210,48],[211,49],[212,50],[213,51],[214,52],[109,53],[110,53],[113,54],[111,53],[112,55],[114,56],[108,57],[67,58],[66,59],[71,60],[106,61],[103,62],[105,63],[68,62],[69,64],[73,64],[72,65],[70,66],[104,67],[102,62],[107,68],[74,69],[79,62],[81,62],[76,62],[77,69],[83,62],[84,70],[75,62],[80,62],[82,62],[78,62],[98,71],[97,62],[99,72],[93,62],[95,62],[94,62],[90,62],[96,73],[91,62],[92,74],[85,62],[86,62],[87,62],[88,62],[89,62],[224,75],[222,76],[223,77],[221,78],[148,79],[155,80],[147,79],[162,81],[139,82],[138,83],[161,84],[156,85],[159,86],[141,87],[140,88],[136,89],[135,90],[158,91],[137,92],[142,93],[146,93],[164,94],[163,93],[150,95],[151,96],[153,97],[149,98],[152,99],[157,84],[144,100],[145,101],[154,102],[134,103],[160,104],[123,105],[62,106],[121,107],[122,108],[124,109],[60,110],[59,111],[125,112],[119,113],[126,114],[61,115],[127,116],[118,117],[128,118],[129,119],[63,120],[117,121],[120,122],[130,123],[115,124]],"exportedModulesMap":[[220,1],[225,2],[131,3],[132,3],[166,4],[167,5],[168,6],[169,7],[170,8],[171,9],[172,10],[173,11],[174,12],[175,13],[176,13],[178,14],[177,15],[179,16],[180,17],[181,18],[165,19],[182,20],[183,21],[184,22],[216,23],[185,24],[186,25],[187,26],[188,27],[189,28],[190,29],[191,30],[192,31],[193,32],[194,33],[195,33],[196,34],[197,35],[199,36],[198,37],[200,38],[201,39],[202,40],[203,41],[204,42],[205,43],[206,44],[207,45],[208,46],[209,47],[210,48],[211,49],[212,50],[213,51],[214,52],[109,53],[110,53],[113,54],[111,53],[112,55],[114,56],[108,57],[67,58],[66,59],[71,60],[106,61],[103,62],[105,63],[68,62],[69,64],[73,64],[72,65],[70,66],[104,67],[102,62],[107,68],[74,69],[79,62],[81,62],[76,62],[77,69],[83,62],[84,70],[75,62],[80,62],[82,62],[78,62],[98,71],[97,62],[99,72],[93,62],[95,62],[94,62],[90,62],[96,73],[91,62],[92,74],[85,62],[86,62],[87,62],[88,62],[89,62],[224,75],[222,76],[223,77],[221,78],[148,79],[155,80],[147,79],[162,81],[139,82],[138,83],[161,84],[156,85],[159,86],[141,87],[140,88],[136,89],[135,90],[158,91],[137,92],[142,93],[146,93],[164,94],[163,93],[150,95],[151,96],[153,97],[149,98],[152,99],[157,84],[144,100],[145,101],[154,102],[134,103],[160,104],[122,108],[59,111],[117,111],[115,125]],"semanticDiagnosticsPerFile":[217,220,219,225,131,132,166,167,168,169,170,171,172,173,174,175,176,178,177,179,180,181,165,215,182,183,184,216,185,186,187,188,189,190,191,192,193,194,195,196,197,199,198,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,109,110,113,111,112,114,108,65,67,66,71,106,103,105,68,69,73,72,70,104,102,107,100,101,74,79,81,76,77,83,84,75,80,82,78,98,97,99,93,95,94,90,96,91,92,85,86,87,88,89,218,224,57,222,223,221,11,12,14,13,2,15,16,17,18,19,20,21,22,3,4,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,54,55,1,10,56,148,155,147,162,139,138,161,156,159,141,140,136,135,158,137,142,143,146,133,164,163,150,151,153,149,152,157,144,145,154,134,160,64,123,62,121,122,58,124,60,59,125,119,126,61,127,118,128,129,63,117,120,116,130,115]},"version":"4.9.5"}
package/dist/units.d.ts CHANGED
@@ -13,7 +13,9 @@ export declare function split(numWithUnit: string): string[];
13
13
  export declare function getValue(numWithUnit: string): string;
14
14
  export declare function getUnit(numWithUnit: string): string;
15
15
  export declare function unum(numWithUnit: string | number, toUnit: string, fromUnit?: string): number;
16
+ export declare function isValueWithUnit(value: string | number): boolean;
16
17
  export declare function convertAndGetValue(numWithUnit: string | number, toUnit: string, fromUnit?: string): number;
18
+ export declare function convertAndGetValueStrict(value: string | number | null, toUnit: string, fromUnit?: string): string | number | null;
17
19
  export declare function toBase(value: string, quantity: string): number;
18
20
  export declare function convertTable(toUnitRow: any, table: any, defaultUnitRow?: [], removeFinalUnitsRow?: boolean): string | number[][];
19
21
  export declare function roundNumberWithLabel(value: string, n?: number): string;
@@ -22,6 +24,5 @@ export declare function unumWithUnit(numWithUnit: string | number, toUnit: strin
22
24
  export declare function convertSamePrecision(numWithUnit: string | number, toUnit: string, digits?: number): string;
23
25
  export declare function altUnitsList(value: string, quantity: string): [];
24
26
  export declare function validateAndClean(previousValue: string, nextText: string): string;
25
- export declare function isValueWithUnit(value: string | number): boolean;
26
27
  export declare function withPrettyUnitLabel(valueWithUnits: string): string;
27
28
  export declare function validateNumber(value: string | number): ValidateReturn;
package/dist/units.js CHANGED
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.validateNumber = exports.withPrettyUnitLabel = exports.isValueWithUnit = exports.validateAndClean = exports.altUnitsList = exports.convertSamePrecision = exports.unumWithUnit = exports.withUnit = exports.roundNumberWithLabel = exports.convertTable = exports.toBase = exports.convertAndGetValue = exports.unum = exports.getUnit = exports.getValue = exports.split = exports.to = exports.checkAndCleanDecimalComma = exports.getAltUnitsListByQuantity = exports.unitFromQuantity = exports.unitFromKey = exports.label = exports.getQuantities = exports.getUnitsForQuantity = exports.showAltUnitsList = exports.SEPARATOR = void 0;
6
+ exports.validateNumber = exports.withPrettyUnitLabel = exports.validateAndClean = exports.altUnitsList = exports.convertSamePrecision = exports.unumWithUnit = exports.withUnit = exports.roundNumberWithLabel = exports.convertTable = exports.toBase = exports.convertAndGetValueStrict = exports.convertAndGetValue = exports.isValueWithUnit = exports.unum = exports.getUnit = exports.getValue = exports.split = exports.to = exports.checkAndCleanDecimalComma = exports.getAltUnitsListByQuantity = exports.unitFromQuantity = exports.unitFromKey = exports.label = exports.getQuantities = exports.getUnitsForQuantity = exports.showAltUnitsList = exports.SEPARATOR = void 0;
7
7
  const constants_1 = require("./constants");
8
8
  const utils_1 = require("./utils");
9
9
  const display_number_1 = require("./numbers/display-number");
@@ -173,10 +173,30 @@ function unum(numWithUnit, toUnit, fromUnit) {
173
173
  return to(m[0], fromUnit, toUnit);
174
174
  }
175
175
  exports.unum = unum;
176
+ function isValueWithUnit(value) {
177
+ if (!value) {
178
+ return false;
179
+ }
180
+ const splittedValue = String(value).split(exports.SEPARATOR);
181
+ return splittedValue.length === 2 && constants_1.KNOWN_UNITS.includes(splittedValue[1]);
182
+ }
183
+ exports.isValueWithUnit = isValueWithUnit;
176
184
  function convertAndGetValue(numWithUnit, toUnit, fromUnit) {
177
185
  return unum(numWithUnit, toUnit, fromUnit);
178
186
  }
179
187
  exports.convertAndGetValue = convertAndGetValue;
188
+ function convertAndGetValueStrict(value, toUnit, fromUnit) {
189
+ if (value === '' || value === null) {
190
+ return value;
191
+ }
192
+ if (typeof value === 'string' && isValueWithUnit(value) && getValue(value) === '') {
193
+ return '';
194
+ }
195
+ const isString = typeof value === 'string';
196
+ const result = convertAndGetValue(value, toUnit, fromUnit);
197
+ return isString ? String((0, numbers_1.toString)(result)) : result;
198
+ }
199
+ exports.convertAndGetValueStrict = convertAndGetValueStrict;
180
200
  function toBase(value, quantity) {
181
201
  const to_unit = unitFromKey(quantity);
182
202
  const m = split((value || '').toString());
@@ -309,14 +329,6 @@ function validateAndClean(previousValue, nextText) {
309
329
  : `${cleanedValue}${unit ? '|' : ''}${unit}`;
310
330
  }
311
331
  exports.validateAndClean = validateAndClean;
312
- function isValueWithUnit(value) {
313
- if (!value) {
314
- return false;
315
- }
316
- const splittedValue = String(value).split(exports.SEPARATOR);
317
- return splittedValue.length === 2 && constants_1.KNOWN_UNITS.includes(splittedValue[1]);
318
- }
319
- exports.isValueWithUnit = isValueWithUnit;
320
332
  function withPrettyUnitLabel(valueWithUnits) {
321
333
  var _a;
322
334
  const [val, unit] = split(valueWithUnits);
package/dist/units.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"units.js","sourceRoot":"","sources":["../src/units.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"units.js","sourceRoot":"","sources":["../src/units.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/units",
3
- "version": "3.14.0",
3
+ "version": "3.15.0",
4
4
  "description": "Package for units management",
5
5
  "keywords": [],
6
6
  "license": "MIT",