@stordata/vsphere-soapify 1.0.20260127230950 → 1.0.20260202090316

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.
package/lib/all.spec.js CHANGED
@@ -6,7 +6,7 @@ const fs = require('fs'),
6
6
 
7
7
  // Load chai plugins
8
8
  before(function() {
9
- require('chai-datetime')(chai);
9
+ chai.use(require('chai-datetime'));
10
10
  });
11
11
 
12
12
  before(function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stordata/vsphere-soapify",
3
- "version":"1.0.20260127230950",
3
+ "version":"1.0.20260202090316",
4
4
  "description": "A NodeJS abstraction layer for the vSphere SOAP API",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@stordata/eslint-config": "1.0.20251113133120",
38
- "chai": "4.5.0",
38
+ "chai": "6.2.2",
39
39
  "chai-datetime": "1.8.1",
40
40
  "eslint": "8.57.0",
41
41
  "eslint-plugin-import": "2.29.1",
@@ -46,6 +46,6 @@
46
46
  "mockdate": "3.0.5",
47
47
  "nock": "13.5.6",
48
48
  "sinon": "21.0.1",
49
- "sinon-chai": "3.7.0"
49
+ "sinon-chai": "4.0.1"
50
50
  }
51
51
  }