@canton-network/core-wallet-store-inmemory 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,7 +119,6 @@ implementations.forEach(([name, StoreImpl]) => {
119
119
  test('should add, list, get, update, and remove networks', async () => {
120
120
  const ledgerApi = {
121
121
  baseUrl: 'http://api',
122
- adminGrpcUrl: 'http://grpc',
123
122
  };
124
123
  const auth = {
125
124
  identityProviderId: 'idp1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canton-network/core-wallet-store-inmemory",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "description": "In-memory implementation of the Store API",
6
6
  "repository": "github:hyperledger-labs/splice-wallet-kernel",
@@ -16,10 +16,10 @@
16
16
  "test": "yarn node --experimental-vm-modules $(yarn bin jest)"
17
17
  },
18
18
  "dependencies": {
19
- "@canton-network/core-ledger-client": "^0.11.0",
20
- "@canton-network/core-rpc-errors": "^0.3.0",
21
- "@canton-network/core-wallet-auth": "^0.6.0",
22
- "@canton-network/core-wallet-store": "^0.6.0",
19
+ "@canton-network/core-ledger-client": "^0.12.0",
20
+ "@canton-network/core-rpc-errors": "^0.4.0",
21
+ "@canton-network/core-wallet-auth": "^0.7.0",
22
+ "@canton-network/core-wallet-store": "^0.7.0",
23
23
  "pino": "^9.7.0",
24
24
  "zod": "^3.25.64"
25
25
  },