@json-schema-tools/transpiler
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -0,1 +1,12 @@ | ||
## [1.5.1](https://github.com/json-schema-tools/transpiler/compare/1.5.0...1.5.1) (2020-10-23) | ||
### Bug Fixes | ||
* add readme badges ([9cd2cf2](https://github.com/json-schema-tools/transpiler/commit/9cd2cf2296637ae4b67515b06a880e936a903f95)) | ||
* refresh package-lock ([84ae1d2](https://github.com/json-schema-tools/transpiler/commit/84ae1d269c860e34beb95a7bc9995afceea5760c)) | ||
* remove junk deps ([f054c90](https://github.com/json-schema-tools/transpiler/commit/f054c90ff40132f62b9de33fd5609f79f4718b37)) | ||
* remove unused dep ([050debe](https://github.com/json-schema-tools/transpiler/commit/050debec6e11b84552f67107fae0fbfc645739af)) | ||
* update deps ([0012a47](https://github.com/json-schema-tools/transpiler/commit/0012a473684a2abdbb21923a3f993e1080d2ddb0)) | ||
# [1.5.0](https://github.com/json-schema-tools/transpiler/compare/1.4.3...1.5.0) (2020-10-09) | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "@json-schema-tools/transpiler", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Turn your json schema into typings for various languages. Achieve master class dev tooling.", | ||
@@ -11,4 +11,4 @@ "main": "build/index.js", | ||
"build": "tsc && typedoc --out docs && touch docs/.nojekyll", | ||
"lint": "tslint --fix -p .", | ||
"test": "npm run lint && jest --coverage", | ||
"lint": "eslint . --ext .ts", | ||
"test": "jest --coverage", | ||
"generateTest": "tsc && node ./build/integration-tests/generator.js" | ||
@@ -31,23 +31,22 @@ }, | ||
"devDependencies": { | ||
"@json-schema-tools/dereferencer": "^1.1.0", | ||
"@json-schema-tools/meta-schema": "^1.4.0", | ||
"@types/inquirer": "^7.3.0", | ||
"@types/jest": "^26.0.3", | ||
"@types/json-schema": "^7.0.5", | ||
"@json-schema-tools/dereferencer": "^1.2.8", | ||
"@json-schema-tools/meta-schema": "^1.5.8", | ||
"@types/inquirer": "^7.3.1", | ||
"@types/jest": "^26.0.15", | ||
"@types/lodash.deburr": "^4.1.6", | ||
"@types/lodash.merge": "^4.6.6", | ||
"@types/lodash.trim": "^4.5.6", | ||
"@types/node": "^14.0.14", | ||
"@types/node": "^14.14.2", | ||
"@types/node-fetch": "^2.5.7", | ||
"fetch": "^1.1.0", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"eslint": "^7.11.0", | ||
"inquirer": "^7.3.3", | ||
"jest": "^24.8.0", | ||
"jest": "^26.6.1", | ||
"node-fetch": "^2.6.0", | ||
"ts-jest": "^24.1.0", | ||
"tslint": "^6.1.2", | ||
"typedoc": "^0.19.1", | ||
"typescript": "^4.0.2" | ||
"ts-jest": "^26.4.2", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.3" | ||
}, | ||
"dependencies": { | ||
"@json-schema-tools/traverse": "^1.5.0", | ||
"@json-schema-tools/traverse": "^1.7.3", | ||
"lodash.deburr": "^4.1.0", | ||
@@ -54,0 +53,0 @@ "lodash.trim": "^4.5.1" |
# JSON Schema Transpiler | ||
<center> | ||
<span> | ||
<img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/json-schema-tools/transpiler/master.svg"> | ||
<img src="https://codecov.io/gh/json-schema-tools/transpiler/branch/master/graph/badge.svg" /> | ||
<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=json-schema-tools/transpiler" /> | ||
<img alt="npm" src="https://img.shields.io/npm/dt/@json-schema-tools/transpiler.svg" /> | ||
<img alt="GitHub release" src="https://img.shields.io/github/release/json-schema-tools/transpiler.svg" /> | ||
<img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/json-schema-tools/transpiler/latest.svg" /> | ||
</span> | ||
</center> | ||
Turn your JSON Schemas into types to be used in various languages. | ||
@@ -4,0 +15,0 @@ |
120452
17
61