@avalabs/avalanche-module 0.0.17 → 0.0.18

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/avalanche-module@0.0.17 build /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.18 build /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: ./src/index.ts
@@ -14,11 +14,11 @@
14
14
  "RawSimplePriceResponseSchema" and "SimplePriceResponseSchema" are imported from external module "@avalabs/vm-module-types" but never used in "dist/index.cjs".
15
15
  ESM dist/index.js 8.01 KB
16
16
  ESM dist/index.js.map 38.07 KB
17
- ESM ⚡️ Build success in 2175ms
17
+ ESM ⚡️ Build success in 2259ms
18
18
  CJS dist/index.cjs 8.61 KB
19
19
  CJS dist/index.cjs.map 38.07 KB
20
- CJS ⚡️ Build success in 2195ms
20
+ CJS ⚡️ Build success in 2259ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 22645ms
22
+ DTS ⚡️ Build success in 21393ms
23
23
  DTS dist/index.d.cts 1.24 KB
24
24
  DTS dist/index.d.ts 1.24 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @avalabs/avalanche-module@0.0.17 lint /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.18 lint /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
3
3
  > eslint "src/**/*.ts"
4
4
 
@@ -1,13 +1,13 @@
1
1
 
2
- > @avalabs/avalanche-module@0.0.17 test /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.18 test /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
3
3
  > jest
4
4
 
5
- PASS src/handlers/get-network-fee.test.ts (25.672 s)
5
+ PASS src/handlers/get-network-fee.test.ts (24.744 s)
6
6
  get-network-fee
7
7
  ✓ should return fixed network fees (20 ms)
8
8
 
9
9
  Test Suites: 1 passed, 1 total
10
10
  Tests: 1 passed, 1 total
11
11
  Snapshots: 0 total
12
- Time: 26.024 s
12
+ Time: 25.183 s
13
13
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @avalabs/avalanche-module
2
2
 
3
+ ## 0.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - @avalabs/vm-module-types@0.0.18
8
+
3
9
  ## 0.0.17
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@avalabs/avalanche-module",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
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.18",
10
10
  "@metamask/rpc-errors": "6.3.0",
11
11
  "@avalabs/utils-sdk": "v2.8.0-alpha.193",
12
12
  "@avalabs/etherscan-sdk": "v2.8.0-alpha.193",
@@ -20,7 +20,7 @@
20
20
  "ts-jest": "29.1.1",
21
21
  "tsup": "7.2.0",
22
22
  "@types/big.js": "6.2.2",
23
- "@internal/utils": "0.0.3",
23
+ "@internal/utils": "0.0.4",
24
24
  "@internal/tsup-config": "0.0.1",
25
25
  "eslint-config-custom": "0.0.1"
26
26
  },