@stordata/vsphere-soapify
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -37,3 +37,3 @@ 'use strict'; | ||
* | ||
* Normally you wouldn't use this method directly, bu rather one of the getter for core managed objects, then | ||
* Normally you wouldn't use this method directly, but rather one of the getter for core managed objects, then | ||
* call managed methods directly on the managed object. This method is however exposed for convenience, or if | ||
@@ -45,3 +45,3 @@ * the call you're interested in isn't modelled by the library yet. | ||
getClient() { | ||
const wsdl = `${__dirname}/wsdl/5.5/vimService.wsdl`; | ||
const wsdl = `${__dirname}/wsdl/6.5/vimService.wsdl`; | ||
@@ -48,0 +48,0 @@ return this._cache('client', () => soap.createClientAsync(wsdl, { endpoint: this.url, ...this.options })); |
@@ -255,3 +255,11 @@ 'use strict'; | ||
HostFibreChannelHba: require('./HostFibreChannelHba'), | ||
HostParallelScsiHba: require('./HostParallelScsiHba') | ||
HostParallelScsiHba: require('./HostParallelScsiHba'), | ||
HostProtocolEndpoint: require('./HostProtocolEndpoint'), | ||
HostVvolVolume: require('./HostVvolVolume'), | ||
VASAStorageArray: require('./VASAStorageArray'), | ||
VVolHostPE: require('./VVolHostPE'), | ||
VimVasaProvider: require('./VimVasaProvider'), | ||
VimVasaProviderInfo: require('./VimVasaProviderInfo'), | ||
VimVasaProviderStatePerArray: require('./VimVasaProviderStatePerArray'), | ||
VvolDatastoreInfo: require('./VvolDatastoreInfo') | ||
}; |
{ | ||
"name": "@stordata/vsphere-soapify", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "A NodeJS abstraction layer for the vSphere SOAP API", | ||
@@ -30,12 +30,12 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "1.6.8", | ||
"debug": "4.3.4", | ||
"axios": "1.7.7", | ||
"debug": "4.3.7", | ||
"lodash": "4.17.21", | ||
"soap": "1.0.3", | ||
"tough-cookie": "4.1.4" | ||
"soap": "1.1.6", | ||
"tough-cookie": "5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@stordata/eslint-config": "1.0.20240319090901", | ||
"chai": "4.4.1", | ||
"chai-datetime": "1.8.0", | ||
"chai": "4.5.0", | ||
"chai-datetime": "1.8.1", | ||
"eslint": "8.57.0", | ||
@@ -46,8 +46,8 @@ "eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-no-only-tests": "3.1.0", | ||
"mocha": "10.4.0", | ||
"mocha": "10.8.2", | ||
"mockdate": "3.0.5", | ||
"nock": "13.5.4", | ||
"sinon": "17.0.2", | ||
"nock": "13.5.6", | ||
"sinon": "19.0.2", | ||
"sinon-chai": "3.7.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
6563432
332
22535
+ Added@xmldom/is-dom-node@1.0.1(transitive)
+ Addedaxios@1.7.7(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedms@2.1.3(transitive)
+ Addedsoap@1.1.6(transitive)
+ Addedtldts@6.1.84(transitive)
+ Addedtldts-core@6.1.84(transitive)
+ Addedtough-cookie@5.0.0(transitive)
+ Addedwhatwg-mimetype@4.0.0(transitive)
+ Addedxml-crypto@6.0.0(transitive)
+ Addedxpath@0.0.33(transitive)
- Removedaxios@1.6.8(transitive)
- Removeddebug@4.3.4(transitive)
- Removedms@2.1.2(transitive)
- Removedpsl@1.15.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedquerystringify@2.2.0(transitive)
- Removedrequires-port@1.0.0(transitive)
- Removedsoap@1.0.3(transitive)
- Removedtough-cookie@4.1.4(transitive)
- Removeduniversalify@0.2.0(transitive)
- Removedurl-parse@1.5.10(transitive)
- Removeduuid@8.3.2(transitive)
- Removedwhatwg-mimetype@3.0.0(transitive)
- Removedxml-crypto@3.2.0(transitive)
- Removedxpath@0.0.32(transitive)
Updatedaxios@1.7.7
Updateddebug@4.3.7
Updatedsoap@1.1.6
Updatedtough-cookie@5.0.0