@stordata/vsphere-soapify 1.0.20250930130936 → 1.0.20251002001206

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,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!--
3
+ Copyright 2005-2019 VMware, Inc. All rights reserved.
4
+ -->
5
+ <definitions targetNamespace="urn:vim25Service"
6
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
7
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
8
+ xmlns:interface="urn:vim25"
9
+ >
10
+ <import location="vim.wsdl" namespace="urn:vim25" />
11
+ <service name="VimService">
12
+ <port binding="interface:VimBinding" name="VimPort">
13
+ <soap:address location="https://localhost/sdk/vimService" />
14
+ </port>
15
+ </service>
16
+ </definitions>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version":"1.0.20250930130936",
3
+ "version":"1.0.20251002001206",
4
4
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -42,7 +42,7 @@
42
42
  "eslint-plugin-json": "3.1.0",
43
43
  "eslint-plugin-n": "16.6.2",
44
44
  "eslint-plugin-no-only-tests": "3.1.0",
45
- "mocha": "11.7.3",
45
+ "mocha": "11.7.4",
46
46
  "mockdate": "3.0.5",
47
47
  "nock": "13.5.6",
48
48
  "sinon": "21.0.0",