@oh-just-another/editor 0.58.0 → 0.58.1
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/CHANGELOG.md +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oh-just-another/editor",
|
|
3
|
-
"version": "0.58.
|
|
3
|
+
"version": "0.58.1",
|
|
4
4
|
"description": "Drop-in diagram editor as a single React component. Auto-detects renderer / WASM / worker capabilities and exposes a programmatic editor API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Rustam Garifulin <rustam@n69.in>",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"lucide-react": "^1.16.0",
|
|
43
43
|
"@oh-just-another/raster-wasm": "0.57.0",
|
|
44
|
-
"@oh-just-another/react-ui": "0.57.
|
|
44
|
+
"@oh-just-another/react-ui": "0.57.2",
|
|
45
45
|
"@oh-just-another/renderer-canvas": "0.58.0",
|
|
46
46
|
"@oh-just-another/renderer-core": "0.57.0",
|
|
47
47
|
"@oh-just-another/renderer-svg": "0.57.0",
|
|
48
|
+
"@oh-just-another/scene": "0.57.0",
|
|
49
|
+
"@oh-just-another/serialization": "0.57.0",
|
|
48
50
|
"@oh-just-another/state": "0.57.0",
|
|
49
51
|
"@oh-just-another/templates": "0.57.0",
|
|
50
|
-
"@oh-just-another/scene": "0.57.0",
|
|
51
52
|
"@oh-just-another/text-wasm": "0.57.0",
|
|
52
|
-
"@oh-just-another/serialization": "0.57.0",
|
|
53
53
|
"@oh-just-another/types": "0.57.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|