@avalabs/avalanche-module 0.0.16 → 0.0.17

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.16 build /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.17 build /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: ./src/index.ts
@@ -10,15 +10,15 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- "RawSimplePriceResponseSchema" and "SimplePriceResponseSchema" are imported from external module "@avalabs/vm-module-types" but never used in "dist/index.cjs".
14
13
  "RawSimplePriceResponseSchema" and "SimplePriceResponseSchema" are imported from external module "@avalabs/vm-module-types" but never used in "dist/index.js".
15
- CJS dist/index.cjs 8.61 KB
16
- CJS dist/index.cjs.map 38.07 KB
17
- CJS ⚡️ Build success in 2286ms
14
+ "RawSimplePriceResponseSchema" and "SimplePriceResponseSchema" are imported from external module "@avalabs/vm-module-types" but never used in "dist/index.cjs".
18
15
  ESM dist/index.js 8.01 KB
19
16
  ESM dist/index.js.map 38.07 KB
20
- ESM ⚡️ Build success in 2287ms
17
+ ESM ⚡️ Build success in 2175ms
18
+ CJS dist/index.cjs 8.61 KB
19
+ CJS dist/index.cjs.map 38.07 KB
20
+ CJS ⚡️ Build success in 2195ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 23420ms
22
+ DTS ⚡️ Build success in 22645ms
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.16 lint /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.17 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.16 test /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.17 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.91 s)
5
+ PASS src/handlers/get-network-fee.test.ts (25.672 s)
6
6
  get-network-fee
7
- ✓ should return fixed network fees (4 ms)
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.278 s
12
+ Time: 26.024 s
13
13
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @avalabs/avalanche-module
2
2
 
3
+ ## 0.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3590edf]
8
+ - @avalabs/vm-module-types@0.0.17
9
+
3
10
  ## 0.0.16
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@avalabs/avalanche-module",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
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.16",
9
+ "@avalabs/vm-module-types": "0.0.17",
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.2",
23
+ "@internal/utils": "0.0.3",
24
24
  "@internal/tsup-config": "0.0.1",
25
25
  "eslint-config-custom": "0.0.1"
26
26
  },