@lexical/dragon
Advanced tools
Comparing version 0.14.3 to 0.14.4
@@ -1,2 +0,1 @@ | ||
/** @module @lexical/dragon */ | ||
/** | ||
@@ -8,5 +7,4 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* | ||
*/ | ||
import { LexicalEditor } from 'lexical'; | ||
export declare function registerDragonSupport(editor: LexicalEditor): () => void; |
@@ -11,3 +11,9 @@ /** | ||
/** @module @lexical/dragon */ | ||
/** | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
*/ | ||
function registerDragonSupport(editor) { | ||
@@ -14,0 +20,0 @@ const origin = window.location.origin; |
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "0.14.3", | ||
"version": "0.14.4", | ||
"main": "LexicalDragon.js", | ||
@@ -27,2 +27,4 @@ "types": "index.d.ts", | ||
"types": "./index.d.ts", | ||
"development": "./LexicalDragon.dev.mjs", | ||
"production": "./LexicalDragon.prod.mjs", | ||
"node": "./LexicalDragon.node.mjs", | ||
@@ -33,2 +35,4 @@ "default": "./LexicalDragon.mjs" | ||
"types": "./index.d.ts", | ||
"development": "./LexicalDragon.dev.js", | ||
"production": "./LexicalDragon.prod.js", | ||
"default": "./LexicalDragon.js" | ||
@@ -39,4 +43,4 @@ } | ||
"dependencies": { | ||
"lexical": "0.14.3" | ||
"lexical": "0.14.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13055
221
0
+ Addedlexical@0.14.4(transitive)
- Removedlexical@0.14.3(transitive)
Updatedlexical@0.14.4