Skip to content

Commit ef1926e

Browse files
committed
fix: update @socketbin/cli packages to available version 0.0.0
The optional dependencies were specified at version 1.0.0, but only 0.0.0 is published in the registry. Updated package.json and regenerated pnpm-lock.yaml with the correct version to fix CI lockfile validation errors.
1 parent 031d731 commit ef1926e

File tree

2 files changed

+99
-8
lines changed

2 files changed

+99
-8
lines changed

packages/socket/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"license": "MIT",
1717
"name": "socket",
1818
"optionalDependencies": {
19-
"@socketbin/cli-alpine-arm64": "1.0.0",
20-
"@socketbin/cli-alpine-x64": "1.0.0",
21-
"@socketbin/cli-darwin-arm64": "1.0.0",
22-
"@socketbin/cli-darwin-x64": "1.0.0",
23-
"@socketbin/cli-linux-arm64": "1.0.0",
24-
"@socketbin/cli-linux-x64": "1.0.0",
25-
"@socketbin/cli-win32-arm64": "1.0.0",
26-
"@socketbin/cli-win32-x64": "1.0.0"
19+
"@socketbin/cli-alpine-arm64": "0.0.0",
20+
"@socketbin/cli-alpine-x64": "0.0.0",
21+
"@socketbin/cli-darwin-arm64": "0.0.0",
22+
"@socketbin/cli-darwin-x64": "0.0.0",
23+
"@socketbin/cli-linux-arm64": "0.0.0",
24+
"@socketbin/cli-linux-x64": "0.0.0",
25+
"@socketbin/cli-win32-arm64": "0.0.0",
26+
"@socketbin/cli-win32-x64": "0.0.0"
2727
},
2828
"scripts": {
2929
"test": "vitest run",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)