@tatumio/bch 2.0.1-alpha.310 → 2.0.1-alpha.310-fix-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 +8 -8
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,20 +1,20 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@tatumio/bch",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "2.0.1-alpha.310",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "2.0.1-alpha.310-fix-1",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "license": "MIT",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "main": "./src/index.js",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "typings": "./src/index.d.ts",
         
     | 
| 
       7 
7 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       8 
     | 
    
         
            -
                "@tatumio/shared-testing-common": "2.0.1-alpha.310",
         
     | 
| 
       9 
     | 
    
         
            -
                "@tatumio/api-client": "2.0.1-alpha.310",
         
     | 
| 
      
 8 
     | 
    
         
            +
                "@tatumio/shared-testing-common": "2.0.1-alpha.310-fix-1",
         
     | 
| 
      
 9 
     | 
    
         
            +
                "@tatumio/api-client": "2.0.1-alpha.310-fix-1",
         
     | 
| 
       10 
10 
     | 
    
         
             
                "axios": "^0.26.0",
         
     | 
| 
       11 
11 
     | 
    
         
             
                "form-data": "^4.0.0",
         
     | 
| 
       12 
     | 
    
         
            -
                "@tatumio/shared-testing-btc-based": "2.0.1-alpha.310",
         
     | 
| 
       13 
     | 
    
         
            -
                "@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.310",
         
     | 
| 
       14 
     | 
    
         
            -
                "@tatumio/shared-abstract-sdk": "2.0.1-alpha.310",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "@tatumio/shared-testing-btc-based": "2.0.1-alpha.310-fix-1",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "@tatumio/shared-blockchain-btc-based": "2.0.1-alpha.310-fix-1",
         
     | 
| 
      
 14 
     | 
    
         
            +
                "@tatumio/shared-abstract-sdk": "2.0.1-alpha.310-fix-1",
         
     | 
| 
       15 
15 
     | 
    
         
             
                "bignumber.js": "^9.0.2",
         
     | 
| 
       16 
     | 
    
         
            -
                "@tatumio/shared-core": "2.0.1-alpha.310",
         
     | 
| 
       17 
     | 
    
         
            -
                "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.310",
         
     | 
| 
      
 16 
     | 
    
         
            +
                "@tatumio/shared-core": "2.0.1-alpha.310-fix-1",
         
     | 
| 
      
 17 
     | 
    
         
            +
                "@tatumio/shared-blockchain-abstract": "2.0.1-alpha.310-fix-1",
         
     | 
| 
       18 
18 
     | 
    
         
             
                "bip32": "^2.0.5",
         
     | 
| 
       19 
19 
     | 
    
         
             
                "bip39": "^3.0.2",
         
     | 
| 
       20 
20 
     | 
    
         
             
                "bitcoinjs-lib": "^5.2.0",
         
     |