@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.
Files changed (2) hide show
  1. package/dist/types.d.mts +1 -1
  2. 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.11/node_modules/docx-plus/dist/index.d.mts
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.0",
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.20.4",
51
- "@tiptap/extension-blockquote": "3.20.4",
52
- "@tiptap/extension-bold": "3.20.4",
53
- "@tiptap/extension-bullet-list": "3.20.4",
54
- "@tiptap/extension-code": "3.20.4",
55
- "@tiptap/extension-code-block": "3.20.4",
56
- "@tiptap/extension-code-block-lowlight": "3.20.4",
57
- "@tiptap/extension-details": "3.20.4",
58
- "@tiptap/extension-document": "3.20.4",
59
- "@tiptap/extension-emoji": "3.20.4",
60
- "@tiptap/extension-hard-break": "3.20.4",
61
- "@tiptap/extension-heading": "3.20.4",
62
- "@tiptap/extension-highlight": "3.20.4",
63
- "@tiptap/extension-horizontal-rule": "3.20.4",
64
- "@tiptap/extension-image": "3.20.4",
65
- "@tiptap/extension-italic": "3.20.4",
66
- "@tiptap/extension-link": "3.20.4",
67
- "@tiptap/extension-list": "3.20.4",
68
- "@tiptap/extension-list-item": "3.20.4",
69
- "@tiptap/extension-mathematics": "3.20.4",
70
- "@tiptap/extension-mention": "3.20.4",
71
- "@tiptap/extension-ordered-list": "3.20.4",
72
- "@tiptap/extension-paragraph": "3.20.4",
73
- "@tiptap/extension-strike": "3.20.4",
74
- "@tiptap/extension-subscript": "3.20.4",
75
- "@tiptap/extension-superscript": "3.20.4",
76
- "@tiptap/extension-table": "3.20.4",
77
- "@tiptap/extension-task-item": "3.20.4",
78
- "@tiptap/extension-task-list": "3.20.4",
79
- "@tiptap/extension-text": "3.20.4",
80
- "@tiptap/extension-text-align": "3.20.4",
81
- "@tiptap/extension-text-style": "3.20.4",
82
- "@tiptap/extension-underline": "3.20.4",
83
- "@tiptap/suggestion": "3.20.4"
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.11"
86
+ "docx-plus": "0.0.13"
87
87
  },
88
88
  "scripts": {
89
89
  "dev": "basis build --stub",