@8base/error-codes
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -17,5 +17,5 @@ declare const _default: { | ||
ForcibleErrorCode: string; | ||
NoCCLimitError: string; | ||
BillingPlanLimitError: string; | ||
BillingNoCCLimitErrorCode: string; | ||
BillingPlanLimitErrorCode: string; | ||
}; | ||
export default _default; |
@@ -19,4 +19,4 @@ "use strict"; | ||
ForcibleErrorCode: "ForcibleError", | ||
NoCCLimitError: "NoCCLimitError", | ||
BillingPlanLimitError: "BillingPlanLimitError", | ||
BillingNoCCLimitErrorCode: "BillingNoCCLimitError", | ||
BillingPlanLimitErrorCode: "BillingPlanLimitError", | ||
}; |
@@ -17,4 +17,4 @@ export default { | ||
ForcibleErrorCode: "ForcibleError", | ||
NoCCLimitError: "NoCCLimitError", | ||
BillingPlanLimitError: "BillingPlanLimitError", | ||
BillingNoCCLimitErrorCode: "BillingNoCCLimitError", | ||
BillingPlanLimitErrorCode: "BillingPlanLimitError", | ||
}; |
{ | ||
"name": "@8base/error-codes", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"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
3416