Skip to content

Commit c8a4c5f

Browse files
authored
Merge pull request #387 from decaf-dev/dev
1.47.4
2 parents 239dd79 + 2360454 commit c8a4c5f

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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:

esbuild.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import esbuild from "esbuild";
2-
import process from "process";
31
import builtins from "builtin-modules";
2+
import esbuild from "esbuild";
3+
import esbuildSvelte from "esbuild-svelte";
44
import fs from "fs";
55
import 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

99
const banner = `/*
1010
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,6 @@
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
}

0 commit comments

Comments
 (0)