Skip to content

Commit 91bde72

Browse files
authored
Merge branch 'staging' into feat/418-wallet-orchestrator-retry-backoff
2 parents 27689f5 + 7887625 commit 91bde72

54 files changed

Lines changed: 6076 additions & 617 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"prisma": "^7.3.0",
6969
"source-map-support": "^0.5.21",
7070
"supertest": "^7.0.0",
71-
"ts-jest": "^29.2.5",
71+
"ts-jest": "^29.4.6",
7272
"ts-loader": "^9.5.2",
7373
"ts-node": "^10.9.2",
7474
"tsconfig-paths": "^4.2.0",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
allowBuilds:
2-
'@nestjs/core': set this to true or false
3-
'@prisma/engines': set this to true or false
4-
'@scarf/scarf': set this to true or false
5-
prisma: set this to true or false
6-
sodium-native: set this to true or false
7-
unrs-resolver: set this to true or false
2+
'@nestjs/core': true
3+
'@prisma/engines': true
4+
'@scarf/scarf': true
5+
prisma: true
6+
sodium-native: true
7+
unrs-resolver: true

0 commit comments

Comments
 (0)