@travetto/lint 8.0.0 → 8.0.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -110,5 +110,6 @@ Description:
110
110
  Options:
111
111
  -c, --changed Only check changed modules (default: false)
112
112
  -s, --since <string> Since a specific git commit
113
+ -j, --json Output format as JSON (default: false)
113
114
  --help display help for command
114
115
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/lint",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
4
4
  "description": "Linting and Formatting integration for Travetto",
5
5
  "keywords": [
6
6
  "cspell",
@@ -31,12 +31,12 @@
31
31
  "access": "public"
32
32
  },
33
33
  "dependencies": {
34
- "@travetto/runtime": "^8.0.0",
34
+ "@travetto/runtime": "^8.0.1",
35
35
  "oxfmt": "^0.64.0",
36
- "oxlint": "^1.79.0"
36
+ "oxlint": "^1.82.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@travetto/cli": "^8.0.0"
39
+ "@travetto/cli": "^8.0.2"
40
40
  },
41
41
  "peerDependenciesMeta": {
42
42
  "@travetto/cli": {