Skip to content

Commit 8d04442

Browse files
committed
fix: add @cipherstash/protect to drizzle devDependencies and update lockfile
The changeset automation bumped peerDependencies to require versions that hadn't been published yet (protect@>=10.1.1, schema@>=2.0.1). This caused pnpm install to fail in CI with frozen lockfile. Adding @cipherstash/protect as workspace:* in devDependencies (matching the existing pattern for @cipherstash/schema) allows the lockfile to resolve from the workspace instead of npm.
1 parent a690dde commit 8d04442

File tree

2 files changed

+4
-84
lines changed

2 files changed

+4
-84
lines changed

packages/drizzle/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
}
6767
},
6868
"devDependencies": {
69+
"@cipherstash/protect": "workspace:*",
6970
"@cipherstash/schema": "workspace:*",
7071
"dotenv": "^16.4.7",
7172
"tsup": "catalog:repo",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)