@elixpo/lixeditor 2.5.1 → 2.5.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elixpo/lixeditor",
3
- "version": "2.5.1",
3
+ "version": "2.5.7",
4
4
  "description": "A rich WYSIWYG block editor and renderer built on BlockNote — equations, mermaid diagrams, code highlighting, and more.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -48,6 +48,7 @@
48
48
  "license": "MIT",
49
49
  "repository": {
50
50
  "type": "git",
51
- "url": "https://github.com/Elixpo-Gaming/lixeditor"
51
+ "url": "https://github.com/elixpo/lixblogs",
52
+ "directory": "packages/lixeditor"
52
53
  }
53
54
  }