diff --git a/manifest.json b/manifest.json index fd09183..cbf5fe8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "1.0.2", + "version": "1.0.5", "minAppVersion": "0.11.13", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/package.json b/package.json index cae9cdc..3b5739a 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "author": "", "license": "MIT", "dependencies": { - "@excalidraw/excalidraw": "0.6.0", - "aakansha-excalidraw": "0.7.0-ccp", + "@excalidraw/excalidraw": "0.7.0", "react": "17.0.1", "react-dom": "17.0.1", "react-scripts": "4.0.1" diff --git a/src/ExcalidrawView.ts b/src/ExcalidrawView.ts index 0b3ff1d..5505b94 100644 --- a/src/ExcalidrawView.ts +++ b/src/ExcalidrawView.ts @@ -4,13 +4,12 @@ import { } from "obsidian"; import * as React from "react"; import * as ReactDOM from "react-dom"; -//import Excalidraw, {exportToSvg} from "@excalidraw/excalidraw"; +import Excalidraw, {exportToSvg} from "@excalidraw/excalidraw"; import { ExcalidrawElement } from "@excalidraw/excalidraw/types/element/types"; import { AppState, LibraryItems } from "@excalidraw/excalidraw/types/types"; -import Excalidraw, {exportToSvg } from "aakansha-excalidraw"; import { VIEW_TYPE_EXCALIDRAW, EXCALIDRAW_FILE_EXTENSION, diff --git a/versions.json b/versions.json index a701968..35b97c2 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,3 @@ { - "1.0.2": "0.11.13", - "1.0.1": "0.11.13", - "1.0.0": "0.11.13" + "1.0.5": "0.11.13" } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index b5681ac..8f5ae4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2156,10 +2156,10 @@ "resolved" "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" "version" "4.2.2" -"aakansha-excalidraw@0.7.0-ccp": - "integrity" "sha512-/RQBh8x9WBmuwT2xebmQnktJlPkD58eLuc9D8wT4bL1X+mf4q5jK6TF4YxUUn2qbyvHVunHenz+N9Z6Az5bB/w==" - "resolved" "https://registry.npmjs.org/aakansha-excalidraw/-/aakansha-excalidraw-0.7.0-ccp.tgz" - "version" "0.7.0-ccp" +"aakansha-excalidraw@0.7.0-draft": + "integrity" "sha512-bafyy/qQES3E+uI7YHGuMzIh2kKlTKx+NYYpHwR5QhdAdDsA+Tru56Yglo+8cLCSDncN/KyEb1ffQlYJyBqQwA==" + "resolved" "https://registry.npmjs.org/aakansha-excalidraw/-/aakansha-excalidraw-0.7.0-draft.tgz" + "version" "0.7.0-draft" "abab@^2.0.3", "abab@^2.0.5": "integrity" "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="