@comet/cms-api 9.0.0-canary-20260113132154 → 9.0.0-canary-20260119123708
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/cms-api",
|
|
3
|
-
"version": "9.0.0-canary-
|
|
3
|
+
"version": "9.0.0-canary-20260119123708",
|
|
4
4
|
"description": "Comet CMS API package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/api/cms-api",
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
"@mikro-orm/migrations": "^6.4.16",
|
|
63
63
|
"@mikro-orm/nestjs": "^6.1.1",
|
|
64
64
|
"@mikro-orm/postgresql": "^6.4.16",
|
|
65
|
-
"@nestjs/common": "^11.1.
|
|
66
|
-
"@nestjs/core": "^11.1.
|
|
67
|
-
"@nestjs/graphql": "^13.2.
|
|
65
|
+
"@nestjs/common": "^11.1.11",
|
|
66
|
+
"@nestjs/core": "^11.1.11",
|
|
67
|
+
"@nestjs/graphql": "^13.2.3",
|
|
68
68
|
"@nestjs/jwt": "^11.0.2",
|
|
69
|
-
"@nestjs/platform-express": "^11.1.
|
|
70
|
-
"@nestjs/testing": "^11.1.
|
|
69
|
+
"@nestjs/platform-express": "^11.1.11",
|
|
70
|
+
"@nestjs/testing": "^11.1.11",
|
|
71
71
|
"@sentry/node": "^9.37.0",
|
|
72
72
|
"@smithy/types": "^4.1.0",
|
|
73
73
|
"@types/draft-js": "^0.11.20",
|
|
@@ -91,15 +91,15 @@
|
|
|
91
91
|
"graphql": "^16.11.0",
|
|
92
92
|
"jest": "^29.7.0",
|
|
93
93
|
"jest-junit": "^16.0.0",
|
|
94
|
-
"nest-commander": "^3.
|
|
95
|
-
"npm-run-all2": "^8.0.
|
|
94
|
+
"nest-commander": "^3.20.1",
|
|
95
|
+
"npm-run-all2": "^8.0.4",
|
|
96
96
|
"prettier": "^3.6.2",
|
|
97
97
|
"reflect-metadata": "^0.2.2",
|
|
98
98
|
"rxjs": "^7.8.2",
|
|
99
|
-
"ts-jest": "^29.4.
|
|
99
|
+
"ts-jest": "^29.4.6",
|
|
100
100
|
"ts-node": "^10.9.2",
|
|
101
101
|
"typescript": "5.9.3",
|
|
102
|
-
"@comet/eslint-config": "9.0.0-canary-
|
|
102
|
+
"@comet/eslint-config": "9.0.0-canary-20260119123708"
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": {
|
|
105
105
|
"@kubernetes/client-node": "^1.0.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"lint": "run-p lint:prettier lint:eslint lint:tsc",
|
|
145
145
|
"lint:ci": "pnpm run lint",
|
|
146
146
|
"lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
|
|
147
|
-
"lint:prettier": "pnpm exec prettier --check '
|
|
147
|
+
"lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'",
|
|
148
148
|
"lint:tsc": "tsc --noEmit",
|
|
149
149
|
"test": "jest",
|
|
150
150
|
"test:watch": "jest --watch"
|