Skip to content

Commit ffb9d7a

Browse files
unforcedclaude
andauthored
test: spa-build-source pin literal follows the 0.20.50 App pin (un-breaks main CI) (#214)
PR #213 bumped scripts/spa-source.env without the test literal — the pin-agreement test is doing its job; this brings the expectation current. Claude-Session: https://claude.ai/code/session_01XLZtmuSs1RirWGMGyCB1QB Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent deb62b0 commit ffb9d7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openparachute/cloud",
3-
"version": "0.0.8-rc.120",
3+
"version": "0.0.8-rc.121",
44
"private": true,
55
"description": "Open Parachute PBC's Vault Cloud \u2014 one Durable Object per vault on Cloudflare, OAuth issuer + self-serve console (accounts + vault ownership).",
66
"license": "AGPL-3.0",

test-bun/spa-build-source.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe("served SPA source", () => {
5353
const sourcePin = read("scripts/spa-source.env");
5454
const script = read("scripts/build-spa.sh");
5555

56-
expect(sourcePin).toContain('SPA_APP_VERSION="0.20.21"');
56+
expect(sourcePin).toContain('SPA_APP_VERSION="0.20.50"');
5757
expect(sourcePin).toMatch(/SPA_APP_REF="[0-9a-f]{40}"/);
5858
expect(script).toContain('source "$ROOT/scripts/spa-source.env"');
5959
expect(script).toContain("SPA_APP_REF");

0 commit comments

Comments
 (0)