Skip to content

Commit

Permalink
feat: remove openapi-v3-types package
Browse files Browse the repository at this point in the history
The package has been deprecated, we are no longer going to maintain it.

Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Jul 18, 2019
1 parent 9694d99 commit 2a93395
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 988 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ packages/eslint-config/* @raymondfeng
packages/metadata/* @raymondfeng
packages/openapi-spec-builder/* @bajtos @raymondfeng
packages/openapi-v3/* @bajtos @jannyHou
packages/openapi-v3-types/* @bajtos @jannyHou
packages/repository/* @raymondfeng
packages/repository-tests/* @bajtos
packages/repository-json-schema/* @bajtos
Expand Down
1 change: 0 additions & 1 deletion docs/site/MONOREPO.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ The [loopback-next](https://github.com/strongloop/loopback-next) repository uses
| [http-server](https://github.com/strongloop/loopback-next/tree/master/packages/http-server) | @loopback/http-server | A wrapper for creating HTTP/HTTPS servers |
| [metadata](https://github.com/strongloop/loopback-next/tree/master/packages/metadata) | @loopback/metadata | Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata |
| [openapi-spec-builder](https://github.com/strongloop/loopback-next/tree/master/packages/openapi-spec-builder) | @loopback/openapi-spec-builder | Builders to create OpenAPI (Swagger) specification documents in tests |
| [openapi-v3-types](https://github.com/strongloop/loopback-next/tree/master/packages/openapi-v3-types) | @loopback/openapi-v3-types | TypeScript type definitions for OpenAPI Specifications |
| [openapi-v3](https://github.com/strongloop/loopback-next/tree/master/packages/openapi-v3) | @loopback/openapi-v3 | Decorators that annotate LoopBack artifacts with OpenAPI v3 metadata and utilities that transform LoopBack metadata to OpenAPI v3 specifications |
| [repository-json-schema](https://github.com/strongloop/loopback-next/tree/master/packages/repository-json-schema) | @loopback/repository-json-schema | Convert a TypeScript class/model to a JSON Schema |
| [repository](https://github.com/strongloop/loopback-next/tree/master/packages/repository) | @loopback/repository | Define and implement a common set of interfaces for interacting with databases |
Expand Down
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"@loopback/core": "^1.8.6",
"@loopback/metadata": "^1.2.6",
"@loopback/openapi-spec-builder": "^1.2.6",
"@loopback/openapi-v3-types": "^1.2.1",
"@loopback/openapi-v3": "^1.8.0",
"@loopback/repository-json-schema": "^1.9.0",
"@loopback/repository": "^1.9.0",
Expand Down
1 change: 0 additions & 1 deletion packages/openapi-v3-types/.npmrc

This file was deleted.

Loading

0 comments on commit 2a93395

Please sign in to comment.