@alxgrn/prose-editor 0.0.44 → 0.0.46

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@alxgrn/prose-editor",
3
3
  "description": "Editor based on ProseMirror engine",
4
- "version": "0.0.44",
4
+ "version": "0.0.46",
5
5
  "private": false,
6
6
  "author": "Alexander Fedorov <alex@molner.ru>",
7
7
  "license": "Apache-2.0",
@@ -55,7 +55,7 @@
55
55
  "vite-plugin-lib-inject-css": "^2.1.1"
56
56
  },
57
57
  "dependencies": {
58
- "@handlewithcare/react-prosemirror": "^2.5.2",
58
+ "@handlewithcare/react-prosemirror": "^2.5.3",
59
59
  "prosemirror-example-setup": "^1.2.3",
60
60
  "prosemirror-model": "^1.25.1",
61
61
  "prosemirror-schema-basic": "^1.2.4",
@@ -1,5 +0,0 @@
1
- export declare const API_URL = "https://dailytelefrag.ru/api";
2
- export declare const VIDEO_IMAGE = "https://dailytelefrag.ru/video.png";
3
- export declare const EMPTY_IMAGE = "https://dailytelefrag.ru/empty.png";
4
- export declare const ERROR_IMAGE_DATA = "https://dailytelefrag.ru/error_image.png";
5
- export declare const ERROR_EMBED_DATA = "https://dailytelefrag.ru/error_embed.png";