Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c081b02
pnpm build:all, pnpm test:all successful
alexmatson-da Aug 4, 2026
12acdc9
fix pnpm script:validate:packages
alexmatson-da Aug 4, 2026
fd1a631
cleanup
alexmatson-da Aug 4, 2026
498470f
ci changes
alexmatson-da Aug 4, 2026
877caa2
update docs
alexmatson-da Aug 4, 2026
7142ed9
merge main
alexmatson-da Aug 4, 2026
67aaf2d
drop generate from postinstall
alexmatson-da Aug 4, 2026
54a6d6d
fix docs script
alexmatson-da Aug 4, 2026
d5aacdf
fixes
alexmatson-da Aug 5, 2026
d5a3388
merge main
alexmatson-da Aug 5, 2026
df3f17e
remove yarnrc
alexmatson-da Aug 5, 2026
f9ad0d3
merge main
alexmatson-da Aug 7, 2026
ba19c59
go back to tsdown.base.ts
alexmatson-da Aug 7, 2026
671216a
update minor versions all
alexmatson-da Aug 7, 2026
59561a5
fix type error
alexmatson-da Aug 7, 2026
20a3fea
Test subset of wallet examples
alexmatson-da Aug 7, 2026
b39cafe
always upload logs
alexmatson-da Aug 7, 2026
de4cf6e
exclude node_modules from build artifact upload
alexmatson-da Aug 7, 2026
bb65ed2
add process.exit to all wallet scripts
alexmatson-da Aug 7, 2026
3693415
check private packages in publish
alexmatson-da Aug 7, 2026
6d1a186
update some docs
alexmatson-da Aug 7, 2026
fbd67c6
rerun generate all
alexmatson-da Aug 8, 2026
fb34c24
fix directory resolver for rpc-generator
alexmatson-da Aug 8, 2026
c5efd01
Merge branch 'alex/pnpm' into alex/pnpm-upgrades-1
alexmatson-da Aug 8, 2026
ca59bf4
add yarn migration instructions
alexmatson-da Aug 11, 2026
56d9463
merge main
alexmatson-da Aug 12, 2026
e5c7b8f
update
alexmatson-da Aug 12, 2026
2d9d59c
fix lockfile
alexmatson-da Aug 12, 2026
2c26628
update
alexmatson-da Aug 12, 2026
a6088fd
fix
alexmatson-da Aug 12, 2026
2076d26
update rpc client dep
alexmatson-da Aug 12, 2026
1506eff
Merge branch 'main' into alex/pnpm-upgrades-1
alexmatson-da Aug 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions core/acs-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"test:coverage": "vitest run --project node --project browser --coverage"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"openapi-typescript": "^7.13.0",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand All @@ -40,7 +40,7 @@
"@canton-network/core-types": "workspace:^",
"bignumber.js": "^9.3.1",
"dayjs": "^1.11.21",
"openapi-fetch": "^0.15.2",
"openapi-fetch": "^0.17.0",
"pino": "^10.3.1",
"typescript-lru-cache": "^2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions core/amulet-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"test:coverage": "vitest run --project node --project browser --coverage --passWithNoTests"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"openapi-typescript": "^7.13.0",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
6 changes: 3 additions & 3 deletions core/asyncapi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"test:coverage": "vitest run --project node --project browser --coverage --passWithNoTests"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"openapi-typescript": "^7.13.0",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
4 changes: 2 additions & 2 deletions core/daml-codegen-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"test:coverage": "vitest run --project node --project browser --coverage --passWithNoTests"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
6 changes: 3 additions & 3 deletions core/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@nx/eslint-plugin": "22.7.6",
"@nx/eslint-plugin": "22.7.8",
"eslint-plugin-headers": "^1.3.4",
"globals": "^17.7.0",
"typescript-eslint": "^8.63.0"
"globals": "^17.9.0",
"typescript-eslint": "^8.66.0"
},
"peerDependencies": {
"eslint": "^10.0.0"
Expand Down
6 changes: 3 additions & 3 deletions core/ledger-client-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"test:coverage": "vitest run --project node --project browser --coverage"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"openapi-typescript": "^7.13.0",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
6 changes: 3 additions & 3 deletions core/ledger-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"test:coverage": "vitest run --project node --project browser --coverage"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"openapi-typescript": "^7.13.0",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
8 changes: 4 additions & 4 deletions core/ledger-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"test:coverage": "vitest run --project node --project browser --coverage --passWithNoTests"
},
"devDependencies": {
"@swc/core": "^1.15.43",
"@types/node": "^25.9.4",
"@swc/core": "^1.15.47",
"@types/node": "^25.9.5",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"esbuild-plugin-replace": "^1.4.0",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
4 changes: 2 additions & 2 deletions core/provider-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion core/provider-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion core/rpc-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
6 changes: 3 additions & 3 deletions core/rpc-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@open-rpc/generator": "^2.1.1",
"@open-rpc/meta-schema": "^1.14.9",
"@open-rpc/typings": "^1.13.1",
"fs-extra": "^11.3.6",
"fs-extra": "^11.4.0",
"lodash": "^4.18.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.24",
"@types/node": "^25.9.4",
"@types/lodash": "^4.17.25",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@canton-network/core-eslint-config": "workspace:^",
"@types/isomorphic-fetch": "^0.0.39",
"@types/json-schema": "7.0.15",
"@types/lodash": "^4.17.24",
"@types/lodash": "^4.17.25",
"@types/ws": "^8.18.1",
"eslint": "^10.6.0",
"prettier": "3.9.4",
"tsdown": "^0.22.9",
"eslint": "^10.8.0",
"prettier": "3.9.6",
"tsdown": "^0.22.14",
"typedoc": "^0.28.20",
"typescript": "^5.9.3"
},
Expand Down
4 changes: 2 additions & 2 deletions core/rpc-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"devDependencies": {
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
4 changes: 2 additions & 2 deletions core/signing-blockdaemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@canton-network/core-wallet-auth": "workspace:^"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
10 changes: 5 additions & 5 deletions core/signing-dfns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"dependencies": {
"@canton-network/core-signing-lib": "workspace:^",
"@canton-network/core-wallet-auth": "workspace:^",
"@dfns/sdk": "^0.8.24",
"@dfns/sdk-keysigner": "^0.8.24",
"@dfns/sdk": "^0.8.28",
"@dfns/sdk-keysigner": "^0.8.28",
"lodash": "^4.18.1",
"pino": "^10.3.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/lodash": "^4.17.24",
"@types/node": "^25.9.4",
"@types/lodash": "^4.17.25",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
8 changes: 4 additions & 4 deletions core/signing-fireblocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@canton-network/core-wallet-auth": "workspace:^",
"@fireblocks/ts-sdk": "^13.0.0",
"async-mutex": "^0.5.0",
"fs-extra": "^11.3.6",
"fs-extra": "^11.4.0",
"lodash": "^4.18.1",
"pino": "^10.3.1",
"tweetnacl": "^1.0.3",
Expand All @@ -37,10 +37,10 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.24",
"@types/node": "^25.9.4",
"@types/lodash": "^4.17.25",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
8 changes: 4 additions & 4 deletions core/signing-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@canton-network/core-signing-lib": "workspace:^",
"@canton-network/core-signing-store-sql": "workspace:^",
"@canton-network/core-wallet-auth": "workspace:^",
"fs-extra": "^11.3.6",
"fs-extra": "^11.4.0",
"lodash": "^4.18.1",
"pino": "^10.3.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.24",
"@types/node": "^25.9.4",
"@types/lodash": "^4.17.25",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"typescript": "^5.9.3",
Expand Down
8 changes: 4 additions & 4 deletions core/signing-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
},
"dependencies": {
"@canton-network/core-wallet-auth": "workspace:^",
"fs-extra": "^11.3.6",
"fs-extra": "^11.4.0",
"lodash": "^4.18.1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.24",
"@types/node": "^25.9.4",
"@types/lodash": "^4.17.25",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
6 changes: 3 additions & 3 deletions core/signing-participant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.24",
"@types/node": "^25.9.4",
"@types/lodash": "^4.17.25",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
6 changes: 3 additions & 3 deletions core/signing-securosys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"dependencies": {
"@canton-network/core-signing-lib": "workspace:^",
"@canton-network/core-wallet-auth": "workspace:^",
"undici": "^7.24.5"
"undici": "^7.29.0"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
10 changes: 5 additions & 5 deletions core/signing-store-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"@canton-network/core-wallet-store": "workspace:^",
"better-sqlite3": "^12.11.1",
"commander": "^14.0.3",
"kysely": "^0.28.17",
"kysely": "^0.29.4",
"pg": "^8.22.0",
"pino": "^10.3.1",
"umzug": "^3.8.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@swc/core": "^1.15.43",
"@swc/core": "^1.15.47",
"@testcontainers/postgresql": "^11.14.0",
"@types/better-sqlite3": "^7.6.13",
"@types/pg": "^8.20.0",
"@types/pg": "^8.20.4",
"@vitest/coverage-v8": "^4.1.10",
"tsdown": "^0.22.9",
"tsx": "^4.23.0",
"tsdown": "^0.22.14",
"tsx": "^4.23.9",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
4 changes: 2 additions & 2 deletions core/splice-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
4 changes: 2 additions & 2 deletions core/splice-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"playwright": "^1.61.1",
"tsdown": "^0.22.9",
"playwright": "^1.62.1",
"tsdown": "^0.22.14",
"typescript": "^5.9.3",
"vitest": "^4.1.10"
},
Expand Down
Loading
Loading