@avalabs/vm-module-types
Advanced tools
Comparing version 0.0.0-ops-build-types-package-20240710143624 to 0.0.0-ops-build-types-package-20240710172436
# @avalabs/vm-module-types | ||
## 0.0.0-ops-build-types-package-20240710143624 | ||
## 0.0.0-ops-build-types-package-20240710172436 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
import { z } from 'zod'; | ||
export { TestType } from './test-type.js'; | ||
@@ -3,0 +4,0 @@ declare enum TransactionType { |
{ | ||
"name": "@avalabs/vm-module-types", | ||
"version": "0.0.0-ops-build-types-package-20240710143624", | ||
"version": "0.0.0-ops-build-types-package-20240710172436", | ||
"main": "dist/index.cjs", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
@@ -206,1 +206,3 @@ import { object, string, boolean, z } from 'zod'; | ||
}; | ||
export type { TestType } from './test-type'; |
@@ -6,5 +6,4 @@ { | ||
"tsBuildInfoFile": ".tsbuildinfo", | ||
"composite": true | ||
}, | ||
"include": ["src"] | ||
} |
import { defineConfig } from 'tsup'; | ||
import { baseConfig } from '@internal/tsup-config'; | ||
export default defineConfig(baseConfig); | ||
export default defineConfig({ ...baseConfig, entry: ['src/*.ts'] }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46193
21
639
0