@edifice.io/tiptap-extensions 2.2.10-develop-b2school.20250623112051 → 2.2.10-develop-integration.20250623163106
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 +15 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/tiptap-extensions",
|
|
3
|
-
"version": "2.2.10-develop-
|
|
3
|
+
"version": "2.2.10-develop-integration.20250623163106",
|
|
4
4
|
"description": "Edifice Rich Text Editor Extensions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"edifice",
|
|
@@ -133,6 +133,18 @@
|
|
|
133
133
|
"@tiptap/extension-table-cell": "2.11.0",
|
|
134
134
|
"@tiptap/extension-text": "2.11.0",
|
|
135
135
|
"@tiptap/extension-text-style": "2.11.0",
|
|
136
|
+
"@tiptap/extension-blockquote": "2.11.0",
|
|
137
|
+
"@tiptap/extension-bullet-list": "2.11.0",
|
|
138
|
+
"@tiptap/extension-code": "2.11.0",
|
|
139
|
+
"@tiptap/extension-code-block": "2.11.0",
|
|
140
|
+
"@tiptap/extension-dropcursor": "2.11.0",
|
|
141
|
+
"@tiptap/extension-gapcursor": "2.11.0",
|
|
142
|
+
"@tiptap/extension-hard-break": "2.11.0",
|
|
143
|
+
"@tiptap/extension-history": "2.11.0",
|
|
144
|
+
"@tiptap/extension-horizontal-rule": "2.11.0",
|
|
145
|
+
"@tiptap/extension-italic": "2.11.0",
|
|
146
|
+
"@tiptap/extension-ordered-list": "2.11.0",
|
|
147
|
+
"@tiptap/extension-strike": "2.11.0",
|
|
136
148
|
"@tiptap/html": "2.11.0",
|
|
137
149
|
"@tiptap/pm": "2.11.0",
|
|
138
150
|
"@tiptap/starter-kit": "2.11.0",
|
|
@@ -142,11 +154,11 @@
|
|
|
142
154
|
"prosemirror-view": "^1.27.0",
|
|
143
155
|
"vite": "^5.4.11",
|
|
144
156
|
"vite-plugin-dts": "^4.1.0",
|
|
145
|
-
"@edifice.io/utilities": "2.2.10-develop-
|
|
157
|
+
"@edifice.io/utilities": "2.2.10-develop-integration.20250623163106"
|
|
146
158
|
},
|
|
147
159
|
"devDependencies": {
|
|
148
160
|
"@types/dom-speech-recognition": "^0.0.1",
|
|
149
|
-
"@edifice.io/client": "2.2.10-develop-
|
|
161
|
+
"@edifice.io/client": "2.2.10-develop-integration.20250623163106"
|
|
150
162
|
},
|
|
151
163
|
"publishConfig": {
|
|
152
164
|
"access": "public"
|