@avalabs/avalanche-module 0.0.0-test-changeset1-20240714230430 → 0.0.0-testAvaInit-20240722142403

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.12 build /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.15 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,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.cjs 1.50 KB
14
- CJS dist/index.cjs.map 4.25 KB
15
- CJS ⚡️ Build success in 431ms
16
- ESM dist/index.js 1.47 KB
17
- ESM dist/index.js.map 4.25 KB
18
- ESM ⚡️ Build success in 438ms
19
13
  DTS Build start
20
- DTS ⚡️ Build success in 7483ms
21
- DTS dist/index.d.cts 752.00 B
22
- DTS dist/index.d.ts 752.00 B
14
+ CJS dist/index.cjs 284.60 KB
15
+ CJS dist/index.cjs.map 942.39 KB
16
+ CJS ⚡️ Build success in 13721ms
17
+ ESM dist/index.js 283.27 KB
18
+ ESM dist/index.js.map 942.39 KB
19
+ ESM ⚡️ Build success in 13721ms
20
+ DTS ⚡️ Build success in 18113ms
21
+ DTS dist/index.d.cts 1.14 KB
22
+ DTS dist/index.d.ts 1.14 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @avalabs/avalanche-module@0.0.12 lint /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.15 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.12 test /home/runner/work/vm-modules/vm-modules/packages/avalanche-module
2
+ > @avalabs/avalanche-module@0.0.15 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 (11.32 s)
5
+ PASS src/handlers/get-network-fee/get-network-fee.test.ts (20.376 s)
6
6
  get-network-fee
7
- ✓ should return fixed network fees (4 ms)
7
+ ✓ should return fixed network fees (29 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: 11.549 s
12
+ Time: 20.768 s
13
13
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,33 @@
1
1
  # @avalabs/avalanche-module
2
2
 
3
- ## 0.0.0-test-changeset1-20240714230430
3
+ ## 0.0.0-testAvaInit-20240722142403
4
+
5
+ ### Patch Changes
6
+
7
+ - 60d04c7: Add getBalances to avalanche-module
8
+ - f39ff3a: Fixe internal dependencies
9
+ - 2bb0a1a: add getHashedBlockchainId util to avalanche module
10
+ - Updated dependencies [60d04c7]
11
+ - @avalabs/vm-module-types@0.0.0-testAvaInit-20240722142403
12
+
13
+ ## 0.0.15
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [f536d58]
18
+ - @avalabs/vm-module-types@0.0.15
19
+ - @internal/utils@0.0.3
20
+
21
+ ## 0.0.14
22
+
23
+ ### Patch Changes
24
+
25
+ - 0593258: add getBalances to evm-module
26
+ - Updated dependencies [0593258]
27
+ - @avalabs/vm-module-types@0.0.14
28
+ - @internal/utils@0.0.2
29
+
30
+ ## 0.0.13
4
31
 
5
32
  ### Patch Changes
6
33
 
@@ -8,7 +35,7 @@
8
35
  - d9fa0f5: added getNetworkFee to avalanche module
9
36
  - Updated dependencies [af68c81]
10
37
  - Updated dependencies [d9fa0f5]
11
- - @avalabs/vm-module-types@0.0.0-test-changeset1-20240714230430
38
+ - @avalabs/vm-module-types@0.0.13
12
39
 
13
40
  ## 0.0.12
14
41