@stordata/vsphere-soapify 1.0.20250317080923 → 1.0.20250319141254

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.
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:cf0dca7c-652c-4705-aef0-8641a0c1ae22",
4
+ "serialNumber": "urn:uuid:ff8a9c35-4213-45ff-9763-7befe5f4af68",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-03-17T08:09:06Z",
7
+ "timestamp": "2025-03-19T14:12:36Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -134,10 +134,10 @@
134
134
  },
135
135
  {
136
136
  "name": "@sinonjs/fake-timers",
137
- "version": "13.0.2",
138
- "purl": "pkg:npm/@sinonjs/fake-timers@13.0.2",
137
+ "version": "13.0.5",
138
+ "purl": "pkg:npm/@sinonjs/fake-timers@13.0.5",
139
139
  "type": "library",
140
- "bom-ref": "pkg:npm/@sinonjs/fake-timers@13.0.2"
140
+ "bom-ref": "pkg:npm/@sinonjs/fake-timers@13.0.5"
141
141
  },
142
142
  {
143
143
  "name": "@sinonjs/samsam",
@@ -1898,10 +1898,10 @@
1898
1898
  },
1899
1899
  {
1900
1900
  "name": "sinon",
1901
- "version": "19.0.2",
1902
- "purl": "pkg:npm/sinon@19.0.2",
1901
+ "version": "19.0.3",
1902
+ "purl": "pkg:npm/sinon@19.0.3",
1903
1903
  "type": "library",
1904
- "bom-ref": "pkg:npm/sinon@19.0.2"
1904
+ "bom-ref": "pkg:npm/sinon@19.0.3"
1905
1905
  },
1906
1906
  {
1907
1907
  "name": "sinon-chai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version":"1.0.20250317080923",
3
+ "version":"1.0.20250319141254",
4
4
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "mocha": "11.1.0",
46
46
  "mockdate": "3.0.5",
47
47
  "nock": "13.5.6",
48
- "sinon": "19.0.2",
48
+ "sinon": "19.0.3",
49
49
  "sinon-chai": "3.7.0"
50
50
  }
51
51
  }