@remirror/core-constants
Advanced tools
Comparing version 0.0.0-pr1242.4 to 0.0.0-pr1305.1
@@ -0,0 +0,0 @@ /** |
@@ -10,3 +10,6 @@ /** | ||
export declare enum ErrorConstant { | ||
/** An error occurred in production. Details shall be hidden. */ | ||
/** An error occurred in production. Details shall be hidden. | ||
* | ||
* @deprecated - We don't hide the error details in production anymore. | ||
*/ | ||
PROD = "RMR0000", | ||
@@ -13,0 +16,0 @@ /** An error happened but we're not quite sure why. */ |
export * from './core-constants'; | ||
export { ErrorConstant } from './error-constants'; |
{ | ||
"name": "@remirror/core-constants", | ||
"version": "0.0.0-pr1242.4", | ||
"version": "0.0.0-pr1305.1", | ||
"description": "The core constants used throughout the remirror codebase", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-constants", |
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
2558
87485