@editorjs/editorjs
Advanced tools
Comparing version 2.30.0-rc.13 to 2.30.0-rc.14
@@ -412,3 +412,3 @@ Name: @babel/register | ||
Name: @editorjs/paragraph | ||
Version: 2.11.4 | ||
Version: 2.11.6 | ||
License: MIT | ||
@@ -415,0 +415,0 @@ Private: false |
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.30.0-rc.13", | ||
"version": "2.30.0-rc.14", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -48,3 +48,3 @@ "main": "dist/editorjs.umd.js", | ||
"@editorjs/header": "^2.7.0", | ||
"@editorjs/paragraph": "^2.11.4", | ||
"@editorjs/paragraph": "^2.11.6", | ||
"@editorjs/simple-image": "^1.4.1", | ||
@@ -51,0 +51,0 @@ "@types/node": "^18.15.11", |
@@ -16,6 +16,6 @@ import {BaseTool, BaseToolConstructable} from './tool'; | ||
* Method that accepts selected range and wrap it somehow | ||
* @param {Range} range - selection's range | ||
* @param range - selection's range. If no active selection, range is null | ||
* @deprecated use {@link MenuConfig} item onActivate property instead | ||
*/ | ||
surround?(range: Range): void; | ||
surround?(range: Range | null): void; | ||
@@ -22,0 +22,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
664419
12912