payload-richtext-tiptap 0.0.4 → 0.0.6
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/index.js.map +1 -1
- package/dist/src/index.d.ts +0 -9
- package/dist/src/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -10
- package/dist/exports/types.js +0 -3
- package/dist/exports/types.js.map +0 -1
- package/dist/src/exports/types.d.ts +0 -2
- package/dist/src/exports/types.d.ts.map +0 -1
- package/dist/src/types.d.ts +0 -10
- package/dist/src/types.d.ts.map +0 -1
- package/dist/types.js +0 -3
- package/dist/types.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payload-richtext-tiptap",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
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
|
|
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.d.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
30
|
"./tiptap": {
|
|
31
|
-
"import": "./src/fields/TiptapEditor/index.ts",
|
|
32
|
-
"types": "./src/fields/TiptapEditor/index.d.ts",
|
|
33
|
-
"default": "./src/fields/TiptapEditor/index.ts"
|
|
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.d.ts",
|
|
38
36
|
"files": [
|
|
39
37
|
"dist"
|
|
40
38
|
],
|
package/dist/exports/types.js
DELETED
|
@@ -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 +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"}
|
package/dist/src/types.d.ts
DELETED
package/dist/src/types.d.ts.map
DELETED
|
@@ -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
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"}
|