payload-richtext-tiptap 0.0.5 → 0.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-richtext-tiptap",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Rich text tiptap for Payload CMS",
5
5
  "keywords": [
6
6
  "payload",
@@ -23,16 +23,17 @@
23
23
  "type": "module",
24
24
  "exports": {
25
25
  ".": {
26
- "import": "./dist/src/index.d.ts",
26
+ "import": "./dist/index.js",
27
27
  "types": "./dist/src/index.d.ts",
28
- "default": "./dist/src/index.d.ts"
28
+ "default": "./dist/index.js"
29
29
  },
30
30
  "./tiptap": {
31
- "import": "./dist/src/fields/TiptapEditor/index.d.ts",
31
+ "import": "./dist/fields/TiptapEditor/index.js",
32
32
  "types": "./dist/src/fields/TiptapEditor/index.d.ts",
33
- "default": "./dist/src/fields/TiptapEditor/index.d.ts"
33
+ "default": "./dist/fields/TiptapEditor/index.js"
34
34
  }
35
35
  },
36
+ "main": "./dist/index.js`",
36
37
  "files": [
37
38
  "dist"
38
39
  ],
@@ -1,3 +0,0 @@
1
- export { };
2
-
3
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/exports/types.ts"],"sourcesContent":["export type { BlockEditor, EditorComponent, TipTapEditor } from \"../types.js\";\n"],"names":[],"rangeMappings":"","mappings":"AAAA,WAA8E"}
@@ -1,2 +0,0 @@
1
- export type { BlockEditor, EditorComponent, TipTapEditor } from "../types.js";
2
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/exports/types.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC"}
@@ -1,10 +0,0 @@
1
- export interface TipTapEditor {
2
- a: string;
3
- }
4
- export interface EditorComponent {
5
- a: string;
6
- }
7
- export interface BlockEditor {
8
- a: string;
9
- }
10
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,CAAC,EAAE,MAAM,CAAC;CACX;AACD,MAAM,WAAW,eAAe;IAC9B,CAAC,EAAE,MAAM,CAAC;CACX;AACD,MAAM,WAAW,WAAW;IAC1B,CAAC,EAAE,MAAM,CAAC;CACX"}
package/dist/types.js DELETED
@@ -1,3 +0,0 @@
1
- export { };
2
-
3
- //# sourceMappingURL=types.js.map
package/dist/types.js.map DELETED
@@ -1 +0,0 @@
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"}