@chevre/domain 24.0.0-alpha.53 → 24.0.0-alpha.55
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 +5 -7
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@motionpicture/coa-service": "9.6.0",
|
|
17
17
|
"@motionpicture/gmo-service": "5.4.0-alpha.1",
|
|
18
18
|
"@sendgrid/client": "8.1.4",
|
|
19
|
-
"@surfrock/sdk": "
|
|
19
|
+
"@surfrock/sdk": "2.0.0-alpha.0",
|
|
20
20
|
"debug": "^3.2.7",
|
|
21
21
|
"google-libphonenumber": "^3.2.18",
|
|
22
22
|
"http-status": "^1.5.0",
|
|
@@ -31,17 +31,15 @@
|
|
|
31
31
|
},
|
|
32
32
|
"description": "Chevre Domain Library for Node.js",
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@eslint/js": "
|
|
34
|
+
"@eslint/js": "9.39.4",
|
|
35
35
|
"@json2csv/plainjs": "7.0.6",
|
|
36
36
|
"@sendgrid/helpers": "8.0.0",
|
|
37
37
|
"@size-limit/preset-big-lib": "12.0.0",
|
|
38
38
|
"@types/debug": "0.0.30",
|
|
39
39
|
"@types/google-libphonenumber": "^7.4.19",
|
|
40
40
|
"@types/http-status": "^0.2.30",
|
|
41
|
-
"@types/json2csv": "^4.5.1",
|
|
42
41
|
"@types/jsonwebtoken": "9.0.1",
|
|
43
42
|
"@types/lodash.difference": "^4.5.6",
|
|
44
|
-
"@types/moment-timezone": "^0.5.30",
|
|
45
43
|
"@types/node": "22.19.7",
|
|
46
44
|
"@types/pug": "2.0.10",
|
|
47
45
|
"@types/uniqid": "^4.1.3",
|
|
@@ -53,10 +51,10 @@
|
|
|
53
51
|
"eslint": "9.39.2",
|
|
54
52
|
"googleapis": "^85.0.0",
|
|
55
53
|
"jose": "6.0.12",
|
|
56
|
-
"
|
|
54
|
+
"mongodb": "6.20.0",
|
|
57
55
|
"mongoose": "8.23.0",
|
|
58
56
|
"redis": "4.6.5",
|
|
59
|
-
"rimraf": "
|
|
57
|
+
"rimraf": "2.7.1",
|
|
60
58
|
"size-limit": "12.0.0",
|
|
61
59
|
"typescript": "5.6.3",
|
|
62
60
|
"typescript-eslint": "8.55.0",
|
|
@@ -99,5 +97,5 @@
|
|
|
99
97
|
"postversion": "git push origin --tags",
|
|
100
98
|
"prepublishOnly": "npm run clean && npm run build"
|
|
101
99
|
},
|
|
102
|
-
"version": "24.0.0-alpha.
|
|
100
|
+
"version": "24.0.0-alpha.55"
|
|
103
101
|
}
|