Merge pull request #387 from decaf-dev/dev

1.47.4
This commit is contained in:
DecafDev 2025-05-02 21:02:32 -06:00 committed by GitHub
commit c8a4c5fd29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 8 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18"
node-version: "22"
- uses: oven-sh/setup-bun@v1
with:

View file

@ -1,10 +1,10 @@
import esbuild from "esbuild";
import process from "process";
import builtins from "builtin-modules";
import esbuild from "esbuild";
import esbuildSvelte from "esbuild-svelte";
import fs from "fs";
import path from "path";
import esbuildSvelte from "esbuild-svelte";
import sveltePreprocess from "svelte-preprocess";
import process from "process";
import { sveltePreprocess } from "svelte-preprocess";
const banner = `/*
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD

View file

@ -1,7 +1,7 @@
{
"id": "vault-explorer",
"name": "Vault Explorer",
"version": "1.47.3",
"version": "1.47.4",
"minAppVersion": "1.4.13",
"description": "Explore your vault in visual format",
"author": "DecafDev",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-vault-explorer",
"version": "1.47.3",
"version": "1.47.4",
"description": "Explore your vault in visual format",
"main": "main.js",
"scripts": {

View file

@ -153,5 +153,6 @@
"1.47.0": "1.4.13",
"1.47.1": "1.4.13",
"1.47.2": "1.4.13",
"1.47.3": "1.4.13"
"1.47.3": "1.4.13",
"1.47.4": "1.4.13"
}