@8base/error-codes
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -23,3 +23,4 @@ declare const _default: { | ||
ThrottlingThresholdReachedErrorCode: string; | ||
SourceCodeErrorCode: string; | ||
}; | ||
export default _default; |
@@ -25,2 +25,3 @@ "use strict"; | ||
ThrottlingThresholdReachedErrorCode: "ThrottlingThresholdReachedError", | ||
SourceCodeErrorCode: "SourceCodeError", | ||
}; |
@@ -23,2 +23,3 @@ export default { | ||
ThrottlingThresholdReachedErrorCode: "ThrottlingThresholdReachedError", | ||
SourceCodeErrorCode: "SourceCodeError", | ||
}; |
{ | ||
"name": "@8base/error-codes", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "8base errors module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
4213
75