From 97d67444bb239eb8f5731c7d0294594a91e7a9da Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Fri, 20 Dec 2024 09:39:48 -0500 Subject: [PATCH] Release Candidate: 4.1.0-rc3 (#1261) --- esbuild.mjs | 3 --- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/esbuild.mjs b/esbuild.mjs index de1601325..7f3d34d76 100644 --- a/esbuild.mjs +++ b/esbuild.mjs @@ -5,8 +5,6 @@ import svg from "esbuild-plugin-svg"; import fs from "fs"; import LessPluginCleanCSS from "less-plugin-clean-css"; -const watch = process.argv[2] === "--watch"; - const pkg = JSON.parse(fs.readFileSync("./package.json").toString()); // These are NPM packages that don't work with external bundlers without configuration. @@ -44,7 +42,6 @@ async function main() { target: "es2020", format: "esm", globalName: "UV", - watch, minify: true, external: [ ...Object.keys(pkg.dependencies).filter( diff --git a/package-lock.json b/package-lock.json index 954bef013..4f3013747 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "universalviewer", - "version": "4.1.0-rc2", + "version": "4.1.0-rc3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "universalviewer", - "version": "4.1.0-rc2", + "version": "4.1.0-rc3", "license": "MIT", "dependencies": { "@edsilv/http-status-codes": "1.0.3", diff --git a/package.json b/package.json index acae7de8e..efc8126b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "universalviewer", - "version": "4.1.0-rc2", + "version": "4.1.0-rc3", "description": "The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎", "engines": { "node": ">=18",