coderifts 1.1.0 → 1.2.0

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coderifts",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Detect breaking API changes from the command line. Works locally or with the CodeRifts cloud API.",
5
5
  "author": "CodeRifts <hello@coderifts.com>",
6
6
  "license": "MIT",
@@ -38,12 +38,12 @@
38
38
  "test": "node --test test/*.test.js"
39
39
  },
40
40
  "dependencies": {
41
- "commander": "^12.0.0",
42
41
  "chalk": "^4.1.2",
43
42
  "cli-table3": "^0.6.4",
43
+ "commander": "^12.0.0",
44
44
  "inquirer": "^8.2.6",
45
- "ora": "^5.4.1",
46
45
  "js-yaml": "^4.1.0",
47
- "openapi-diff": "^0.23.5"
46
+ "openapi-diff": "^0.24.1",
47
+ "ora": "^5.4.1"
48
48
  }
49
49
  }