@tiptap/suggestion
Advanced tools
Comparing version 2.0.0-beta.71 to 2.0.0-beta.72
@@ -219,4 +219,4 @@ 'use strict'; | ||
exports.SuggestionPluginKey = SuggestionPluginKey; | ||
exports['default'] = Suggestion; | ||
exports["default"] = Suggestion; | ||
exports.findSuggestionMatch = findSuggestionMatch; | ||
//# sourceMappingURL=tiptap-suggestion.cjs.js.map |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('prosemirror-state'), require('prosemirror-view')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'prosemirror-state', 'prosemirror-view'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['@tiptap/suggestion'] = {}, global.prosemirrorState, global.prosemirrorView)); | ||
}(this, (function (exports, prosemirrorState, prosemirrorView) { 'use strict'; | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@tiptap/suggestion"] = {}, global.prosemirrorState, global.prosemirrorView)); | ||
})(this, (function (exports, prosemirrorState, prosemirrorView) { 'use strict'; | ||
@@ -218,3 +218,3 @@ function findSuggestionMatch(config) { | ||
exports.SuggestionPluginKey = SuggestionPluginKey; | ||
exports['default'] = Suggestion; | ||
exports["default"] = Suggestion; | ||
exports.findSuggestionMatch = findSuggestionMatch; | ||
@@ -224,3 +224,3 @@ | ||
}))); | ||
})); | ||
//# sourceMappingURL=tiptap-suggestion.umd.js.map |
{ | ||
"name": "@tiptap/suggestion", | ||
"description": "suggestion plugin for tiptap", | ||
"version": "2.0.0-beta.71", | ||
"version": "2.0.0-beta.72", | ||
"homepage": "https://tiptap.dev", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"prosemirror-state": "^1.3.4", | ||
"prosemirror-view": "^1.20.1" | ||
"prosemirror-view": "^1.20.2" | ||
}, | ||
@@ -37,3 +37,3 @@ "repository": { | ||
}, | ||
"gitHead": "067d61c5dda0678637c01d992e2ba4dedb02b9bd" | ||
"gitHead": "ed00dbbe56d7a31dbfcf02594c4ce5f54c7bc27a" | ||
} |
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
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
94970
15
997
Updatedprosemirror-view@^1.20.2