@twin.org/wallet-connector-entity-storage 0.0.3-next.2 → 0.0.3-next.3
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/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/wallet-connector-entity-storage - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.3](https://github.com/twinfoundation/wallet/compare/wallet-connector-entity-storage-v0.0.3-next.2...wallet-connector-entity-storage-v0.0.3-next.3) (2026-03-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **wallet-connector-entity-storage:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/wallet-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.2](https://github.com/twinfoundation/wallet/compare/wallet-connector-entity-storage-v0.0.3-next.1...wallet-connector-entity-storage-v0.0.3-next.2) (2026-02-25)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -64,7 +64,7 @@ The class name of the component.
|
|
|
64
64
|
|
|
65
65
|
### fundAddress()
|
|
66
66
|
|
|
67
|
-
> **fundAddress**(`identity`, `address`, `timeoutInSeconds
|
|
67
|
+
> **fundAddress**(`identity`, `address`, `timeoutInSeconds?`): `Promise`\<`bigint`\>
|
|
68
68
|
|
|
69
69
|
Fund the wallet from the faucet.
|
|
70
70
|
|
|
@@ -82,7 +82,7 @@ The identity of the user to access the vault keys.
|
|
|
82
82
|
|
|
83
83
|
The hex encoded address of the address to fund.
|
|
84
84
|
|
|
85
|
-
##### timeoutInSeconds
|
|
85
|
+
##### timeoutInSeconds?
|
|
86
86
|
|
|
87
87
|
`number` = `60`
|
|
88
88
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/wallet-connector-entity-storage",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.3",
|
|
4
4
|
"description": "Wallet connector implementation using entity storage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@twin.org/entity-storage-models": "next",
|
|
21
21
|
"@twin.org/nameof": "next",
|
|
22
22
|
"@twin.org/vault-models": "next",
|
|
23
|
-
"@twin.org/wallet-models": "0.0.3-next.
|
|
23
|
+
"@twin.org/wallet-models": "0.0.3-next.3"
|
|
24
24
|
},
|
|
25
25
|
"main": "./dist/es/index.js",
|
|
26
26
|
"types": "./dist/types/index.d.ts",
|