@trapi/swagger 0.2.16 → 0.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.MD +3 -3
  2. package/package.json +7 -3
package/README.MD CHANGED
@@ -1,8 +1,8 @@
1
1
  # @trapi/swagger ⛱
2
2
 
3
- [![main](https://github.com/Tada5hi/typescript-rest-api/actions/workflows/main.yml/badge.svg)](https://github.com/Tada5hi/typescript-rest-api/actions/workflows/main.yml)
4
- [![codecov](https://codecov.io/gh/Tada5hi/typescript-rest-api/branch/main/graph/badge.svg?token=ZUJ8F5TTSX)](https://codecov.io/gh/Tada5hi/typescript-rest-api)
5
- [![Known Vulnerabilities](https://snyk.io/test/github/Tada5hi/typescript-rest-api/badge.svg)](https://snyk.io/test/github/Tada5hi/typescript-rest-api)
3
+ [![main](https://github.com/Tada5hi/trapi/actions/workflows/main.yml/badge.svg)](https://github.com/Tada5hi/trapi/actions/workflows/main.yml)
4
+ [![codecov](https://codecov.io/gh/Tada5hi/trapi/branch/main/graph/badge.svg?token=ZUJ8F5TTSX)](https://codecov.io/gh/Tada5hi/trapi)
5
+ [![Known Vulnerabilities](https://snyk.io/test/github/Tada5hi/trapi/badge.svg)](https://snyk.io/test/github/Tada5hi/trapi)
6
6
  [![npm version](https://badge.fury.io/js/@trapi%2Fswagger.svg)](https://badge.fury.io/js/@trapi%2Fswagger)
7
7
 
8
8
  This is a tool to generate swagger documentation in `json` or `yml` format with a given metadata definition file.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/tada5hi"
7
7
  },
8
8
  "license": "MIT",
9
- "version": "0.2.16",
9
+ "version": "0.2.17",
10
10
  "description": "Generate Swagger files from a decorator APIs.",
11
11
  "keywords": [
12
12
  "typescript",
@@ -46,8 +46,12 @@
46
46
  },
47
47
  "repository": {
48
48
  "type": "git",
49
- "url": "https://github.com/tada5hi/typescript-rest-api.git"
49
+ "url": "git+https://github.com/Tada5hi/trapi.git"
50
50
  },
51
+ "bugs": {
52
+ "url": "https://github.com/Tada5hi/trapi/issues"
53
+ },
54
+ "homepage": "https://github.com/Tada5hi/trapi#readme",
51
55
  "directories": {
52
56
  "lib": "dist",
53
57
  "doc": "doc"
@@ -59,5 +63,5 @@
59
63
  "access": "public"
60
64
  },
61
65
  "engineStrict": true,
62
- "gitHead": "81b7c352dd1dd988e922adb377d3ff70e3098be7"
66
+ "gitHead": "12fc7cc4be787779fee81bedb9a4cff0e2f5055d"
63
67
  }