@avalabs/bitcoin-module 0.0.19 → 0.0.21

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @avalabs/bitcoin-module@0.0.19 build /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.21 build /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: ./src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.cjs 3.37 KB
14
- CJS dist/index.cjs.map 10.19 KB
15
- CJS ⚡️ Build success in 1091ms
16
- ESM dist/index.js 3.31 KB
17
- ESM dist/index.js.map 10.19 KB
18
- ESM ⚡️ Build success in 1092ms
19
13
  DTS Build start
20
- DTS ⚡️ Build success in 17872ms
21
- DTS dist/index.d.cts 1.02 KB
22
- DTS dist/index.d.ts 1.02 KB
14
+ CJS dist/index.cjs 277.92 KB
15
+ CJS dist/index.cjs.map 916.88 KB
16
+ CJS ⚡️ Build success in 17901ms
17
+ ESM dist/index.js 277.03 KB
18
+ ESM dist/index.js.map 916.88 KB
19
+ ESM ⚡️ Build success in 17902ms
20
+ DTS ⚡️ Build success in 25585ms
21
+ DTS dist/index.d.cts 1.25 KB
22
+ DTS dist/index.d.ts 1.25 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @avalabs/bitcoin-module@0.0.19 lint /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.21 lint /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
3
3
  > eslint "src/**/*.ts"
4
4
 
@@ -1,15 +1,16 @@
1
1
 
2
- > @avalabs/bitcoin-module@0.0.19 test /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.21 test /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
3
3
  > jest
4
4
 
5
- PASS src/handlers/get-transaction-history/convert-btc-transaction.test.ts (25.9 s)
5
+ PASS src/handlers/get-balances/get-balances.test.ts (35.723 s)
6
+ PASS src/handlers/get-transaction-history/convert-btc-transaction.test.ts
6
7
  PASS src/handlers/get-transaction-history/get-transaction-history.test.ts
8
+ PASS src/module.test.ts
7
9
  PASS src/utils/get-provider.test.ts
8
10
  PASS src/handlers/get-network-fee/get-network-fee.test.ts
9
- PASS src/module.test.ts
10
11
 
11
- Test Suites: 5 passed, 5 total
12
- Tests: 13 passed, 13 total
12
+ Test Suites: 6 passed, 6 total
13
+ Tests: 20 passed, 20 total
13
14
  Snapshots: 0 total
14
- Time: 35.583 s
15
+ Time: 43.146 s
15
16
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @avalabs/bitcoin-module
2
2
 
3
+ ## 0.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - @avalabs/vm-module-types@0.0.21
8
+
9
+ ## 0.0.20
10
+
11
+ ### Patch Changes
12
+
13
+ - 9bfa82d: Implement balance fetching for BitcoinModule
14
+ - Updated dependencies [9bfa82d]
15
+ - @avalabs/vm-module-types@0.0.20
16
+
3
17
  ## 0.0.19
4
18
 
5
19
  ### Patch Changes