@docen/extensions 0.1.0 → 0.1.2
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.d.mts +1 -1
- package/package.json +36 -36
package/dist/types.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { Readable } from "node:stream";
|
|
|
5
5
|
type DataType = ArrayBufferLike | Base64 | Blob | DataView | Readable | number[] | ReadableStream | Response | string | Uint8Array;
|
|
6
6
|
type Base64 = string;
|
|
7
7
|
//#endregion
|
|
8
|
-
//#region ../../node_modules/.pnpm/docx-plus@0.0.
|
|
8
|
+
//#region ../../node_modules/.pnpm/docx-plus@0.0.13/node_modules/docx-plus/dist/index.d.mts
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/file/drawing/doc-properties/doc-properties.d.ts
|
|
11
11
|
interface DocPropertiesOptions {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docen/extensions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Collection of TipTap extensions with TypeScript type definitions for Docen",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"docen",
|
|
@@ -47,43 +47,43 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@tiptap/core": "3.
|
|
51
|
-
"@tiptap/extension-blockquote": "3.
|
|
52
|
-
"@tiptap/extension-bold": "3.
|
|
53
|
-
"@tiptap/extension-bullet-list": "3.
|
|
54
|
-
"@tiptap/extension-code": "3.
|
|
55
|
-
"@tiptap/extension-code-block": "3.
|
|
56
|
-
"@tiptap/extension-code-block-lowlight": "3.
|
|
57
|
-
"@tiptap/extension-details": "3.
|
|
58
|
-
"@tiptap/extension-document": "3.
|
|
59
|
-
"@tiptap/extension-emoji": "3.
|
|
60
|
-
"@tiptap/extension-hard-break": "3.
|
|
61
|
-
"@tiptap/extension-heading": "3.
|
|
62
|
-
"@tiptap/extension-highlight": "3.
|
|
63
|
-
"@tiptap/extension-horizontal-rule": "3.
|
|
64
|
-
"@tiptap/extension-image": "3.
|
|
65
|
-
"@tiptap/extension-italic": "3.
|
|
66
|
-
"@tiptap/extension-link": "3.
|
|
67
|
-
"@tiptap/extension-list": "3.
|
|
68
|
-
"@tiptap/extension-list-item": "3.
|
|
69
|
-
"@tiptap/extension-mathematics": "3.
|
|
70
|
-
"@tiptap/extension-mention": "3.
|
|
71
|
-
"@tiptap/extension-ordered-list": "3.
|
|
72
|
-
"@tiptap/extension-paragraph": "3.
|
|
73
|
-
"@tiptap/extension-strike": "3.
|
|
74
|
-
"@tiptap/extension-subscript": "3.
|
|
75
|
-
"@tiptap/extension-superscript": "3.
|
|
76
|
-
"@tiptap/extension-table": "3.
|
|
77
|
-
"@tiptap/extension-task-item": "3.
|
|
78
|
-
"@tiptap/extension-task-list": "3.
|
|
79
|
-
"@tiptap/extension-text": "3.
|
|
80
|
-
"@tiptap/extension-text-align": "3.
|
|
81
|
-
"@tiptap/extension-text-style": "3.
|
|
82
|
-
"@tiptap/extension-underline": "3.
|
|
83
|
-
"@tiptap/suggestion": "3.
|
|
50
|
+
"@tiptap/core": "3.22.4",
|
|
51
|
+
"@tiptap/extension-blockquote": "3.22.4",
|
|
52
|
+
"@tiptap/extension-bold": "3.22.4",
|
|
53
|
+
"@tiptap/extension-bullet-list": "3.22.4",
|
|
54
|
+
"@tiptap/extension-code": "3.22.4",
|
|
55
|
+
"@tiptap/extension-code-block": "3.22.4",
|
|
56
|
+
"@tiptap/extension-code-block-lowlight": "3.22.4",
|
|
57
|
+
"@tiptap/extension-details": "3.22.4",
|
|
58
|
+
"@tiptap/extension-document": "3.22.4",
|
|
59
|
+
"@tiptap/extension-emoji": "3.22.4",
|
|
60
|
+
"@tiptap/extension-hard-break": "3.22.4",
|
|
61
|
+
"@tiptap/extension-heading": "3.22.4",
|
|
62
|
+
"@tiptap/extension-highlight": "3.22.4",
|
|
63
|
+
"@tiptap/extension-horizontal-rule": "3.22.4",
|
|
64
|
+
"@tiptap/extension-image": "3.22.4",
|
|
65
|
+
"@tiptap/extension-italic": "3.22.4",
|
|
66
|
+
"@tiptap/extension-link": "3.22.4",
|
|
67
|
+
"@tiptap/extension-list": "3.22.4",
|
|
68
|
+
"@tiptap/extension-list-item": "3.22.4",
|
|
69
|
+
"@tiptap/extension-mathematics": "3.22.4",
|
|
70
|
+
"@tiptap/extension-mention": "3.22.4",
|
|
71
|
+
"@tiptap/extension-ordered-list": "3.22.4",
|
|
72
|
+
"@tiptap/extension-paragraph": "3.22.4",
|
|
73
|
+
"@tiptap/extension-strike": "3.22.4",
|
|
74
|
+
"@tiptap/extension-subscript": "3.22.4",
|
|
75
|
+
"@tiptap/extension-superscript": "3.22.4",
|
|
76
|
+
"@tiptap/extension-table": "3.22.4",
|
|
77
|
+
"@tiptap/extension-task-item": "3.22.4",
|
|
78
|
+
"@tiptap/extension-task-list": "3.22.4",
|
|
79
|
+
"@tiptap/extension-text": "3.22.4",
|
|
80
|
+
"@tiptap/extension-text-align": "3.22.4",
|
|
81
|
+
"@tiptap/extension-text-style": "3.22.4",
|
|
82
|
+
"@tiptap/extension-underline": "3.22.4",
|
|
83
|
+
"@tiptap/suggestion": "3.22.4"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"docx-plus": "0.0.
|
|
86
|
+
"docx-plus": "0.0.13"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"dev": "basis build --stub",
|