payload-richtext-tiptap 0.0.148 → 0.0.150

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 (31) hide show
  1. package/dist/src/body/ArticleBody.d.ts.map +1 -1
  2. package/dist/src/body/ArticleBody.js +2 -1
  3. package/dist/src/body/ArticleBody.js.map +1 -1
  4. package/dist/src/client.d.ts +2 -0
  5. package/dist/src/client.d.ts.map +1 -0
  6. package/dist/src/client.js +3 -0
  7. package/dist/src/client.js.map +1 -0
  8. package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/VideoPlayer.d.ts +1 -1
  9. package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/VideoPlayer.d.ts.map +1 -1
  10. package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/VideoPlayer.js +1 -1
  11. package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/VideoPlayer.js.map +1 -1
  12. package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/index.d.ts +1 -1
  13. package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/index.d.ts.map +1 -1
  14. package/dist/src/fields/TiptapEditor/extensions/VideoBlock/components/videojs/quality-selector/index.js.map +1 -1
  15. package/dist/src/fields/TiptapEditor/extensions/extension-kit.d.ts +1 -1
  16. package/dist/src/fields/TiptapEditor/extensions/serverside/EmbedContentInlineRenderer.d.ts +2 -1
  17. package/dist/src/fields/TiptapEditor/extensions/serverside/EmbedContentInlineRenderer.d.ts.map +1 -1
  18. package/dist/src/fields/TiptapEditor/extensions/serverside/EmbedContentInlineRenderer.js +4 -2
  19. package/dist/src/fields/TiptapEditor/extensions/serverside/EmbedContentInlineRenderer.js.map +1 -1
  20. package/dist/src/fields/TiptapEditor/extensions/serverside/ServersideTiptapBody.js.map +1 -1
  21. package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.d.ts +2 -2
  22. package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.d.ts.map +1 -1
  23. package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.js +22 -21
  24. package/dist/src/fields/TiptapEditor/features/BlockEditor/BlockEditor.js.map +1 -1
  25. package/dist/src/fields/TiptapEditor/lib/tiptapSchema.d.ts +66 -66
  26. package/dist/src/index.d.ts +0 -1
  27. package/dist/src/index.d.ts.map +1 -1
  28. package/dist/src/index.js +0 -1
  29. package/dist/src/index.js.map +1 -1
  30. package/dist/tsconfig.tsbuildinfo +1 -1
  31. package/package.json +16 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-richtext-tiptap",
3
- "version": "0.0.148",
3
+ "version": "0.0.150",
4
4
  "description": "Rich text tiptap for Payload CMS",
5
5
  "keywords": [
6
6
  "payload",
@@ -21,6 +21,18 @@
21
21
  "license": "MIT",
22
22
  "author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
23
23
  "type": "module",
24
+ "exports": {
25
+ ".": {
26
+ "import": "./dist/src/index.js",
27
+ "types": "./dist/src/index.d.ts",
28
+ "default": "./dist/src/index.js"
29
+ },
30
+ "./types": {
31
+ "import": "./dist/exports/types.js",
32
+ "types": "./dist/exports/types.d.ts",
33
+ "default": "./dist/exports/types.js"
34
+ }
35
+ },
24
36
  "main": "./dist/src/index.js",
25
37
  "types": "./dist/src/index.d.ts",
26
38
  "files": [
@@ -90,9 +102,6 @@
90
102
  "@tiptap/react": "2.9.1",
91
103
  "@tiptap/starter-kit": "2.9.1",
92
104
  "@tiptap/suggestion": "2.9.1",
93
- "@types/video.js": "7.3.26",
94
- "@types/videojs-contrib-quality-levels": "2.0.1",
95
- "@videojs/http-streaming": "^3.10.0",
96
105
  "adi": "^1.0.1",
97
106
  "ai": "^4.1.21",
98
107
  "axios": "^1.7.9",
@@ -124,9 +133,6 @@
124
133
  "tw-to-css": "^0.0.12",
125
134
  "underscore": "^1.13.7",
126
135
  "uuid": "^9.0.1",
127
- "video.js": "7.14.3",
128
- "videojs-contrib-quality-levels": "2.1.0",
129
- "videojs-hls-quality-selector": "^2.0.0",
130
136
  "y-prosemirror": "^1.2.11",
131
137
  "y-protocols": "^1.0.6",
132
138
  "yjs": "^13.6.18",
@@ -142,6 +148,7 @@
142
148
  "@types/jest": "^29.5.12",
143
149
  "@types/react": "npm:types-react@19.0.0-beta.2",
144
150
  "@types/react-dom": "npm:types-react-dom@19.0.0-beta.2",
151
+ "@types/video.js": "7.3.58",
145
152
  "autoprefixer": "^10.4.20",
146
153
  "copyfiles": "^2.4.1",
147
154
  "cross-env": "^7.0.3",
@@ -162,7 +169,8 @@
162
169
  "next": "14.2.4",
163
170
  "payload": "3.0.0-beta.58",
164
171
  "react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522",
165
- "react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522"
172
+ "react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522",
173
+ "video.js": "8.17.3"
166
174
  },
167
175
  "publishConfig": {
168
176
  "registry": "https://registry.npmjs.org/"
@@ -184,17 +192,5 @@
184
192
  "build:types": "tsc --emitDeclarationOnly --outDir dist",
185
193
  "clean": "rimraf {dist,*.tsbuildinfo}",
186
194
  "test": "echo \"No tests available.\""
187
- },
188
- "exports": {
189
- ".": {
190
- "import": "./dist/src/index.js",
191
- "types": "./dist/src/index.d.ts",
192
- "default": "./dist/src/index.js"
193
- },
194
- "./types": {
195
- "import": "./dist/exports/types.js",
196
- "types": "./dist/exports/types.d.ts",
197
- "default": "./dist/exports/types.js"
198
- }
199
195
  }
200
196
  }