@ckeditor/ckeditor5-engine
Advanced tools
Comparing version 0.0.0-nightly-20250120.0 to 0.0.0-nightly-20250121.0
{ | ||
"name": "@ckeditor/ckeditor5-engine", | ||
"version": "0.0.0-nightly-20250120.0", | ||
"version": "0.0.0-nightly-20250121.0", | ||
"description": "The editing engine of CKEditor 5 – the best browser-based rich text editor.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250120.0", | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250121.0", | ||
"lodash-es": "4.17.21" | ||
@@ -30,0 +30,0 @@ }, |
@@ -53,3 +53,3 @@ /** | ||
export type { default as RootElement } from './model/rootelement.js'; | ||
export type { default as Schema, SchemaAttributeCheckCallback, SchemaChildCheckCallback, AttributeProperties, SchemaItemDefinition, SchemaContext, SchemaContextDefinition } from './model/schema.js'; | ||
export type { default as Schema, SchemaAttributeCheckCallback, SchemaChildCheckCallback, AttributeProperties, SchemaItemDefinition, SchemaCompiledItemDefinition, SchemaContext, SchemaContextDefinition } from './model/schema.js'; | ||
export type { default as Selection, Selectable } from './model/selection.js'; | ||
@@ -56,0 +56,0 @@ export type { default as TypeCheckable } from './model/typecheckable.js'; |
12285259
28
72
5
+ Added@ckeditor/ckeditor5-core@0.0.0-nightly-20250121.0(transitive)
+ Added@ckeditor/ckeditor5-ui@0.0.0-nightly-20250121.0(transitive)
+ Added@ckeditor/ckeditor5-utils@0.0.0-nightly-20250121.0(transitive)
+ Added@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20250121.0(transitive)
- Removed@ckeditor/ckeditor5-core@0.0.0-nightly-20250120.0(transitive)
- Removed@ckeditor/ckeditor5-ui@0.0.0-nightly-20250120.0(transitive)
- Removed@ckeditor/ckeditor5-utils@0.0.0-nightly-20250120.0(transitive)
- Removed@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20250120.0(transitive)