@canton-network/core-splice-client
Advanced tools
+4
-4
| { | ||
| "name": "@canton-network/core-splice-client", | ||
| "version": "1.2.3", | ||
| "version": "1.3.1", | ||
| "type": "module", | ||
@@ -28,4 +28,4 @@ "description": "Typescript Client for the multiple Canton Network APIs", | ||
| "dependencies": { | ||
| "@canton-network/core-types": "^1.2.3", | ||
| "@canton-network/core-wallet-auth": "^1.2.3", | ||
| "@canton-network/core-types": "^1.3.1", | ||
| "@canton-network/core-wallet-auth": "^1.3.1", | ||
| "openapi-fetch": "^0.17.0", | ||
@@ -51,5 +51,5 @@ "uuid": "^14.0.0", | ||
| "type": "git", | ||
| "url": "git+https://github.com/canton-network/wallet-gateway.git", | ||
| "url": "git+https://github.com/canton-network/wallet.git", | ||
| "directory": "core/splice-client" | ||
| } | ||
| } |
524592
0