@comet/cms-api 9.0.0-beta.1 → 9.0.0-beta.2
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-beta.
|
|
3
|
+
"version": "9.0.0-beta.2",
|
|
4
4
|
"description": "Comet CMS API package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/api/cms-api",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"ts-jest": "^29.4.6",
|
|
102
102
|
"ts-node": "^10.9.2",
|
|
103
103
|
"typescript": "^5.9.3",
|
|
104
|
-
"@comet/eslint-config": "9.0.0-beta.
|
|
104
|
+
"@comet/eslint-config": "9.0.0-beta.2"
|
|
105
105
|
},
|
|
106
106
|
"peerDependencies": {
|
|
107
107
|
"@kubernetes/client-node": "^1.0.0",
|
|
@@ -146,6 +146,9 @@
|
|
|
146
146
|
"lint": "run-p lint:prettier lint:eslint lint:tsc",
|
|
147
147
|
"lint:ci": "pnpm run lint",
|
|
148
148
|
"lint:eslint": "eslint --max-warnings 0 src/ '**/*.json' --no-warn-ignored",
|
|
149
|
+
"lint:fix": "run-p lint:fix:eslint lint:fix:prettier",
|
|
150
|
+
"lint:fix:eslint": "pnpm run lint:eslint --fix",
|
|
151
|
+
"lint:fix:prettier": "pnpm run lint:prettier --write",
|
|
149
152
|
"lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'",
|
|
150
153
|
"lint:tsc": "tsc --noEmit",
|
|
151
154
|
"test": "jest",
|