From 142df73efa2c46305cf9d8afc064709298e457fb Mon Sep 17 00:00:00 2001 From: vid Date: Mon, 30 Dec 2024 11:20:45 -0500 Subject: [PATCH] update publish files, 1.40.15 --- .../out-review/dashboard/web/rollup.config.js | 3 +- modules/out-review/package.json | 4 +- package-lock.json | 98 +++++++++++-------- 3 files changed, 60 insertions(+), 45 deletions(-) diff --git a/modules/out-review/dashboard/web/rollup.config.js b/modules/out-review/dashboard/web/rollup.config.js index 7e60132c..cfe2c204 100644 --- a/modules/out-review/dashboard/web/rollup.config.js +++ b/modules/out-review/dashboard/web/rollup.config.js @@ -26,7 +26,7 @@ const dashboard = { input: [`./src/dashboard/index.ts`, `./src/dashboard/indexer.ts`], output: { sourcemap: true, - dir: `build/dashboard/`, + dir: `build/dashboard`, }, plugins: [licensed, litcss(), resolve(), typescript({ outputToFilesystem: true, outDir: './build/dashboard' })], }; @@ -43,6 +43,7 @@ const reviewer = (dir) => ({ const builds = [dashboard, reviewer('build/reviewer')]; // export DASHBOARD_PREVIEW="$HOME/D/withhaibun/haibun-e2e-tests/reviews/build/reviewer" if (process.env.DASHBOARD_PREVIEW) { + console.log(`Building for preview at ${process.env.DASHBOARD_PREVIEW}`); builds.push(reviewer(process.env.DASHBOARD_PREVIEW)); } export default builds; diff --git a/modules/out-review/package.json b/modules/out-review/package.json index c31d42a7..4c984a48 100644 --- a/modules/out-review/package.json +++ b/modules/out-review/package.json @@ -1,9 +1,9 @@ { "name": "@haibun/out-review", "type": "module", - "version": "1.40.9", + "version": "1.40.15", "description": "", - "xfiles": ["build/**", "dashboard/web/build/**", "dashboard/web/public/**"], + "files": ["build/**", "dashboard/web/build/**", "dashboard/web/public/**"], "bin": { "review-from-saved": "build/review-from-saved.js" }, "main": "build/out-reviews-stepper.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 7c68dcd3..294937c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haibun", - "version": "1.40.8", + "version": "1.40.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haibun", - "version": "1.40.8", + "version": "1.40.9", "workspaces": [ "modules/*" ], @@ -32,11 +32,12 @@ } }, "modules/cli": { - "version": "1.40.8", + "name": "@haibun/cli", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8", - "@haibun/domain-storage": "1.40.8", + "@haibun/core": "1.40.9", + "@haibun/domain-storage": "1.40.9", "source-map-support": "^0.5.21" }, "bin": { @@ -44,37 +45,42 @@ } }, "modules/context": { - "version": "1.40.8", + "name": "@haibun/context", + "version": "1.40.9", "dependencies": { - "@haibun/core": "1.40.8", - "@haibun/web-server-express": "1.40.8", + "@haibun/core": "1.40.9", + "@haibun/web-server-express": "1.40.9", "ws": "^8.9.0" } }, "modules/core": { - "version": "1.40.8" + "name": "@haibun/core", + "version": "1.40.9" }, "modules/domain-storage": { - "version": "1.40.8", + "name": "@haibun/domain-storage", + "version": "1.40.9", "dependencies": { - "@haibun/context": "1.40.8", - "@haibun/core": "1.40.8" + "@haibun/context": "1.40.9", + "@haibun/core": "1.40.9" } }, "modules/domain-webpage": { - "version": "1.40.8", + "name": "@haibun/domain-webpage", + "version": "1.40.9", "dependencies": { - "@haibun/core": "1.40.8" + "@haibun/core": "1.40.9" } }, "modules/out-review": { - "version": "1.40.8", + "name": "@haibun/out-review", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8", - "@haibun/domain-storage": "1.40.8", - "@haibun/storage-fs": "1.40.8", - "@haibun/storage-mem": "1.40.8", + "@haibun/core": "1.40.9", + "@haibun/domain-storage": "1.40.9", + "@haibun/storage-fs": "1.40.9", + "@haibun/storage-mem": "1.40.9", "xmlbuilder2": "^3.0.2" }, "bin": { @@ -82,18 +88,20 @@ } }, "modules/out-xunit": { - "version": "1.40.8", + "name": "@haibun/out-xunit", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8", + "@haibun/core": "1.40.9", "xmlbuilder2": "^3.0.2" } }, "modules/parse-md": { - "version": "1.40.8", + "name": "@haibun/parse-md", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8", + "@haibun/core": "1.40.9", "turndown": "^7.1.1" }, "devDependencies": { @@ -101,28 +109,31 @@ } }, "modules/storage-fs": { - "version": "1.40.8", + "name": "@haibun/storage-fs", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8", - "@haibun/domain-storage": "1.40.8" + "@haibun/core": "1.40.9", + "@haibun/domain-storage": "1.40.9" } }, "modules/storage-mem": { - "version": "1.40.8", + "name": "@haibun/storage-mem", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8", - "@haibun/domain-storage": "1.40.8", + "@haibun/core": "1.40.9", + "@haibun/domain-storage": "1.40.9", "memfs": "^4.6.0" } }, "modules/utils": { - "version": "1.40.8", + "name": "@haibun/utils", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/cli": "1.40.8", - "@haibun/core": "1.40.8" + "@haibun/cli": "1.40.9", + "@haibun/core": "1.40.9" }, "bin": { "version": "build/version.js", @@ -131,34 +142,37 @@ } }, "modules/web-http": { - "version": "1.40.8", + "name": "@haibun/web-http", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8" + "@haibun/core": "1.40.9" } }, "modules/web-playwright": { - "version": "1.40.8", + "name": "@haibun/web-playwright", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8", - "@haibun/domain-storage": "1.40.8", - "@haibun/domain-webpage": "1.40.8", + "@haibun/core": "1.40.9", + "@haibun/domain-storage": "1.40.9", + "@haibun/domain-webpage": "1.40.9", "playwright": "^1.40.1" } }, "modules/web-server-express": { - "version": "1.40.8", + "name": "@haibun/web-server-express", + "version": "1.40.9", "license": "ISC", "dependencies": { - "@haibun/core": "1.40.8", - "@haibun/domain-webpage": "1.40.8", + "@haibun/core": "1.40.9", + "@haibun/domain-webpage": "1.40.9", "cookie-parser": "^1.4.5", "express": "^4.17.1", "serve-index": "^1.9.1" }, "devDependencies": { - "@haibun/web-http": "1.40.8", + "@haibun/web-http": "1.40.9", "@types/cookie-parser": "^1.4.2", "@types/express": "^4.17.15" }