@avalabs/vm-module-types 0.0.0-refactor-params-20240711144718 → 0.0.0-refactor-params-20240711144842

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.
@@ -16,16 +16,16 @@
16
16
  CJS dist/index.cjs.map 51.00 B
17
17
  CJS dist/types.cjs.map 51.00 B
18
18
  CJS dist/chunk-ZEYSSEII.cjs.map 6.62 KB
19
- CJS ⚡️ Build success in 599ms
19
+ CJS ⚡️ Build success in 593ms
20
20
  ESM dist/index.js 195.00 B
21
21
  ESM dist/types.js 195.00 B
22
22
  ESM dist/chunk-NR7FSFOY.js 1.47 KB
23
23
  ESM dist/index.js.map 51.00 B
24
24
  ESM dist/types.js.map 51.00 B
25
25
  ESM dist/chunk-NR7FSFOY.js.map 6.62 KB
26
- ESM ⚡️ Build success in 600ms
26
+ ESM ⚡️ Build success in 594ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 7420ms
28
+ DTS ⚡️ Build success in 7341ms
29
29
  DTS dist/types.d.cts 11.47 KB
30
30
  DTS dist/index.d.cts 355.00 B
31
31
  DTS dist/types.d.ts 11.47 KB
package/CHANGELOG.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # @avalabs/vm-module-types
2
2
 
3
- ## 0.0.0-refactor-params-20240711144718
3
+ ## 0.0.0-refactor-params-20240711144842
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - cd97708: fix: build types package
8
+ - e0c3f2b: make module interface more consistent
8
9
 
9
10
  ## 0.0.11
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/vm-module-types",
3
- "version": "0.0.0-refactor-params-20240711144718",
3
+ "version": "0.0.0-refactor-params-20240711144842",
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
  "devDependencies": {
13
13
  "tsup": "7.2.0",
14
14
  "@internal/tsup-config": "0.0.1",
15
- "eslint-config-custom": "0.0.1"
15
+ "eslint-config-custom": "0.0.0-refactor-params-20240711144842"
16
16
  },
17
17
  "scripts": {
18
18
  "build": "tsup",