@comet/cli 9.0.0-canary-20251202103135 → 9.0.0-canary-20251209140438

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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/cli",
3
- "version": "9.0.0-canary-20251202103135",
3
+ "version": "9.0.0-canary-20251209140438",
4
4
  "description": "A collection of CLI tools for Comet projects",
5
5
  "repository": {
6
6
  "directory": "packages/cli",
@@ -28,9 +28,9 @@
28
28
  "@types/node": "^24.9.1",
29
29
  "eslint": "^9.30.1",
30
30
  "npm-run-all2": "^8.0.0",
31
- "rimraf": "^6.0.1",
31
+ "rimraf": "^6.1.2",
32
32
  "typescript": "5.9.3",
33
- "@comet/eslint-config": "9.0.0-canary-20251202103135"
33
+ "@comet/eslint-config": "9.0.0-canary-20251209140438"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=22.0.0"
@@ -44,6 +44,7 @@
44
44
  "clean": "rimraf lib",
45
45
  "dev": "tsc --watch",
46
46
  "lint": "run-p lint:prettier lint:eslint lint:tsc",
47
+ "lint:ci": "pnpm run lint",
47
48
  "lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
48
49
  "lint:prettier": "pnpm exec prettier --check './**/*.{js,json,md,yml,yaml}'",
49
50
  "lint:tsc": "tsc"