@tutti-os/ui-rich-text 0.0.64 → 0.0.66
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/LICENSE +1 -2
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
Apache License
|
|
3
2
|
Version 2.0, January 2004
|
|
4
3
|
http://www.apache.org/licenses/
|
|
@@ -187,7 +186,7 @@
|
|
|
187
186
|
same "printed page" as the copyright notice for easier
|
|
188
187
|
identification within third-party archives.
|
|
189
188
|
|
|
190
|
-
Copyright
|
|
189
|
+
Copyright 2025-2026 The Tutti Authors
|
|
191
190
|
|
|
192
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
192
|
you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/ui-rich-text",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.66",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"directory": "packages/ui/rich-text"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
56
|
-
"@tutti-os/ui-system": "0.0.
|
|
55
|
+
"@tutti-os/ui-i18n-runtime": "0.0.66",
|
|
56
|
+
"@tutti-os/ui-system": "0.0.66",
|
|
57
57
|
"@tiptap/core": "^3.23.6",
|
|
58
58
|
"@tiptap/extension-document": "^3.23.6",
|
|
59
59
|
"@tiptap/extension-hard-break": "^3.23.6",
|