@pactflow/openapi-pact-comparator 2.0.1 → 2.1.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 (2) hide show
  1. package/dist/cli.cjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -4177,7 +4177,7 @@ function useColor() {
4177
4177
 
4178
4178
  const program = new Command();
4179
4179
 
4180
- var version = "2.0.1";
4180
+ var version = "2.1.0";
4181
4181
  var packageJson = {
4182
4182
  version: version};
4183
4183
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pactflow/openapi-pact-comparator",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "description": "An OpenAPI Specification and Pact Comparison library",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",