@avalabs/avalanche-module 0.0.0-testAvaInit-20240722145939 → 0.0.0-testAvaInit-20240722150335
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.
- package/.turbo/turbo-build.log +9 -9
- package/.turbo/turbo-test.log +3 -3
- package/CHANGELOG.md +2 -2
- package/dist/index.cjs +23 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -4
- package/dist/index.d.ts +0 -4
- package/dist/index.js +18 -19
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/module.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
13
|
[34mDTS[39m Build start
|
|
14
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m284.
|
|
15
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[32m283.
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m1.
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m284.57 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m942.58 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 13934ms
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m283.25 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m942.58 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 13938ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 19449ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m1.14 KB[39m
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.14 KB[39m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
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/get-network-fee.test.ts (
|
|
5
|
+
PASS src/handlers/get-network-fee/get-network-fee.test.ts (21.078 s)
|
|
6
6
|
get-network-fee
|
|
7
|
-
✓ should return fixed network fees (
|
|
7
|
+
✓ should return fixed network fees (41 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:
|
|
12
|
+
Time: 21.414 s
|
|
13
13
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @avalabs/avalanche-module
|
|
2
2
|
|
|
3
|
-
## 0.0.0-testAvaInit-
|
|
3
|
+
## 0.0.0-testAvaInit-20240722150335
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
- f39ff3a: Fixe internal dependencies
|
|
9
9
|
- 2bb0a1a: add getHashedBlockchainId util to avalanche module
|
|
10
10
|
- Updated dependencies [60d04c7]
|
|
11
|
-
- @avalabs/vm-module-types@0.0.0-testAvaInit-
|
|
11
|
+
- @avalabs/vm-module-types@0.0.0-testAvaInit-20240722150335
|
|
12
12
|
|
|
13
13
|
## 0.0.15
|
|
14
14
|
|