Skip to content

Commit

Permalink
Fix export of Host in vsphere type
Browse files Browse the repository at this point in the history
Signed-off-by: yaacov <[email protected]>
  • Loading branch information
yaacov committed Nov 5, 2024
1 parent 55b1ed0 commit 56c38c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubev2v/types",
"version": "0.0.19",
"version": "0.0.20",
"description": "Typescript interfaces and types for forklift-console-plugin",
"license": "Apache-2.0",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/types/provider/vsphere/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @index(['./*'], f => `export * from '${f.path}';`)
export * from './DataStore';
export * from './Host';
export * from './host';
export * from './host/index';
export * from './model';
export * from './Network';
export * from './Provider';
Expand Down

0 comments on commit 56c38c0

Please sign in to comment.