@ckeditor/ckeditor5-typing
Advanced tools
Comparing version 43.0.0 to 43.1.0-alpha.0
@@ -18,2 +18,3 @@ /** | ||
export { default as TextTransformation } from './texttransformation.js'; | ||
export type { TextTransformationConfig } from './typingconfig.js'; | ||
export { default as inlineHighlight } from './utils/inlinehighlight.js'; | ||
@@ -20,0 +21,0 @@ export { default as findAttributeRange, findAttributeRangeBound } from './utils/findattributerange.js'; |
{ | ||
"name": "@ckeditor/ckeditor5-typing", | ||
"version": "43.0.0", | ||
"version": "43.1.0-alpha.0", | ||
"description": "Typing feature for CKEditor 5.", | ||
@@ -16,5 +16,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "43.0.0", | ||
"@ckeditor/ckeditor5-engine": "43.0.0", | ||
"@ckeditor/ckeditor5-utils": "43.0.0", | ||
"@ckeditor/ckeditor5-core": "43.1.0-alpha.0", | ||
"@ckeditor/ckeditor5-engine": "43.1.0-alpha.0", | ||
"@ckeditor/ckeditor5-utils": "43.1.0-alpha.0", | ||
"lodash-es": "4.17.21" | ||
@@ -21,0 +21,0 @@ }, |
@@ -14,2 +14,3 @@ /** | ||
export { default as TextTransformation } from './texttransformation.js'; | ||
export type { TextTransformationConfig } from './typingconfig.js'; | ||
export { default as inlineHighlight } from './utils/inlinehighlight.js'; | ||
@@ -16,0 +17,0 @@ export { default as findAttributeRange, findAttributeRangeBound } from './utils/findattributerange.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
800608
7436
1
+ Added@ckeditor/ckeditor5-core@43.1.0-alpha.0(transitive)
+ Added@ckeditor/ckeditor5-engine@43.1.0-alpha.0(transitive)
+ Added@ckeditor/ckeditor5-utils@43.1.0-alpha.0(transitive)
+ Added@ckeditor/ckeditor5-watchdog@43.1.0-alpha.0(transitive)
- Removed@ckeditor/ckeditor5-core@43.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@43.0.0(transitive)
- Removed@ckeditor/ckeditor5-utils@43.0.0(transitive)
- Removed@ckeditor/ckeditor5-watchdog@43.0.0(transitive)