@settlemint/sdk-portal 2.6.2-prfaedf028 → 2.6.2-prfbf0f95e
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
- [Classes](#classes)
|
|
42
42
|
- [WalletVerificationChallengeError](#walletverificationchallengeerror)
|
|
43
43
|
- [Interfaces](#interfaces)
|
|
44
|
-
- [HandleWalletVerificationChallengeOptions
|
|
44
|
+
- [HandleWalletVerificationChallengeOptions](#handlewalletverificationchallengeoptions)
|
|
45
45
|
- [Transaction](#transaction)
|
|
46
46
|
- [TransactionEvent](#transactionevent)
|
|
47
47
|
- [TransactionReceipt](#transactionreceipt)
|
|
@@ -828,7 +828,7 @@ Custom error class for challenge-related errors
|
|
|
828
828
|
|
|
829
829
|
### Interfaces
|
|
830
830
|
|
|
831
|
-
#### HandleWalletVerificationChallengeOptions
|
|
831
|
+
#### HandleWalletVerificationChallengeOptions
|
|
832
832
|
|
|
833
833
|
Defined in: [sdk/portal/src/utils/wallet-verification-challenge.ts:70](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/portal/src/utils/wallet-verification-challenge.ts#L70)
|
|
834
834
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/sdk-portal",
|
|
3
3
|
"description": "Portal API client module for SettleMint SDK, providing access to smart contract portal services and APIs",
|
|
4
|
-
"version": "2.6.2-
|
|
4
|
+
"version": "2.6.2-prfbf0f95e",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
7
|
"license": "FSL-1.1-MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsdown",
|
|
44
|
-
"dev": "tsdown --watch",
|
|
44
|
+
"dev": "tsdown --watch ./src",
|
|
45
45
|
"publint": "publint run --strict",
|
|
46
46
|
"attw": "attw --pack .",
|
|
47
47
|
"test": "bun test",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"gql.tada": "^1",
|
|
61
61
|
"graphql-ws": "^6",
|
|
62
|
-
"@settlemint/sdk-utils": "2.6.2-
|
|
62
|
+
"@settlemint/sdk-utils": "2.6.2-prfbf0f95e",
|
|
63
63
|
"graphql-request": "^7",
|
|
64
64
|
"zod": "^4"
|
|
65
65
|
},
|