@vechain/sdk-core
Advanced tools
Comparing version 1.0.0-beta.24 to 1.0.0-beta.25
{ | ||
"name": "@vechain/sdk-core", | ||
"version": "1.0.0-beta.24", | ||
"version": "1.0.0-beta.25", | ||
"description": "Includes modules for fundamental operations like hashing and cryptography", | ||
@@ -44,4 +44,4 @@ "author": "vechain Foundation", | ||
"@types/elliptic": "^6.4.18", | ||
"@vechain/sdk-errors": "1.0.0-beta.24", | ||
"@vechain/sdk-logging": "1.0.0-beta.24", | ||
"@vechain/sdk-errors": "1.0.0-beta.25", | ||
"@vechain/sdk-logging": "1.0.0-beta.25", | ||
"bignumber.js": "^9.1.2", | ||
@@ -48,0 +48,0 @@ "blakejs": "^1.2.1", |
@@ -5,3 +5,3 @@ import * as bip39 from '@scure/bip39'; | ||
import { addressUtils } from '../address-utils'; | ||
import { InvalidHDNode } from '@vechain/sdk-errors'; | ||
import { InvalidHDNode, InvalidHDNodeMnemonic } from '@vechain/sdk-errors'; | ||
import { secp256k1 } from '../secp256k1'; | ||
@@ -13,3 +13,2 @@ import { wordlist } from '@scure/bip39/wordlists/english'; | ||
} from './types'; | ||
import { InvalidHDNodeMnemonic } from '../../../errors/src'; | ||
@@ -16,0 +15,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1043653
27716
+ Added@vechain/sdk-errors@1.0.0-beta.25(transitive)
+ Added@vechain/sdk-logging@1.0.0-beta.25(transitive)
- Removed@vechain/sdk-errors@1.0.0-beta.24(transitive)
- Removed@vechain/sdk-logging@1.0.0-beta.24(transitive)