File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.2.0-beta.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.1-beta.0...v0.2.0-beta.0 ) (2021-12-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** tracer:** middy middleware ([ #324 ] ( https://github.com/awslabs/aws-lambda-powertools-typescript/issues/324 ) ) ([ 2909d6f] ( https://github.com/awslabs/aws-lambda-powertools-typescript/commit/2909d6f9b9bf1a570f950e17f0d49acbe63653ee ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.1.0-beta.9] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.0-beta.8...v0.1.0-beta.9 ) (2021-12-15)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.1.1 -beta.0" ,
5
+ "version" : " 0.2.0 -beta.0" ,
6
6
"npmClient" : " npm"
7
7
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 0.2.0-beta.0] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.1-beta.0...v0.2.0-beta.0 ) (2021-12-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** tracer:** middy middleware ([ #324 ] ( https://github.com/awslabs/aws-lambda-powertools-typescript/issues/324 ) ) ([ 2909d6f] ( https://github.com/awslabs/aws-lambda-powertools-typescript/commit/2909d6f9b9bf1a570f950e17f0d49acbe63653ee ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.1.0-beta.9] ( https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.0-beta.8...v0.1.0-beta.9 ) (2021-12-15)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-lambda-powertools/tracer" ,
3
- "version" : " 0.1.1 -beta.0" ,
3
+ "version" : " 0.2.0 -beta.0" ,
4
4
"description" : " The tracer package for the AWS Lambda powertools (TypeScript) library" ,
5
5
"author" : {
6
6
"name" : " Amazon Web Services" ,
54
54
"url" : " https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
55
55
},
56
56
"dependencies" : {
57
- "@middy/core" : " ^2.5.3" ,
58
57
"@aws-lambda-powertools/commons" : " ^0.0.2" ,
58
+ "@middy/core" : " ^2.5.3" ,
59
59
"aws-xray-sdk-core" : " ^3.3.3"
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments