@ckeditor/ckeditor5-engine
Advanced tools
Comparing version 0.0.0-nightly-20241219.1 to 0.0.0-nightly-20241219.2
{ | ||
"name": "@ckeditor/ckeditor5-engine", | ||
"version": "0.0.0-nightly-20241219.1", | ||
"version": "0.0.0-nightly-20241219.2", | ||
"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-20241219.1", | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241219.2", | ||
"lodash-es": "4.17.21" | ||
@@ -53,11 +53,14 @@ }, | ||
"types": "./src/index.d.ts", | ||
"import": "./src/index.js" | ||
"import": "./src/index.js", | ||
"default": "./src/index.js" | ||
}, | ||
"./dist/*": { | ||
"types": "./src/index.d.ts", | ||
"import": "./dist/*" | ||
"import": "./dist/*", | ||
"default": "./dist/*" | ||
}, | ||
"./src/*": { | ||
"types": "./src/index.d.ts", | ||
"import": "./src/*" | ||
"types": "./src/*.d.ts", | ||
"import": "./src/*", | ||
"default": "./src/*" | ||
}, | ||
@@ -64,0 +67,0 @@ "./theme/*": "./theme/*", |
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
12263376
+ Added@ckeditor/ckeditor5-core@0.0.0-nightly-20241219.2(transitive)
+ Added@ckeditor/ckeditor5-ui@0.0.0-nightly-20241219.2(transitive)
+ Added@ckeditor/ckeditor5-utils@0.0.0-nightly-20241219.2(transitive)
+ Added@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241219.2(transitive)
- Removed@ckeditor/ckeditor5-core@0.0.0-nightly-20241219.1(transitive)
- Removed@ckeditor/ckeditor5-ui@0.0.0-nightly-20241219.1(transitive)
- Removed@ckeditor/ckeditor5-utils@0.0.0-nightly-20241219.1(transitive)
- Removed@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241219.1(transitive)