@comet/cms-api 8.10.0-canary-20251204131245 → 8.10.0-canary-20251204165034
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comet/cms-api",
|
|
3
|
-
"version": "8.10.0-canary-
|
|
3
|
+
"version": "8.10.0-canary-20251204165034",
|
|
4
4
|
"description": "Comet CMS API package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/api/cms-api",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"ts-jest": "^29.4.0",
|
|
100
100
|
"ts-node": "^10.9.2",
|
|
101
101
|
"typescript": "5.9.3",
|
|
102
|
-
"@comet/eslint-config": "8.10.0-canary-
|
|
102
|
+
"@comet/eslint-config": "8.10.0-canary-20251204165034"
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": {
|
|
105
105
|
"@kubernetes/client-node": "^1.0.0",
|
|
@@ -142,6 +142,7 @@
|
|
|
142
142
|
"generate-schema": "ts-node generate-schema.ts",
|
|
143
143
|
"generate-schema:watch": "chokidar \"src/\" -c \"pnpm generate-schema\"",
|
|
144
144
|
"lint": "run-p lint:prettier lint:eslint lint:tsc",
|
|
145
|
+
"lint:ci": "pnpm run lint",
|
|
145
146
|
"lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
|
|
146
147
|
"lint:prettier": "pnpm exec prettier --check './**/*.{js,json,md,yml,yaml}'",
|
|
147
148
|
"lint:tsc": "tsc --noEmit",
|