@avalabs/bitcoin-module 0.0.21 → 0.0.23

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.21 build /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.23 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 10.20 KB
14
+ CJS dist/index.cjs.map 36.40 KB
15
+ CJS ⚡️ Build success in 1672ms
16
+ ESM dist/index.js 9.79 KB
17
+ ESM dist/index.js.map 36.40 KB
18
+ ESM ⚡️ Build success in 1676ms
13
19
  DTS Build start
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
20
+ DTS ⚡️ Build success in 24466ms
21
+ DTS dist/index.d.cts 1.40 KB
22
+ DTS dist/index.d.ts 1.40 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @avalabs/bitcoin-module@0.0.21 lint /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.23 lint /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
3
3
  > eslint "src/**/*.ts"
4
4
 
@@ -1,8 +1,8 @@
1
1
 
2
- > @avalabs/bitcoin-module@0.0.21 test /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.23 test /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
3
3
  > jest
4
4
 
5
- PASS src/handlers/get-balances/get-balances.test.ts (35.723 s)
5
+ PASS src/handlers/get-balances/get-balances.test.ts (33.52 s)
6
6
  PASS src/handlers/get-transaction-history/convert-btc-transaction.test.ts
7
7
  PASS src/handlers/get-transaction-history/get-transaction-history.test.ts
8
8
  PASS src/module.test.ts
@@ -12,5 +12,5 @@ PASS src/handlers/get-network-fee/get-network-fee.test.ts
12
12
  Test Suites: 6 passed, 6 total
13
13
  Tests: 20 passed, 20 total
14
14
  Snapshots: 0 total
15
- Time: 43.146 s
15
+ Time: 40.598 s
16
16
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @avalabs/bitcoin-module
2
2
 
3
+ ## 0.0.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fbdefd2]
8
+ - @avalabs/vm-module-types@0.0.23
9
+
10
+ ## 0.0.22
11
+
12
+ ### Patch Changes
13
+
14
+ - @avalabs/vm-module-types@0.0.22
15
+
3
16
  ## 0.0.21
4
17
 
5
18
  ### Patch Changes