@openapi-contrib/json-schema-to-openapi-schema
Advanced tools
Comparing version 2.2.6 to 3.0.0
{ | ||
"name": "@openapi-contrib/json-schema-to-openapi-schema", | ||
"version": "2.2.6", | ||
"version": "3.0.0", | ||
"description": "Converts a JSON Schema to OpenAPI Schema Object", | ||
"bin": { | ||
"json-schema-to-openapi-schema": "bin/json-schema-to-openapi-schema.js" | ||
}, | ||
"types": "dist/mjs/index.d.ts", | ||
"bin": "bin/json-schema-to-openapi-schema.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"/bin", | ||
"/dist" | ||
"bin", | ||
"dist" | ||
], | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/mjs/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/mjs/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"prepublish": "yarn build", | ||
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && node scripts/fixup.cjs", | ||
"build": "rimraf dist && tsc -p tsconfig.json", | ||
"lint": "eslint . && prettier -c src", | ||
@@ -34,23 +25,24 @@ "lint:fix": "eslint . --fix && prettier -c src -w", | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@apidevtools/json-schema-ref-parser": "^9.0.9", | ||
"json-schema-walker": "^1.1.0", | ||
"openapi-types": "^12.1.0", | ||
"yargs": "^17.6.2" | ||
"@apidevtools/json-schema-ref-parser": "^11.1.0", | ||
"json-schema-walker": "^2.0.0", | ||
"openapi-types": "^12.1.3", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@types/json-schema": "^7.0.11", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"nock": "^13.3.0", | ||
"prettier": "^2.8.3", | ||
"typescript": "^4.9.4", | ||
"vitest": "^0.28.1" | ||
"@types/json-schema": "^7.0.15", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"c8": "^8.0.1", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-unused-imports": "^3.0.0", | ||
"nock": "^13.3.8", | ||
"prettier": "^3.0.3", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
}, | ||
@@ -60,3 +52,4 @@ "prettier": { | ||
"useTabs": true | ||
} | ||
}, | ||
"packageManager": "yarn@4.0.1" | ||
} |
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
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
31094
13
14
482
1
+ Added@apidevtools/json-schema-ref-parser@11.7.3(transitive)
+ Addedjson-schema-walker@2.0.0(transitive)
- Removed@apidevtools/json-schema-ref-parser@9.1.2(transitive)
- Removedcall-me-maybe@1.0.2(transitive)
- Removedjson-schema-walker@1.1.0(transitive)
Updatedjson-schema-walker@^2.0.0
Updatedopenapi-types@^12.1.3
Updatedyargs@^17.7.2