@avalabs/evm-module 0.0.5 → 0.0.6

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/evm-module@0.0.5 build /home/runner/work/vm-modules/vm-modules/packages/evm-module
2
+ > @avalabs/evm-module@0.0.6 build /home/runner/work/vm-modules/vm-modules/packages/evm-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 9.17 KB
14
14
  CJS dist/index.cjs.map 36.22 KB
15
- CJS ⚡️ Build success in 1258ms
15
+ CJS ⚡️ Build success in 1287ms
16
16
  ESM dist/index.js 8.54 KB
17
17
  ESM dist/index.js.map 36.22 KB
18
- ESM ⚡️ Build success in 1258ms
18
+ ESM ⚡️ Build success in 1284ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 8382ms
20
+ DTS ⚡️ Build success in 8240ms
21
21
  DTS dist/index.d.cts 612.00 B
22
22
  DTS dist/index.d.ts 612.00 B
@@ -1,4 +1,4 @@
1
1
 
2
- > @avalabs/evm-module@0.0.5 lint /home/runner/work/vm-modules/vm-modules/packages/evm-module
2
+ > @avalabs/evm-module@0.0.6 lint /home/runner/work/vm-modules/vm-modules/packages/evm-module
3
3
  > eslint "src/**/*.ts"
4
4
 
@@ -1,8 +1,8 @@
1
1
 
2
- > @avalabs/evm-module@0.0.5 test /home/runner/work/vm-modules/vm-modules/packages/evm-module
2
+ > @avalabs/evm-module@0.0.6 test /home/runner/work/vm-modules/vm-modules/packages/evm-module
3
3
  > jest
4
4
 
5
- PASS src/handlers/get-transaction-history/converters/evm-transaction-converter/get-transaction-from-glacier.test.ts (10.073 s)
5
+ PASS src/handlers/get-transaction-history/converters/evm-transaction-converter/get-transaction-from-glacier.test.ts (10.346 s)
6
6
  PASS src/handlers/get-transaction-history/converters/etherscan-transaction-converter/get-transaction-from-etherscan.test.ts
7
7
  PASS src/handlers/get-transaction-history/index.test.ts
8
8
  PASS src/handlers/get-network-fee.test.ts
@@ -10,5 +10,5 @@ PASS src/handlers/get-network-fee.test.ts
10
10
  Test Suites: 4 passed, 4 total
11
11
  Tests: 12 passed, 12 total
12
12
  Snapshots: 0 total
13
- Time: 11.187 s
13
+ Time: 11.25 s
14
14
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @avalabs/evm-module
2
2
 
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 1122704: test release
8
+ - Updated dependencies [1122704]
9
+ - @avalabs/vm-module-types@0.0.6
10
+
3
11
  ## 0.0.5
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/evm-module",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "@avalabs/glacier-sdk": "v2.8.0-alpha.187",
13
13
  "bn.js": "5.2.1",
14
14
  "lodash.startcase": "4.4.0",
15
- "@avalabs/vm-module-types": "0.0.3"
15
+ "@avalabs/vm-module-types": "0.0.6"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/bn.js": "5.1.5",