Skip to content

Commit

Permalink
Merge pull request #8 from yaacov/fix-vsphere-host-export
Browse files Browse the repository at this point in the history
Fix export of Host in vsphere type
  • Loading branch information
yaacov authored Nov 5, 2024
2 parents 55b1ed0 + 56c38c0 commit 9e346d6
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 9e346d6

Please sign in to comment.