@chevre/domain 24.0.0-alpha.2 → 24.0.0-alpha.4

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.
Files changed (1) hide show
  1. package/package.json +2 -6
package/package.json CHANGED
@@ -41,15 +41,13 @@
41
41
  "@types/json2csv": "^4.5.1",
42
42
  "@types/jsonwebtoken": "9.0.1",
43
43
  "@types/lodash.difference": "^4.5.6",
44
- "@types/mocha": "10.0.7",
45
44
  "@types/moment-timezone": "^0.5.30",
46
45
  "@types/node": "22.19.7",
47
46
  "@types/pug": "2.0.10",
48
- "@types/sinon": "^4.3.3",
49
- "@types/sinon-mongoose": "^1.3.11",
50
47
  "@types/uniqid": "^4.1.3",
51
48
  "@types/uuid": "^3.4.10",
52
49
  "@vitest/coverage-v8": "4.0.18",
50
+ "@vitest/ui": "4.0.18",
53
51
  "csvtojson": "^2.0.10",
54
52
  "dependency-cruiser": "17.3.8",
55
53
  "eslint": "9.39.2",
@@ -59,8 +57,6 @@
59
57
  "mongoose": "8.0.4",
60
58
  "redis": "4.6.5",
61
59
  "rimraf": "^2.7.1",
62
- "sinon": "4.5.0",
63
- "sinon-mongoose": "^2.3.0",
64
60
  "size-limit": "12.0.0",
65
61
  "typescript": "5.6.3",
66
62
  "typescript-eslint": "8.55.0",
@@ -103,5 +99,5 @@
103
99
  "postversion": "git push origin --tags",
104
100
  "prepublishOnly": "npm run clean && npm run build"
105
101
  },
106
- "version": "24.0.0-alpha.2"
102
+ "version": "24.0.0-alpha.4"
107
103
  }