@pubwave/editor 0.3.0 → 0.5.0
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/README.md +153 -1
- package/dist/auto-BaSO-_S9.cjs +18 -0
- package/dist/auto-h8n00k8H.js +9213 -0
- package/dist/index.cjs +22 -7656
- package/dist/index.css +1 -884
- package/dist/index.d.ts +54 -2
- package/dist/index.js +4242 -5479
- package/package.json +10 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubwave/editor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "A Notion-level block editor built with React and Tiptap",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -53,7 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"react": "^18.0.0 || ^19.0.0",
|
|
56
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
56
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
57
|
+
"chart.js": "^4.0.0 || ^5.0.0"
|
|
58
|
+
},
|
|
59
|
+
"peerDependenciesMeta": {
|
|
60
|
+
"chart.js": {
|
|
61
|
+
"optional": true
|
|
62
|
+
}
|
|
57
63
|
},
|
|
58
64
|
"dependencies": {
|
|
59
65
|
"@tiptap/core": "^2.12.0",
|
|
@@ -112,7 +118,8 @@
|
|
|
112
118
|
"typescript-eslint": "^8.18.1",
|
|
113
119
|
"vite": "^6.0.5",
|
|
114
120
|
"vite-plugin-dts": "^4.4.0",
|
|
115
|
-
"vitest": "^2.1.8"
|
|
121
|
+
"vitest": "^2.1.8",
|
|
122
|
+
"chart.js": "^4.4.0"
|
|
116
123
|
},
|
|
117
124
|
"repository": {
|
|
118
125
|
"type": "git",
|