@travetto/doc 3.1.3 → 3.1.4
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.
package/package.json
CHANGED
|
@@ -171,6 +171,10 @@ export const MOD_MAPPING = {
|
|
|
171
171
|
name: '@travetto/rest-aws-lambda', folder: '@travetto/rest-aws-lambda', displayName: 'RESTful AWS Lambda',
|
|
172
172
|
description: 'RESTful APIs entry point support for AWS Lambdas.'
|
|
173
173
|
},
|
|
174
|
+
RestClient: {
|
|
175
|
+
name: '@travetto/rest-client', folder: '@travetto/rest-client', displayName: 'RESTful Client Support',
|
|
176
|
+
description: 'RESTful support for generating clients for controller endpoints'
|
|
177
|
+
},
|
|
174
178
|
RestExpress: {
|
|
175
179
|
name: '@travetto/rest-express', folder: '@travetto/rest-express', displayName: 'Express REST Source',
|
|
176
180
|
description: 'Express provider for the travetto rest module.'
|