@remirror/core-constants
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.4
# @remirror/core-constants | ||
## 1.0.0-next.4 | ||
> 2020-07-16 | ||
### Patch Changes | ||
- 5d5970ae: Update repository and website field to point to HEAD rather than a specific branch. | ||
## 1.0.0-next.1 | ||
@@ -4,0 +12,0 @@ |
@@ -217,3 +217,4 @@ 'use strict'; | ||
ErrorConstant["REACT_EDITOR_VIEW"] = "RMR0202"; | ||
ErrorConstant["REACT_CONTROLLED"] = "RMR0202"; | ||
ErrorConstant["REACT_CONTROLLED"] = "RMR0203"; | ||
ErrorConstant["REACT_NODE_VIEW"] = "RMR0204"; | ||
ErrorConstant["I18N_CONTEXT"] = "RMR0300"; | ||
@@ -220,0 +221,0 @@ })(exports.ErrorConstant || (exports.ErrorConstant = {})); |
@@ -61,4 +61,4 @@ "use strict"; | ||
ErrorConstant.REACT_PROVIDER_CONTEXT = "RMR0200", ErrorConstant.REACT_GET_ROOT_PROPS = "RMR0201", | ||
ErrorConstant.REACT_EDITOR_VIEW = "RMR0202", ErrorConstant.REACT_CONTROLLED = "RMR0202", | ||
ErrorConstant.I18N_CONTEXT = "RMR0300"; | ||
ErrorConstant.REACT_EDITOR_VIEW = "RMR0202", ErrorConstant.REACT_CONTROLLED = "RMR0203", | ||
ErrorConstant.REACT_NODE_VIEW = "RMR0204", ErrorConstant.I18N_CONTEXT = "RMR0300"; | ||
}(exports.ErrorConstant || (exports.ErrorConstant = {})); | ||
@@ -65,0 +65,0 @@ |
@@ -247,3 +247,4 @@ /** | ||
ErrorConstant["REACT_EDITOR_VIEW"] = "RMR0202"; | ||
ErrorConstant["REACT_CONTROLLED"] = "RMR0202"; | ||
ErrorConstant["REACT_CONTROLLED"] = "RMR0203"; | ||
ErrorConstant["REACT_NODE_VIEW"] = "RMR0204"; | ||
ErrorConstant["I18N_CONTEXT"] = "RMR0300"; | ||
@@ -250,0 +251,0 @@ })(ErrorConstant || (ErrorConstant = {})); |
@@ -104,4 +104,8 @@ /** | ||
*/ | ||
REACT_CONTROLLED = "RMR0202", | ||
REACT_CONTROLLED = "RMR0203", | ||
/** | ||
* Something went wrong with your custom ReactNodeView Component. | ||
*/ | ||
REACT_NODE_VIEW = "RMR0204", | ||
/** | ||
* There is something wrong with your i18n setup. | ||
@@ -108,0 +112,0 @@ */ |
{ | ||
"name": "@remirror/core-constants", | ||
"version": "1.0.0-next.1", | ||
"description": "The core constants used throughout the remirror codebase", | ||
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/core-constants", | ||
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/core-constants", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"main": "dist/core-constants.cjs.js", | ||
"module": "dist/core-constants.esm.js", | ||
"types": "dist/core-constants.cjs.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "2 KB" | ||
} | ||
"name": "@remirror/core-constants", | ||
"version": "1.0.0-next.4", | ||
"description": "The core constants used throughout the remirror codebase", | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-constants", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-constants", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"main": "dist/core-constants.cjs.js", | ||
"module": "dist/core-constants.esm.js", | ||
"types": "dist/core-constants.cjs.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "2 KB" | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
45820
1124
0
2