@pactflow/swagger-mock-validator
Advanced tools
Comparing version 12.3.0 to 13.0.0
@@ -0,1 +1,5 @@ | ||
# [13.0.0](https://github.com/pactflow/swagger-mock-validator/compare/12.3.0...13.0.0) (2023-06-28) | ||
# [12.3.0](https://github.com/pactflow/swagger-mock-validator/compare/12.2.0...12.3.0) (2023-06-13) | ||
@@ -2,0 +6,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { _ as _asyncToGenerator, a as _regeneratorRuntime, v as validateSpecAndMockContent } from './swagger-mock-validator-f2196fbd.js'; | ||
import { _ as _asyncToGenerator, a as _regeneratorRuntime, v as validateSpecAndMockContent } from './swagger-mock-validator-bd3c27eb.js'; | ||
import 'assert'; | ||
@@ -3,0 +3,0 @@ import 'stream'; |
@@ -1,3 +0,3 @@ | ||
import './swagger-mock-validator-f2196fbd.js'; | ||
export { S as SwaggerMockValidatorFactory } from './swagger-mock-validator-factory-0a7253a6.js'; | ||
import './swagger-mock-validator-bd3c27eb.js'; | ||
export { S as SwaggerMockValidatorFactory } from './swagger-mock-validator-factory-396b0a1e.js'; | ||
import 'assert'; | ||
@@ -4,0 +4,0 @@ import 'stream'; |
@@ -9,3 +9,3 @@ { | ||
"stopSpecOnExpectationFailure": false, | ||
"random": true | ||
"random": false | ||
} |
{ | ||
"name": "@pactflow/swagger-mock-validator", | ||
"version": "12.3.0", | ||
"version": "13.0.0", | ||
"description": "A CLI tool to validate mocks against swagger/OpenApi specs.", | ||
@@ -18,2 +18,3 @@ "bin": { | ||
"build": "rm -rf dist && rollup -c", | ||
"postinstall": "patch-package", | ||
"release-major": "gulp --gulpfile gulpfile.cjs release --type major", | ||
@@ -37,29 +38,27 @@ "release-minor": "gulp --gulpfile gulpfile.cjs release --type minor", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.8", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/preset-typescript": "^7.21.5", | ||
"@babel/register": "^7.21.0", | ||
"@commitlint/cli": "^17.6.1", | ||
"@commitlint/config-conventional": "^17.6.1", | ||
"@babel/core": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@babel/register": "^7.22.5", | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^24.1.0", | ||
"@rollup/plugin-commonjs": "^25.0.2", | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@types/body-parser": "^1.19.2", | ||
"@types/express": "^4.17.17", | ||
"@types/jasmine": "^4.3.1", | ||
"@types/jasmine": "^4.3.4", | ||
"@types/js-yaml": "^4.0.5", | ||
"@types/lodash": "^4.14.194", | ||
"@types/node": "^18.16.3", | ||
"@types/q": "^1.5.5", | ||
"@types/validator": "^13.7.15", | ||
"@types/lodash": "^4.14.195", | ||
"@types/node": "^20.3.1", | ||
"@types/verror": "^1.10.6", | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"@typescript-eslint/eslint-plugin": "^5.60.0", | ||
"@typescript-eslint/parser": "^5.60.0", | ||
"ansi-colors": "^4.1.3", | ||
"body-parser": "^1.20.2", | ||
"conventional-changelog": "^3.1.25", | ||
"eslint": "^8.39.0", | ||
"conventional-changelog": "^4.0.0", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jest": "^27.2.2", | ||
"express": "^4.18.2", | ||
@@ -69,23 +68,23 @@ "gulp": "^4.0.2", | ||
"gulp-cli": "^2.3.0", | ||
"gulp-conventional-changelog": "^2.0.35", | ||
"gulp-conventional-changelog": "^3.0.0", | ||
"gulp-git": "^2.10.1", | ||
"husky": "^8.0.3", | ||
"jasmine": "^4.6.0", | ||
"jasmine": "^5.0.2", | ||
"minimist": "^1.2.8", | ||
"prettier": "^2.8.8", | ||
"rollup": "^3.21.4", | ||
"typescript": "^5.0.4" | ||
"rollup": "^3.25.2", | ||
"typescript": "^5.1.3" | ||
}, | ||
"dependencies": { | ||
"@apidevtools/swagger-parser": "^10.1.0", | ||
"ajv": "^6.12.6", | ||
"ajv": "^8.12.0", | ||
"ajv-formats": "^2.1.1", | ||
"axios": "^1.4.0", | ||
"commander": "^10.0.1", | ||
"decimal.js": "^10.4.3", | ||
"commander": "^11.0.0", | ||
"js-yaml": "^4.1.0", | ||
"jsonpointer": "^5.0.1", | ||
"lodash": "^4.17.21", | ||
"openapi-types": "^12.1.0", | ||
"openapi-types": "^12.1.3", | ||
"patch-package": "^7.0.0", | ||
"uuidjs": "^5.0.1", | ||
"validator": "^13.9.0", | ||
"verror": "^1.10.1" | ||
@@ -92,0 +91,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37
34
5124084
58681
1
+ Addedajv-formats@^2.1.1
+ Addedpatch-package@^7.0.0
+ Added@yarnpkg/lockfile@1.1.0(transitive)
+ Addedajv-formats@2.1.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedat-least-node@1.0.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedci-info@3.9.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcommander@11.1.0(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfind-yarn-workspace-root@2.0.0(transitive)
+ Addedfs-extra@9.1.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-docker@2.2.1(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedis-wsl@2.2.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedklaw-sync@6.0.0(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedopen@7.4.2(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedpatch-package@7.0.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedslash@2.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedtmp@0.0.33(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addeduniversalify@2.0.1(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyaml@2.6.1(transitive)
- Removeddecimal.js@^10.4.3
- Removedvalidator@^13.9.0
- Removedajv@6.12.6(transitive)
- Removedcommander@10.0.1(transitive)
- Removeddecimal.js@10.4.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)
- Removedvalidator@13.12.0(transitive)
Updatedajv@^8.12.0
Updatedcommander@^11.0.0
Updatedopenapi-types@^12.1.3