Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if you want to view the source, please visit the github repository of this plugi
const prod = process.argv[2] === "production";

const TLDRAW_VERSION = (() => {
const json = JSON.parse(readFileSync(`${import.meta.dirname}/node_modules/tldraw/package.json`));
const json = JSON.parse(readFileSync(`${process.cwd()}/node_modules/tldraw/package.json`));
return json.version;
})();

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tldraw",
"name": "Tldraw",
"version": "1.26.2",
"version": "1.27.0",
"minAppVersion": "1.7.7",
"description": "Integrates Tldraw into Obsidian, allowing users to draw and edit content on a virtual whiteboard.",
"author": "Jonathan Mendez, Sam Alhaqab",
Expand Down
Loading