Record the CLI's ws dependency under the CLI

2c5b45d3efc2 · AtlantisPleb · · parent 5f36e4c83912

Record the CLI's ws dependency under the CLI

`ws` and `@types/ws` are declared by `packages/openagents-cli`, and the lockfile
recorded them under `apps/sarah-nostr-signer`. The two packages resolve the
same versions, so nothing broke, and a lockfile that disagrees with the
manifest it locks is a question waiting to be asked at the worst moment.

Regenerated with `pnpm install --lockfile-only`; `--frozen-lockfile` now
installs clean.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DTmy4SEXrHXouw5sZbs3f4
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified pnpm-lock.yaml

Diff

1 file changed, +6 -6

pnpm-lock.yaml modified +6 -6

@@ -1154,16 +1154,10 @@ importers:

1154 1154
      effect:
1155 1155
        specifier: 4.0.0-beta.94
1156 1156
        version: 4.0.0-beta.94
1157
      ws:
1158
        specifier: 8.21.1
1159
        version: 8.21.1
1160 1157
    devDependencies:
1161 1158
      '@types/node':
1162 1159
        specifier: 24.13.1
1163 1160
        version: 24.13.1
1164
      '@types/ws':
1165
        specifier: 8.18.1
1166
        version: 8.18.1
1167 1161
      typescript:
1168 1162
        specifier: 'catalog:'
1169 1163
        version: 6.0.3

@@ -2223,10 +2217,16 @@ importers:

2223 2217
      effect:
2224 2218
        specifier: 4.0.0-beta.94
2225 2219
        version: 4.0.0-beta.94
2220
      ws:
2221
        specifier: 8.21.1
2222
        version: 8.21.1
2226 2223
    devDependencies:
2227 2224
      '@types/node':
2228 2225
        specifier: 24.13.1
2229 2226
        version: 24.13.1
2227
      '@types/ws':
2228
        specifier: 8.18.1
2229
        version: 8.18.1
2230 2230
      typescript:
2231 2231
        specifier: 'catalog:'
2232 2232
        version: 6.0.3

This page updates live while a promote is in flight · changelog