@compilot/react-sdk 2.3.53-dev → 2.15.2-staging
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.
|
@@ -1095,7 +1095,7 @@ var useDisconnect = function useDisconnect() {
|
|
|
1095
1095
|
* functionName: "mintNFTGated",
|
|
1096
1096
|
* args: [account.address],
|
|
1097
1097
|
* userAddress: account.address,
|
|
1098
|
-
* chainId: EvmChainId.parse(chainId
|
|
1098
|
+
* chainId: EvmChainId.parse(chainId),
|
|
1099
1099
|
* });
|
|
1100
1100
|
*
|
|
1101
1101
|
* if (!signatureResponse.isAuthorized) {
|
|
@@ -1095,7 +1095,7 @@ var useDisconnect = function useDisconnect() {
|
|
|
1095
1095
|
* functionName: "mintNFTGated",
|
|
1096
1096
|
* args: [account.address],
|
|
1097
1097
|
* userAddress: account.address,
|
|
1098
|
-
* chainId: EvmChainId.parse(chainId
|
|
1098
|
+
* chainId: EvmChainId.parse(chainId),
|
|
1099
1099
|
* });
|
|
1100
1100
|
*
|
|
1101
1101
|
* if (!signatureResponse.isAuthorized) {
|
|
@@ -1092,7 +1092,7 @@ var useDisconnect = function useDisconnect() {
|
|
|
1092
1092
|
* functionName: "mintNFTGated",
|
|
1093
1093
|
* args: [account.address],
|
|
1094
1094
|
* userAddress: account.address,
|
|
1095
|
-
* chainId: EvmChainId.parse(chainId
|
|
1095
|
+
* chainId: EvmChainId.parse(chainId),
|
|
1096
1096
|
* });
|
|
1097
1097
|
*
|
|
1098
1098
|
* if (!signatureResponse.isAuthorized) {
|
|
@@ -47,7 +47,7 @@ export type TxAuthDataSignatureCallback = {
|
|
|
47
47
|
* functionName: "mintNFTGated",
|
|
48
48
|
* args: [account.address],
|
|
49
49
|
* userAddress: account.address,
|
|
50
|
-
* chainId: EvmChainId.parse(chainId
|
|
50
|
+
* chainId: EvmChainId.parse(chainId),
|
|
51
51
|
* });
|
|
52
52
|
*
|
|
53
53
|
* if (!signatureResponse.isAuthorized) {
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/react-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.2-staging",
|
|
4
4
|
"description": "ComPilot React SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"pino": "^9.5.0",
|
|
35
35
|
"zod": "^3.23.8",
|
|
36
|
-
"@compilot/web-sdk": "2.
|
|
37
|
-
"@nexeraid/identity-api-client": "2.
|
|
38
|
-
"@nexeraid/identity-schemas": "2.
|
|
39
|
-
"@nexeraid/logger": "2.
|
|
36
|
+
"@compilot/web-sdk": "2.15.2-staging",
|
|
37
|
+
"@nexeraid/identity-api-client": "2.15.1-staging",
|
|
38
|
+
"@nexeraid/identity-schemas": "2.16.0-staging",
|
|
39
|
+
"@nexeraid/logger": "2.15.1-staging"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": ">=17.0.0 <20.0.0"
|