diff --git a/esbuild.config.mjs b/esbuild.config.mjs index 69a3be2..e6bdf60 100644 --- a/esbuild.config.mjs +++ b/esbuild.config.mjs @@ -1,12 +1,12 @@ import esbuild from "esbuild"; import process from "process"; -import builtins from "builtin-modules"; +import {builtinModules} from "module"; const banner = `/* * Xiaohongshu Importer plugin * Author: bnchiang96 - * Version: 1.1.1 + * Version: 1.1.2 */ `; @@ -32,7 +32,7 @@ const context = await esbuild.context({ "@lezer/common", "@lezer/highlight", "@lezer/lr", - ...builtins], + ...builtinModules], format: "cjs", target: "es2018", logLevel: "info", diff --git a/manifest.json b/manifest.json index c75734d..8d09c7c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "xiaohongshu-importer", "name": "Xiaohongshu Importer", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "0.15.0", "description": "Import Xiaohongshu (小红书) notes with media and categorization.", "author": "bnchiang96", diff --git a/package.json b/package.json index 91011b5..884227f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaohongshu-importer", - "version": "1.1.1", + "version": "1.1.2", "description": "Import Xiaohongshu (小红书) notes with media and categorization into Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 18af01b..49e221c 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.1": "0.15.0" -} + "1.0.1": "0.15.0", + "1.1.1": "0.15.0" +} \ No newline at end of file