@tiptap/extension-file-handler 3.0.0-beta.11 → 3.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,14 +1,18 @@
1
1
  # @tiptap/extension-file-handler
2
+
2
3
  [![Version](https://img.shields.io/npm/v/@tiptap/extension-file-handler.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-file-handler)
3
4
  [![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-file-handler.svg)](https://npmcharts.com/compare/tiptap?minimal=true)
4
5
  [![License](https://img.shields.io/npm/l/@tiptap/extension-file-handler.svg)](https://www.npmjs.com/package/@tiptap/extension-file-handler)
5
6
  [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis)
6
7
 
7
8
  ## Introduction
8
- Tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*.
9
+
10
+ Tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as _New York Times_, _The Guardian_ or _Atlassian_.
9
11
 
10
12
  ## Official Documentation
13
+
11
14
  Documentation can be found on the [Tiptap website](https://tiptap.dev).
12
15
 
13
16
  ## License
17
+
14
18
  Tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/extension-file-handler",
3
3
  "description": "file handler extension for tiptap",
4
- "version": "3.0.0-beta.11",
4
+ "version": "3.0.0-beta.14",
5
5
  "homepage": "https://tiptap.dev/docs/editor/extensions/functionality/filehandler",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -31,14 +31,14 @@
31
31
  "dist"
32
32
  ],
33
33
  "devDependencies": {
34
- "@tiptap/core": "3.0.0-beta.11",
35
- "@tiptap/extension-text-style": "3.0.0-beta.11",
36
- "@tiptap/pm": "3.0.0-beta.11"
34
+ "@tiptap/core": "3.0.0-beta.14",
35
+ "@tiptap/extension-text-style": "3.0.0-beta.14",
36
+ "@tiptap/pm": "3.0.0-beta.14"
37
37
  },
38
38
  "peerDependencies": {
39
- "@tiptap/core": "3.0.0-beta.11",
40
- "@tiptap/pm": "3.0.0-beta.11",
41
- "@tiptap/extension-text-style": "3.0.0-beta.11"
39
+ "@tiptap/core": "3.0.0-beta.14",
40
+ "@tiptap/extension-text-style": "3.0.0-beta.14",
41
+ "@tiptap/pm": "3.0.0-beta.14"
42
42
  },
43
43
  "repository": {
44
44
  "type": "git",