@tiptap/extension-text
Advanced tools
Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-alpha.5](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-text@2.0.0-alpha.4...@tiptap/extension-text@2.0.0-alpha.5) (2020-12-18) | ||
**Note:** Version bump only for package @tiptap/extension-text | ||
# [2.0.0-alpha.4](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-text@2.0.0-alpha.3...@tiptap/extension-text@2.0.0-alpha.4) (2020-12-02) | ||
@@ -8,0 +16,0 @@ |
@@ -1,8 +0,3 @@ | ||
import { Node } from '@tiptap/core'; | ||
declare const Text: Node<unknown, unknown>; | ||
import { Text } from './text'; | ||
export * from './text'; | ||
export default Text; | ||
declare module '@tiptap/core' { | ||
interface AllExtensions { | ||
Text: typeof Text; | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("@tiptap/core")):"function"==typeof define&&define.amd?define(["@tiptap/core"],t):(e="undefined"!=typeof globalThis?globalThis:e||self)["@tiptap/extension-text"]=t(e["@tiptap/core"])}(this,(function(e){"use strict";return e.Node.create({name:"text",group:"inline"})})); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@tiptap/core")):"function"==typeof define&&define.amd?define(["exports","@tiptap/core"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self)["@tiptap/extension-text"]={},e["@tiptap/core"])}(this,(function(e,t){"use strict";const o=t.Node.create({name:"text",group:"inline"});e.Text=o,e.default=o,Object.defineProperty(e,"__esModule",{value:!0})})); | ||
//# sourceMappingURL=tiptap-extension-text.bundle.umd.min.js.map |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@tiptap/core'); | ||
@@ -10,3 +12,4 @@ | ||
module.exports = Text; | ||
exports.Text = Text; | ||
exports.default = Text; | ||
//# sourceMappingURL=tiptap-extension-text.cjs.js.map |
@@ -9,2 +9,3 @@ import { Node } from '@tiptap/core'; | ||
export default Text; | ||
export { Text }; | ||
//# sourceMappingURL=tiptap-extension-text.esm.js.map |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@tiptap/core')) : | ||
typeof define === 'function' && define.amd ? define(['@tiptap/core'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global['@tiptap/extension-text'] = factory(global.core)); | ||
}(this, (function (core) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@tiptap/core')) : | ||
typeof define === 'function' && define.amd ? define(['exports', '@tiptap/core'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['@tiptap/extension-text'] = {}, global.core)); | ||
}(this, (function (exports, core) { 'use strict'; | ||
@@ -12,5 +12,8 @@ const Text = core.Node.create({ | ||
return Text; | ||
exports.Text = Text; | ||
exports.default = Text; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); | ||
//# sourceMappingURL=tiptap-extension-text.umd.js.map |
{ | ||
"name": "@tiptap/extension-text", | ||
"description": "text extension for tiptap", | ||
"version": "2.0.0-alpha.4", | ||
"version": "2.0.0-alpha.5", | ||
"homepage": "https://tiptap.dev", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a884cb81de8783d0097741c1ddb97a82ea88ae0e" | ||
"gitHead": "0371cb0a5d803a44d93532aa34419ec7ffffdc24" | ||
} |
@@ -1,14 +0,5 @@ | ||
import { Node } from '@tiptap/core' | ||
import { Text } from './text' | ||
const Text = Node.create({ | ||
name: 'text', | ||
group: 'inline', | ||
}) | ||
export * from './text' | ||
export default Text | ||
declare module '@tiptap/core' { | ||
interface AllExtensions { | ||
Text: typeof Text, | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
8537
16
58
2