@near-js/accounts
Advanced tools
Comparing version 1.3.0-next.9 to 1.3.0-next.10
@@ -53,3 +53,3 @@ import { FinalExecutionOutcome } from '@near-js/types'; | ||
*/ | ||
get2faDisableCleanupActions(cleanupContractBytes: Uint8Array): Promise<any[]>; | ||
get2faDisableCleanupActions(cleanupContractBytes: Uint8Array): Promise<import("@near-js/transactions").Action[]>; | ||
/** | ||
@@ -59,3 +59,3 @@ * Retrieves key conversion actions for disabling 2FA. | ||
*/ | ||
get2faDisableKeyConversionActions(): Promise<any[]>; | ||
get2faDisableKeyConversionActions(): Promise<import("@near-js/transactions").Action[]>; | ||
/** | ||
@@ -106,3 +106,3 @@ * This method converts LAKs back to FAKs, clears state and deploys an 'empty' contract (contractBytes param) | ||
signatureFor(): Promise<{ | ||
blockNumber: any; | ||
blockNumber: string; | ||
blockNumberSignature: string; | ||
@@ -109,0 +109,0 @@ }>; |
@@ -53,3 +53,3 @@ import { FinalExecutionOutcome } from '@near-js/types'; | ||
*/ | ||
get2faDisableCleanupActions(cleanupContractBytes: Uint8Array): Promise<any[]>; | ||
get2faDisableCleanupActions(cleanupContractBytes: Uint8Array): Promise<import("@near-js/transactions").Action[]>; | ||
/** | ||
@@ -59,3 +59,3 @@ * Retrieves key conversion actions for disabling 2FA. | ||
*/ | ||
get2faDisableKeyConversionActions(): Promise<any[]>; | ||
get2faDisableKeyConversionActions(): Promise<import("@near-js/transactions").Action[]>; | ||
/** | ||
@@ -106,3 +106,3 @@ * This method converts LAKs back to FAKs, clears state and deploys an 'empty' contract (contractBytes param) | ||
signatureFor(): Promise<{ | ||
blockNumber: any; | ||
blockNumber: string; | ||
blockNumberSignature: string; | ||
@@ -109,0 +109,0 @@ }>; |
{ | ||
"name": "@near-js/accounts", | ||
"version": "1.3.0-next.9", | ||
"version": "1.3.0-next.10", | ||
"description": "Classes encapsulating account-specific functionality", | ||
@@ -19,8 +19,8 @@ "main": "./lib/commonjs/index.cjs", | ||
"near-abi": "0.1.1", | ||
"@near-js/crypto": "1.4.0-next.9", | ||
"@near-js/providers": "1.0.0-next.9", | ||
"@near-js/signers": "0.2.0-next.9", | ||
"@near-js/transactions": "1.3.0-next.9", | ||
"@near-js/types": "1.0.0-next.9", | ||
"@near-js/utils": "1.0.0-next.9" | ||
"@near-js/crypto": "1.4.0-next.10", | ||
"@near-js/transactions": "1.3.0-next.10", | ||
"@near-js/providers": "1.0.0-next.10", | ||
"@near-js/signers": "0.2.0-next.10", | ||
"@near-js/types": "1.0.0-next.10", | ||
"@near-js/utils": "1.0.0-next.10" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
"typescript": "5.4.5", | ||
"@near-js/keystores": "0.2.0-next.9", | ||
"@near-js/keystores": "0.2.0-next.10", | ||
"build": "0.0.0", | ||
@@ -42,0 +42,0 @@ "tsconfig": "0.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288479
+ Added@near-js/crypto@1.4.0-next.10(transitive)
+ Added@near-js/keystores@0.2.0-next.10(transitive)
+ Added@near-js/providers@1.0.0-next.10(transitive)
+ Added@near-js/signers@0.2.0-next.10(transitive)
+ Added@near-js/transactions@1.3.0-next.10(transitive)
+ Added@near-js/types@1.0.0-next.10(transitive)
+ Added@near-js/utils@1.0.0-next.10(transitive)
- Removed@near-js/crypto@1.4.0-next.9(transitive)
- Removed@near-js/keystores@0.2.0-next.9(transitive)
- Removed@near-js/providers@1.0.0-next.9(transitive)
- Removed@near-js/signers@0.2.0-next.9(transitive)
- Removed@near-js/transactions@1.3.0-next.9(transitive)
- Removed@near-js/types@1.0.0-next.9(transitive)
- Removed@near-js/utils@1.0.0-next.9(transitive)
Updated@near-js/types@1.0.0-next.10
Updated@near-js/utils@1.0.0-next.10