@pactflow/openapi-pact-comparator 1.13.1 → 1.14.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.
- package/dist/cli.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/cli.cjs
CHANGED
|
@@ -4321,7 +4321,7 @@ const {
|
|
|
4321
4321
|
Help,
|
|
4322
4322
|
} = commander;
|
|
4323
4323
|
|
|
4324
|
-
var version = "1.
|
|
4324
|
+
var version = "1.14.0";
|
|
4325
4325
|
var packageJson = {
|
|
4326
4326
|
version: version};
|
|
4327
4327
|
|
|
@@ -16037,7 +16037,7 @@ function* compareReqBody(ajv, route, interaction, index, config) {
|
|
|
16037
16037
|
pathName: path,
|
|
16038
16038
|
value: get$1(operation, "requestBody.content"),
|
|
16039
16039
|
},
|
|
16040
|
-
type: "
|
|
16040
|
+
type: "warning",
|
|
16041
16041
|
};
|
|
16042
16042
|
}
|
|
16043
16043
|
}
|