From 5efd4788d37b3de23765d3d62b628b1c05a9d843 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 10 Jun 2025 14:52:30 -0400 Subject: [PATCH 1/2] Fix publishing. --- rush-plugins/rush-bridge-cache-plugin/package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rush-plugins/rush-bridge-cache-plugin/package.json b/rush-plugins/rush-bridge-cache-plugin/package.json index d88d66c318..d0b9dbf9c0 100644 --- a/rush-plugins/rush-bridge-cache-plugin/package.json +++ b/rush-plugins/rush-bridge-cache-plugin/package.json @@ -1,17 +1,19 @@ { "name": "@rushstack/rush-bridge-cache-plugin", "version": "5.154.0", - "private": true, "description": "Rush plugin that provides a --set-cache-only command flag to populate the cache from content on disk.", "license": "MIT", - "main": "./lib/index.js", + "main": "lib/index.js", "repository": { - "url": "https://github.com/microsoft/rushstack.git", + "url": "https://github.com/microsoft/rushstack", "type": "git", "directory": "rush-plugins/rush-bridge-cache-plugin" }, + "homepage": "https://rushjs.io", + "types": "lib/index.d.ts", "scripts": { "build": "heft test --clean", + "start": "heft test --clean --watch", "_phase:build": "heft run --only build -- --clean" }, "dependencies": { From 89820553f243e0d1e5911fe21e0db296c693dc79 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 10 Jun 2025 14:54:37 -0400 Subject: [PATCH 2/2] fixup! Fix publishing. --- .../rush/fix-publishing_2025-06-10-18-54.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/@microsoft/rush/fix-publishing_2025-06-10-18-54.json diff --git a/common/changes/@microsoft/rush/fix-publishing_2025-06-10-18-54.json b/common/changes/@microsoft/rush/fix-publishing_2025-06-10-18-54.json new file mode 100644 index 0000000000..efcd84c45f --- /dev/null +++ b/common/changes/@microsoft/rush/fix-publishing_2025-06-10-18-54.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@microsoft/rush" + } + ], + "packageName": "@microsoft/rush", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file