-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @spec2ts/[email protected] - @spec2ts/[email protected] - @spec2ts/[email protected] - @spec2ts/[email protected] - @spec2ts/[email protected]
- Loading branch information
Showing
10 changed files
with
54 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07) | ||
|
||
**Note:** Version bump only for package @spec2ts/cli | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0-beta.13](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21) | ||
|
||
**Note:** Version bump only for package @spec2ts/cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spec2ts/cli", | ||
"version": "2.0.0-beta.13", | ||
"version": "2.0.0", | ||
"description": "Utility to convert specifications (Open API, JSON Schemas) to TypeScript using TypeScript native compiler", | ||
"author": "Touchify <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -36,9 +36,9 @@ | |
"prepublishOnly": "npm test && npm run build" | ||
}, | ||
"dependencies": { | ||
"@spec2ts/jsonschema": "^2.0.0-beta.8", | ||
"@spec2ts/openapi": "^2.0.0-beta.8", | ||
"@spec2ts/openapi-client": "^2.0.0-beta.13" | ||
"@spec2ts/jsonschema": "^2.0.0", | ||
"@spec2ts/openapi": "^2.0.0", | ||
"@spec2ts/openapi-client": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"del-cli": "^5.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07) | ||
|
||
**Note:** Version bump only for package @spec2ts/core | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0-beta.3](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21) | ||
|
||
**Note:** Version bump only for package @spec2ts/core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spec2ts/core", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0", | ||
"description": "Core module for @spec2ts modules, includes codegen helpers and common parsing methods", | ||
"author": "Touchify <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07) | ||
|
||
**Note:** Version bump only for package @spec2ts/jsonschema | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0-beta.8](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21) | ||
|
||
**Note:** Version bump only for package @spec2ts/jsonschema | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spec2ts/jsonschema", | ||
"version": "2.0.0-beta.8", | ||
"version": "2.0.0", | ||
"description": "Utility to convert JSON Schemas to Typescript using TypeScript native compiler", | ||
"author": "Touchify <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -40,7 +40,7 @@ | |
}, | ||
"dependencies": { | ||
"@apidevtools/json-schema-ref-parser": "^8.0.0", | ||
"@spec2ts/core": "^2.0.0-beta.3", | ||
"@spec2ts/core": "^2.0.0", | ||
"yargs": "^15.3.1" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07) | ||
|
||
**Note:** Version bump only for package @spec2ts/openapi-client | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0-beta.13](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21) | ||
|
||
**Note:** Version bump only for package @spec2ts/openapi-client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spec2ts/openapi-client", | ||
"version": "2.0.0-beta.13", | ||
"version": "2.0.0", | ||
"description": "Utility to convert OpenAPI v3 specifications to Typescript HTTP client using TypeScript native compiler", | ||
"author": "Touchify <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -40,9 +40,9 @@ | |
"prepublishOnly": "npm test && npm run build" | ||
}, | ||
"dependencies": { | ||
"@spec2ts/core": "^2.0.0-beta.3", | ||
"@spec2ts/jsonschema": "^2.0.0-beta.8", | ||
"@spec2ts/openapi": "^2.0.0-beta.8", | ||
"@spec2ts/core": "^2.0.0", | ||
"@spec2ts/jsonschema": "^2.0.0", | ||
"@spec2ts/openapi": "^2.0.0", | ||
"openapi3-ts": "^1.3.0", | ||
"yargs": "^15.3.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2023-09-07) | ||
|
||
**Note:** Version bump only for package @spec2ts/openapi | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0-beta.8](https://github.com/touchifyapp/spec2ts/compare/@spec2ts/[email protected]...@spec2ts/[email protected]) (2022-09-21) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@spec2ts/openapi", | ||
"version": "2.0.0-beta.8", | ||
"version": "2.0.0", | ||
"description": "Utility to convert OpenAPI v3 specifications to Typescript using TypeScript native compiler", | ||
"author": "Touchify <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -39,8 +39,8 @@ | |
"prepublishOnly": "npm test && npm run build" | ||
}, | ||
"dependencies": { | ||
"@spec2ts/core": "^2.0.0-beta.3", | ||
"@spec2ts/jsonschema": "^2.0.0-beta.8", | ||
"@spec2ts/core": "^2.0.0", | ||
"@spec2ts/jsonschema": "^2.0.0", | ||
"openapi3-ts": "^1.3.0", | ||
"yargs": "^15.3.1" | ||
}, | ||
|