File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ All scripts may make use of a `.lambda-tools-rc.json` file in the root of the pr
24
24
"name": "Project Name"
25
25
},
26
26
"lambda": {
27
- "runtime": "nodejs12.10 "
27
+ "runtime": "nodejs12.x "
28
28
},
29
29
"aws": {
30
30
"region": "us-east-1",
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ module.exports = function(context) {
258
258
const options = {
259
259
compact : true ,
260
260
comments : false ,
261
- sourceMaps : true ,
261
+ sourceMaps : false ,
262
262
inputSourceMap : JSON . parse ( fs . readFileSync ( bundledMapPath ) )
263
263
} ;
264
264
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lambda-tools" ,
3
- "version" : " 3.4.7 " ,
3
+ "version" : " 3.5.0 " ,
4
4
"description" : " Scripts for working with AWS Lambda backed microservices" ,
5
5
"main" : " " ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments