@chevre/domain 24.0.0-alpha.3 → 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.
- package/package.json +1 -6
package/package.json
CHANGED
|
@@ -41,12 +41,9 @@
|
|
|
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",
|
|
@@ -60,8 +57,6 @@
|
|
|
60
57
|
"mongoose": "8.0.4",
|
|
61
58
|
"redis": "4.6.5",
|
|
62
59
|
"rimraf": "^2.7.1",
|
|
63
|
-
"sinon": "4.5.0",
|
|
64
|
-
"sinon-mongoose": "^2.3.0",
|
|
65
60
|
"size-limit": "12.0.0",
|
|
66
61
|
"typescript": "5.6.3",
|
|
67
62
|
"typescript-eslint": "8.55.0",
|
|
@@ -104,5 +99,5 @@
|
|
|
104
99
|
"postversion": "git push origin --tags",
|
|
105
100
|
"prepublishOnly": "npm run clean && npm run build"
|
|
106
101
|
},
|
|
107
|
-
"version": "24.0.0-alpha.
|
|
102
|
+
"version": "24.0.0-alpha.4"
|
|
108
103
|
}
|