@avalabs/vm-module-types 0.0.20 → 0.0.21

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/vm-module-types@0.0.20 build /home/runner/work/vm-modules/vm-modules/packages/types
2
+ > @avalabs/vm-module-types@0.0.21 build /home/runner/work/vm-modules/vm-modules/packages/types
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/balance.ts, src/coingecko.ts, src/common.ts, src/index.ts, src/manifest.ts, src/module.ts, src/network-fee.ts, src/rpc.ts, src/token.ts, src/transaction-history.ts, src/transaction-simulation.ts
@@ -60,7 +60,7 @@ Generated an empty chunk: "chunk-7U2R34EQ".
60
60
  CJS dist/module.cjs.map 51.00 B
61
61
  CJS dist/network-fee.cjs.map 51.00 B
62
62
  CJS dist/rpc.cjs.map 51.00 B
63
- CJS ⚡️ Build success in 1281ms
63
+ CJS ⚡️ Build success in 1148ms
64
64
  ESM dist/chunk-7Y6UGMPZ.js 207.00 B
65
65
  ESM dist/chunk-H6ZZE5M7.js 1.18 KB
66
66
  ESM dist/chunk-P6AM7I3B.js 75.00 B
@@ -103,9 +103,9 @@ Generated an empty chunk: "chunk-7U2R34EQ".
103
103
  ESM dist/module.js.map 51.00 B
104
104
  ESM dist/network-fee.js.map 51.00 B
105
105
  ESM dist/rpc.js.map 51.00 B
106
- ESM ⚡️ Build success in 1307ms
106
+ ESM ⚡️ Build success in 1194ms
107
107
  DTS Build start
108
- DTS ⚡️ Build success in 9819ms
108
+ DTS ⚡️ Build success in 10740ms
109
109
  DTS dist/index.d.cts 1.43 KB
110
110
  DTS dist/coingecko.d.cts 1.09 KB
111
111
  DTS dist/module.d.cts 1.04 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @avalabs/vm-module-types@0.0.20 lint /home/runner/work/vm-modules/vm-modules/packages/types
2
+ > @avalabs/vm-module-types@0.0.21 lint /home/runner/work/vm-modules/vm-modules/packages/types
3
3
  > eslint "src/**/*.ts"
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @avalabs/vm-module-types
2
2
 
3
+ ## 0.0.21
4
+
3
5
  ## 0.0.20
4
6
 
5
7
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/vm-module-types",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",