@canton-network/core-signing-blockdaemon 1.2.0 → 1.2.1
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ This package provides a signing driver for integrating the Wallet Gateway with [
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
This package is part of the
|
|
7
|
+
This package is part of the Wallet Gateway monorepo and is typically installed as a workspace dependency.
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
yarn add @canton-network/core-signing-blockdaemon
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canton-network/core-signing-blockdaemon",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Wallet Gateway signing driver for Blockdaemon",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"test:coverage": "vitest run --project node --project browser --coverage"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@canton-network/core-signing-lib": "^1.2.
|
|
27
|
-
"@canton-network/core-wallet-auth": "^1.2.
|
|
26
|
+
"@canton-network/core-signing-lib": "^1.2.1",
|
|
27
|
+
"@canton-network/core-wallet-auth": "^1.2.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^25.3.3",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|
|
44
|
-
"url": "git+https://github.com/
|
|
44
|
+
"url": "git+https://github.com/canton-network/wallet-gateway.git",
|
|
45
45
|
"directory": "core/signing-blockdaemon"
|
|
46
46
|
}
|
|
47
47
|
}
|