@tatumio/celo 2.0.1-alpha.379 → 2.0.1-alpha.379.1

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/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@tatumio/celo",
3
- "version": "2.0.1-alpha.379",
3
+ "version": "2.0.1-alpha.379.1",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "@tatumio/shared-abstract-sdk": "2.0.1-alpha.379",
9
- "@tatumio/api-client": "2.0.1-alpha.379",
8
+ "@tatumio/shared-abstract-sdk": "2.0.1-alpha.379.1",
9
+ "@tatumio/api-client": "2.0.1-alpha.379.1",
10
10
  "axios": "^0.26.0",
11
11
  "form-data": "^4.0.0",
12
- "@tatumio/shared-testing-common": "2.0.1-alpha.379",
12
+ "@tatumio/shared-testing-common": "2.0.1-alpha.379.1",
13
13
  "bignumber.js": "^9.0.2",
14
14
  "lodash": "^4.17.21",
15
- "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.379",
16
- "@tatumio/shared-core": "2.0.1-alpha.379",
17
- "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.379",
15
+ "@tatumio/shared-blockchain-evm-based": "2.0.1-alpha.379.1",
16
+ "@tatumio/shared-core": "2.0.1-alpha.379.1",
17
+ "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.379.1",
18
18
  "ethereumjs-wallet": "^1.0.2",
19
19
  "bip39": "^3.0.2",
20
20
  "web3": "^1.7.4",
21
21
  "web3-core": "^1.7.4",
22
22
  "web3-utils": "^1.7.4",
23
- "@tatumio/shared-testing-evm-based": "2.0.1-alpha.379",
23
+ "@tatumio/shared-testing-evm-based": "2.0.1-alpha.379.1",
24
24
  "@celo-tools/celo-ethers-wrapper": "^0.1.0",
25
25
  "tslib": "^2.0.0"
26
26
  },
@@ -238,7 +238,7 @@ export declare const TatumCeloSDK: (args: SDKArguments) => {
238
238
  generateAddressFromPrivateKey(privateKey: string): string;
239
239
  generateWallet(mnemonic?: string, options?: {
240
240
  testnet: boolean;
241
- }): Promise<import("@tatumio/api-client").Wallet>;
241
+ }): Promise<Required<import("@tatumio/api-client").Wallet>>;
242
242
  };
243
243
  custodialManagedWallet: {
244
244
  transfer: typeof import("@tatumio/api-client").CustodialManagedWalletsService.custodialTransferManagedAddress;