@middy/service-discovery 7.1.1 → 7.1.2
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/index.d.ts +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import type { Context as LambdaContext } from "aws-lambda";
|
|
|
13
13
|
export type ParamType<T> = string & { __returnType?: T };
|
|
14
14
|
export declare function serviceDiscoveryParam<T>(name: string): ParamType<T>;
|
|
15
15
|
|
|
16
|
-
interface ServiceDiscoveryOptions<
|
|
16
|
+
export interface ServiceDiscoveryOptions<
|
|
17
17
|
AwsServiceDiscoveryClient = ServiceDiscoveryClient,
|
|
18
18
|
> extends Pick<
|
|
19
19
|
MiddyOptions<AwsServiceDiscoveryClient, ServiceDiscoveryClientConfig>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@middy/service-discovery",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"description": "Service Discovery (Cloud Map) instances middleware for the middy framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@middy/util": "7.1.
|
|
76
|
+
"@middy/util": "7.1.2"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@aws-sdk/client-servicediscovery": "^3.0.0",
|
|
80
|
-
"@middy/core": "7.1.
|
|
80
|
+
"@middy/core": "7.1.2",
|
|
81
81
|
"@types/aws-lambda": "^8.0.0",
|
|
82
82
|
"aws-xray-sdk": "^3.3.3"
|
|
83
83
|
},
|