Skip to content

Commit 1395605

Browse files
committed
fix(deps): use bare version for @socketsecurity/lib catalog entry
The npm: alias form on the PRIMARY @socketsecurity/lib entry broke the registry bootstrap's tarball URL construction (404 on lib-npm:@socketsecurity/lib@6.0.3.tgz). Only -stable takes the alias; the primary entry is a bare version, matching socket-registry/socket-cli.
1 parent fa32b40 commit 1395605

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ catalog:
1111
'@sinclair/typebox': 0.34.49
1212
'@socketregistry/packageurl-js': 1.4.2
1313
'@socketregistry/packageurl-js-stable': npm:@socketregistry/packageurl-js@1.4.2
14-
'@socketsecurity/lib': 'npm:@socketsecurity/lib@6.0.3'
14+
'@socketsecurity/lib': 6.0.3
1515
'@socketsecurity/lib-stable': 'npm:@socketsecurity/lib@6.0.3'
1616
'@socketsecurity/registry': 2.0.2
1717
'@socketsecurity/registry-stable': npm:@socketsecurity/registry@2.0.2

0 commit comments

Comments
 (0)