Commit 8d04442
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
2 files changed
+4
-84
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments