payload-richtext-tiptap 0.0.3 → 0.0.5

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.
package/dist/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/types.ts"],"sourcesContent":["export interface TipTapEditor {}\nexport interface EditorComponent {}\nexport interface BlockEditor {}\n"],"names":[],"rangeMappings":"","mappings":"AAEA,WAA+B"}
1
+ {"version":3,"sources":["../src/types.ts"],"sourcesContent":["export interface TipTapEditor {\n a: string;\n}\nexport interface EditorComponent {\n a: string;\n}\nexport interface BlockEditor {\n a: string;\n}\n"],"names":[],"rangeMappings":"","mappings":"AAMA,WAEC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-richtext-tiptap",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Rich text tiptap for Payload CMS",
5
5
  "keywords": [
6
6
  "payload",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/payloadcms/payload.git",
18
+ "url": "git+https: //github.com/payloadcms/payload.git",
19
19
  "directory": "packages/plugin-form-builder"
20
20
  },
21
21
  "license": "MIT",
@@ -23,18 +23,16 @@
23
23
  "type": "module",
24
24
  "exports": {
25
25
  ".": {
26
- "import": "./src/index.ts",
27
- "types": "./src/index.ts",
28
- "default": "./src/index.ts"
26
+ "import": "./dist/src/index.d.ts",
27
+ "types": "./dist/src/index.d.ts",
28
+ "default": "./dist/src/index.d.ts"
29
29
  },
30
- "./types": {
31
- "import": "./src/exports/types.ts",
32
- "types": "./src/exports/types.ts",
33
- "default": "./src/exports/types.ts"
30
+ "./tiptap": {
31
+ "import": "./dist/src/fields/TiptapEditor/index.d.ts",
32
+ "types": "./dist/src/fields/TiptapEditor/index.d.ts",
33
+ "default": "./dist/src/fields/TiptapEditor/index.d.ts"
34
34
  }
35
35
  },
36
- "main": "./src/index.ts",
37
- "types": "./src/index.ts",
38
36
  "files": [
39
37
  "dist"
40
38
  ],