@tiptap/extension-dropcursor
Advanced tools
Comparing version 2.0.0-beta.18 to 2.0.0-beta.19
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-beta.19](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-dropcursor@2.0.0-beta.18...@tiptap/extension-dropcursor@2.0.0-beta.19) (2021-08-26) | ||
**Note:** Version bump only for package @tiptap/extension-dropcursor | ||
# [2.0.0-beta.18](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-dropcursor@2.0.0-beta.17...@tiptap/extension-dropcursor@2.0.0-beta.18) (2021-07-26) | ||
@@ -8,0 +16,0 @@ |
@@ -23,3 +23,3 @@ 'use strict'; | ||
exports.Dropcursor = Dropcursor; | ||
exports.default = Dropcursor; | ||
exports['default'] = Dropcursor; | ||
//# sourceMappingURL=tiptap-extension-dropcursor.cjs.js.map |
@@ -18,4 +18,3 @@ import { Extension } from '@tiptap/core'; | ||
export default Dropcursor; | ||
export { Dropcursor }; | ||
export { Dropcursor, Dropcursor as default }; | ||
//# sourceMappingURL=tiptap-extension-dropcursor.esm.js.map |
@@ -22,3 +22,3 @@ (function (global, factory) { | ||
exports.Dropcursor = Dropcursor; | ||
exports.default = Dropcursor; | ||
exports['default'] = Dropcursor; | ||
@@ -25,0 +25,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
{ | ||
"name": "@tiptap/extension-dropcursor", | ||
"description": "dropcursor extension for tiptap", | ||
"version": "2.0.0-beta.18", | ||
"version": "2.0.0-beta.19", | ||
"homepage": "https://tiptap.dev", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/prosemirror-dropcursor": "^1.0.2", | ||
"@types/prosemirror-dropcursor": "^1.0.3", | ||
"prosemirror-dropcursor": "^1.3.5" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "345ea8cf8abba6422dabc6e548594fb8e2c30409" | ||
"gitHead": "6ad4777a6e0269ab7b3f59a26e9b44e634990772" | ||
} |
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
16787
93