@avalabs/bitcoin-module 0.0.17 → 0.0.19

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.17 build /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.19 build /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: ./src/index.ts
@@ -12,11 +12,11 @@
12
12
  ESM Build start
13
13
  CJS dist/index.cjs 3.37 KB
14
14
  CJS dist/index.cjs.map 10.19 KB
15
- CJS ⚡️ Build success in 1281ms
15
+ CJS ⚡️ Build success in 1091ms
16
16
  ESM dist/index.js 3.31 KB
17
17
  ESM dist/index.js.map 10.19 KB
18
- ESM ⚡️ Build success in 1281ms
18
+ ESM ⚡️ Build success in 1092ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 17311ms
20
+ DTS ⚡️ Build success in 17872ms
21
21
  DTS dist/index.d.cts 1.02 KB
22
22
  DTS dist/index.d.ts 1.02 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @avalabs/bitcoin-module@0.0.17 lint /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.19 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.17 test /home/runner/work/vm-modules/vm-modules/packages/bitcoin-module
2
+ > @avalabs/bitcoin-module@0.0.19 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 (26.349 s)
5
+ PASS src/handlers/get-transaction-history/convert-btc-transaction.test.ts (25.9 s)
6
6
  PASS src/handlers/get-transaction-history/get-transaction-history.test.ts
7
7
  PASS src/utils/get-provider.test.ts
8
8
  PASS src/handlers/get-network-fee/get-network-fee.test.ts
@@ -11,5 +11,5 @@ PASS src/module.test.ts
11
11
  Test Suites: 5 passed, 5 total
12
12
  Tests: 13 passed, 13 total
13
13
  Snapshots: 0 total
14
- Time: 35.1 s
14
+ Time: 35.583 s
15
15
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @avalabs/bitcoin-module
2
2
 
3
+ ## 0.0.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5af458b]
8
+ - @avalabs/vm-module-types@0.0.19
9
+
10
+ ## 0.0.18
11
+
12
+ ### Patch Changes
13
+
14
+ - @avalabs/vm-module-types@0.0.18
15
+
3
16
  ## 0.0.17
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@avalabs/bitcoin-module",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "type": "module",
8
8
  "dependencies": {
9
- "@avalabs/vm-module-types": "0.0.17",
9
+ "@avalabs/vm-module-types": "0.0.19",
10
10
  "@avalabs/wallets-sdk": "2.8.0-alpha.188",
11
11
  "@metamask/rpc-errors": "6.3.0"
12
12
  },