Skip to content

Commit 539c7c7

Browse files
maximizeITGitHub Copilot
andcommitted
fix(lockfile): use public Yarn CDN URL for widget-sdk 3.18.0
The resolved URL was 'npm.pkg.github.com/download/...' because the lockfile was generated with local ~/.npmrc @Staffbase:registry=https://npm.pkg.github.com active. Yarn classic --frozen-lockfile downloads from the resolved URL directly so CI got 401. widget-sdk 3.18.0 is on public npmjs.org (same tarball), so pointing at the Yarn CDN URL needs no auth in CI. Co-authored-by: GitHub Copilot <copilot@noreply.github.com>
1 parent 7e60d0a commit 539c7c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/weather-forecast/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@
25342534

25352535
"@staffbase/widget-sdk@^3.18.0":
25362536
version "3.18.0"
2537-
resolved "https://npm.pkg.github.com/download/@Staffbase/widget-sdk/3.18.0/a2cc04cdce8c21b98f007587ee40fcd18d652c54#a2cc04cdce8c21b98f007587ee40fcd18d652c54"
2537+
resolved "https://registry.yarnpkg.com/@staffbase/widget-sdk/-/widget-sdk-3.18.0.tgz#a2cc04cdce8c21b98f007587ee40fcd18d652c54"
25382538
integrity sha512-NPRtqe63UhEpCDVaAqOP3xJp+MWHkXw0IHGuiC5JLhd7S5Wiuv/c1Ad+miiKUrx3piJoSBr9elOH5QSy8TU9xg==
25392539
dependencies:
25402540
"@rjsf/core" "^6.3.1"

0 commit comments

Comments
 (0)