@remirror/core-constants
Advanced tools
Comparing version 1.0.0-next.35 to 1.0.0-next.49
# @remirror/core-constants | ||
## 1.0.0-next.49 | ||
> 2020-10-10 | ||
### Patch Changes | ||
- Forced update in pre-release mode. | ||
## 1.0.0-next.35 | ||
@@ -4,0 +12,0 @@ |
@@ -98,4 +98,4 @@ 'use strict'; | ||
* | ||
* console.log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* console.log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* ``` | ||
@@ -102,0 +102,0 @@ */ |
@@ -94,4 +94,4 @@ /** | ||
* | ||
* console.log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* console.log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* ``` | ||
@@ -98,0 +98,0 @@ */ |
@@ -98,4 +98,4 @@ 'use strict'; | ||
* | ||
* console.log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* console.log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* ``` | ||
@@ -102,0 +102,0 @@ */ |
@@ -94,4 +94,4 @@ /** | ||
* | ||
* console.log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* console.log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* ``` | ||
@@ -98,0 +98,0 @@ */ |
@@ -86,4 +86,4 @@ /** | ||
* | ||
* console.log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* console.log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* log(ExtensionTag.SuperCustom); // This is fine ✅ | ||
* log(ExtensionTag.NotDefined); // This will throw ❌ | ||
* ``` | ||
@@ -90,0 +90,0 @@ */ |
{ | ||
"name": "@remirror/core-constants", | ||
"version": "1.0.0-next.35", | ||
"version": "1.0.0-next.49", | ||
"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", |
@@ -11,3 +11,3 @@ # @remirror/core-constants | ||
[size]: https://bundlephobia.com/result?p=@remirror/core-constants@next | ||
[size-badge]: https://flat.badgen.net/bundlephobia/minzip/@remirror/core-constants | ||
[size-badge]: https://flat.badgen.net/bundlephobia/minzip/@remirror/core-constants@next | ||
[typescript]: https://flat.badgen.net/badge/icon/TypeScript?icon=typescript&label | ||
@@ -18,2 +18,2 @@ [downloads-badge]: https://badgen.net/npm/dw/@remirror/core-constants/red?icon=npm | ||
This is included by default when you install `@remirror/core` or the recommended `remirror` package. | ||
This is included by default when you install the recommended `remirror` package. All exports are also available via `remirror/core/constants` and `remirror/core`. |
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
75091