@stordata/vsphere-soapify 0.0.37 → 0.0.38

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.
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ const HostTargetTransport = require('./HostTargetTransport');
4
+
5
+ module.exports = class HostSerialAttachedTargetTransport extends HostTargetTransport {};
@@ -260,5 +260,6 @@ module.exports = {
260
260
  VimVasaProvider: require('./VimVasaProvider'),
261
261
  VimVasaProviderInfo: require('./VimVasaProviderInfo'),
262
262
  VimVasaProviderStatePerArray: require('./VimVasaProviderStatePerArray'),
263
- VvolDatastoreInfo: require('./VvolDatastoreInfo')
263
+ VvolDatastoreInfo: require('./VvolDatastoreInfo'),
264
+ HostSerialAttachedTargetTransport: require('./HostSerialAttachedTargetTransport')
264
265
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
5
5
  "main": "index.js",
6
6
  "scripts": {