@ot-builder/errors
Advanced tools
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.NoGap = exports.NotOverflow = exports.OffsetMatch = exports.TagMatch = exports.SizeMatch = exports.FormatSupported = exports.SubVersionSupported = exports.VersionSupported = void 0; | ||
| exports.NotOverflow = exports.OffsetMatch = exports.TagMatch = exports.SizeMatch = exports.FormatSupported = exports.SubVersionSupported = exports.VersionSupported = void 0; | ||
| exports.NoGap = NoGap; | ||
| const Errors = require("../errors"); | ||
@@ -59,3 +60,2 @@ const VersionSupported = (kind1, actual, ...expected) => { | ||
| } | ||
| exports.NoGap = NoGap; | ||
| //# sourceMappingURL=common.js.map |
+4
-4
| { | ||
| "name": "@ot-builder/errors", | ||
| "description": "", | ||
| "version": "1.7.3", | ||
| "version": "1.7.4", | ||
| "license": "MIT", | ||
@@ -27,8 +27,8 @@ "repository": { | ||
| "dependencies": { | ||
| "tslib": "^2.0.0" | ||
| "tslib": "^2.6.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/jest": "^29.5.5", | ||
| "jest": "^29.6.2" | ||
| "@types/jest": "^29.5.12", | ||
| "jest": "^29.7.0" | ||
| } | ||
| } |
18950
-0.08%Updated