@avalabs/evm-module 0.0.5 → 0.0.7

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.7 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 1317ms
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 1317ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 8382ms
20
+ DTS ⚡️ Build success in 8547ms
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.7 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.7 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.245 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.352 s
14
14
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @avalabs/evm-module
2
2
 
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - bb98621: Move types to @avalabs/vm-module-types
8
+ - Updated dependencies [bb98621]
9
+ - @avalabs/vm-module-types@0.0.7
10
+
11
+ ## 0.0.6
12
+
13
+ ### Patch Changes
14
+
15
+ - 1122704: test release
16
+ - Updated dependencies [1122704]
17
+ - @avalabs/vm-module-types@0.0.6
18
+
3
19
  ## 0.0.5
4
20
 
5
21
  ### 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.7",
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.7"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/bn.js": "5.1.5",