@layerzerolabs/lz-utilities
Advanced tools
Comparing version 2.0.12-tron-rc.2 to 2.0.12
@@ -15,3 +15,2 @@ import { SpawnOptions } from 'child_process'; | ||
declare function getEvmAccountFromMnemonic(mnemonic: string, path?: string): AccountMnemonic; | ||
declare function getTronAccountFromMnemonic(mnemonic: string, path?: string): AccountMnemonic; | ||
declare function getAptosAccountFromMnemonic(mnemonic: string, path?: string): AccountMnemonic; | ||
@@ -74,3 +73,3 @@ declare function getSolanaAccountFromMnemonic(mnemonic: string, path?: string): AccountMnemonic; | ||
declare function getProjectRootDir(cwd?: string): string; | ||
declare function isHttpServiceReachable(host: string, port: number, timeout: number, path?: string): Promise<boolean>; | ||
declare function isHttpServiceReachable(host: string, port: number, timeout: number): Promise<boolean>; | ||
declare function extractUrlInfo(url: string): { | ||
@@ -91,2 +90,2 @@ schema: 'http' | 'https'; | ||
export { type AccountMnemonic, CmdExecutor, type Deployment, createLogger, deploymentToEvmContract, dirname, extractUrlInfo, findDeployment, getAptosAccountFromMnemonic, getBIP044Path, getCircularReplacer, getEvmAccountFromMnemonic, getKeypairFromMnemonic, getLogger, getProjectPackageManager, getProjectRootDir, getSolanaAccountFromMnemonic, getTronAccountFromMnemonic, initLogger, isHttpServiceReachable, pkgroot, sleep }; | ||
export { type AccountMnemonic, CmdExecutor, type Deployment, createLogger, deploymentToEvmContract, dirname, extractUrlInfo, findDeployment, getAptosAccountFromMnemonic, getBIP044Path, getCircularReplacer, getEvmAccountFromMnemonic, getKeypairFromMnemonic, getLogger, getProjectPackageManager, getProjectRootDir, getSolanaAccountFromMnemonic, initLogger, isHttpServiceReachable, pkgroot, sleep }; |
{ | ||
"name": "@layerzerolabs/lz-utilities", | ||
"version": "2.0.12-tron-rc.2", | ||
"version": "2.0.12", | ||
"license": "BUSL-1.1", | ||
@@ -23,3 +23,3 @@ "exports": { | ||
"@ethersproject/providers": "^5.7.0", | ||
"@layerzerolabs/lz-definitions": "^2.0.12-tron-rc.2", | ||
"@layerzerolabs/lz-definitions": "^2.0.12", | ||
"@noble/hashes": "^1.3.2", | ||
@@ -38,4 +38,4 @@ "@solana/web3.js": "^1.87.6", | ||
"@jest/globals": "^29.7.0", | ||
"@layerzerolabs/tsup-config-next": "^2.0.12-tron-rc.2", | ||
"@layerzerolabs/typescript-config-next": "^2.0.12-tron-rc.2", | ||
"@layerzerolabs/tsup-config-next": "^2.0.12", | ||
"@layerzerolabs/typescript-config-next": "^2.0.12", | ||
"@types/glob": "^8.1.0", | ||
@@ -52,4 +52,3 @@ "@types/jest": "^29.5.10", | ||
"access": "public" | ||
}, | ||
"stableVersion": "2.0.10" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
87738
822
+ Added@types/node@22.13.1(transitive)
- Removed@types/node@22.13.4(transitive)