Skip to content

Commit 092120c

Browse files
authored
Merge pull request #151 from cipherstash/hot-fix
fix(ci): race condition on publishing
2 parents 5da10ec + 5fc0150 commit 092120c

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

.changeset/petite-plums-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cipherstash/protect-dynamodb": minor
3+
---
4+
5+
Fix build and publish.

packages/protect-dynamodb/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,17 @@
3434
"release": "tsup"
3535
},
3636
"devDependencies": {
37-
"@aws-sdk/client-dynamodb": "^3.817.0",
38-
"@aws-sdk/lib-dynamodb": "^3.817.0",
37+
"@cipherstash/protect": "workspace:*",
3938
"dotenv": "^16.4.7",
4039
"tsup": "catalog:repo",
4140
"tsx": "catalog:repo",
4241
"typescript": "catalog:repo",
4342
"vitest": "catalog:repo"
4443
},
45-
"peerDependencies": {
46-
"@cipherstash/protect": "workspace:*"
47-
},
4844
"publishConfig": {
4945
"access": "public"
5046
},
5147
"dependencies": {
52-
"@byteslice/result": "^0.2.0",
53-
"zod": "^3.24.2"
48+
"@byteslice/result": "^0.2.0"
5449
}
5550
}

pnpm-lock.yaml

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)