@zsviczian/excalidraw 0.17.1-obsidian-50 → 0.17.1-obsidian-51

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": "@zsviczian/excalidraw",
3
- "version": "0.17.1-obsidian-50",
3
+ "version": "0.17.1-obsidian-51",
4
4
  "main": "main.js",
5
5
  "types": "types/excalidraw/index.d.ts",
6
6
  "files": [
@@ -31,7 +31,7 @@ export declare class ExcalidrawFont implements Font {
31
31
  private static getFormat;
32
32
  private static normalizeBaseUrl;
33
33
  /**
34
- * zsviczian https://github.com/zsviczian/excalidraw/commit/b4cfaaa4b4f46ca01f94e27fb7bf651a9da99daa
35
- */
34
+ * zsviczian https://github.com/zsviczian/excalidraw/commit/b4cfaaa4b4f46ca01f94e27fb7bf651a9da99daa
35
+ */
36
36
  getContentLegacy(): Promise<string>;
37
37
  }