mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
commit
c8a4c5fd29
5 changed files with 9 additions and 8 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue