@avalabs/vm-module-types 0.0.6 → 0.0.8

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,4 +1,4 @@
1
1
 
2
- > @avalabs/vm-module-types@0.0.6 lint /home/runner/work/vm-modules/vm-modules/packages/types
2
+ > @avalabs/vm-module-types@0.0.8 lint /home/runner/work/vm-modules/vm-modules/packages/types
3
3
  > eslint "src/**/*.ts"
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @avalabs/vm-module-types
2
2
 
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - d1d080f: test release
8
+
9
+ ## 0.0.7
10
+
11
+ ### Patch Changes
12
+
13
+ - bb98621: Move types to @avalabs/vm-module-types
14
+
3
15
  ## 0.0.6
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Overview
4
4
 
5
- This package exposes the types for the VM modules.
5
+ This package exposes the types for the VM modules
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/vm-module-types",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "main": "src/index.ts",
5
5
  "dependencies": {
6
6
  "zod": "3.23.8"