File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1414 - name : Use Node.js
1515 uses : actions/setup-node@v1
1616 with :
17- node-version : " 18 "
17+ node-version : " 22 "
1818
1919 - uses : oven-sh/setup-bun@v1
2020 with :
Original file line number Diff line number Diff line change 1- import esbuild from "esbuild" ;
2- import process from "process" ;
31import builtins from "builtin-modules" ;
2+ import esbuild from "esbuild" ;
3+ import esbuildSvelte from "esbuild-svelte" ;
44import fs from "fs" ;
55import path from "path" ;
6- import esbuildSvelte from "esbuild-svelte " ;
7- import sveltePreprocess from "svelte-preprocess" ;
6+ import process from "process " ;
7+ import { sveltePreprocess } from "svelte-preprocess" ;
88
99const banner = `/*
1010THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
Original file line number Diff line number Diff line change 11{
22 "id" : " vault-explorer" ,
33 "name" : " Vault Explorer" ,
4- "version" : " 1.47.3 " ,
4+ "version" : " 1.47.4 " ,
55 "minAppVersion" : " 1.4.13" ,
66 "description" : " Explore your vault in visual format" ,
77 "author" : " DecafDev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " obsidian-vault-explorer" ,
3- "version" : " 1.47.3 " ,
3+ "version" : " 1.47.4 " ,
44 "description" : " Explore your vault in visual format" ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 153153 "1.47.0" : " 1.4.13" ,
154154 "1.47.1" : " 1.4.13" ,
155155 "1.47.2" : " 1.4.13" ,
156- "1.47.3" : " 1.4.13"
156+ "1.47.3" : " 1.4.13" ,
157+ "1.47.4" : " 1.4.13"
157158}
You can’t perform that action at this time.
0 commit comments