@contrast/common
Advanced tools
Comparing version 1.17.0 to 1.18.0
@@ -270,2 +270,4 @@ /// <reference types="node" /> | ||
} | ||
export declare class IntentionalError extends Error { | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -17,2 +17,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IntentionalError = void 0; | ||
class IntentionalError extends Error { | ||
} | ||
exports.IntentionalError = IntentionalError; | ||
; | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@contrast/common", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"description": "Shared constants and utilities for all Contrast Agent modules", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82419
1225