File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
"exports" : {
6
6
"." : {
7
7
"import" : {
8
- "types" : " ./dist/lambda.d.ts" ,
9
- "default" : " ./dist/lambda.js"
8
+ "types" : " ./dist/src/ lambda.d.ts" ,
9
+ "default" : " ./dist/src/ lambda.js"
10
10
}
11
11
},
12
12
"./layer" : {
13
13
"import" : {
14
- "types" : " ./dist/layer.d.ts" ,
15
- "default" : " ./dist/layer.js"
14
+ "types" : " ./dist/src/ layer.d.ts" ,
15
+ "default" : " ./dist/src/ layer.js"
16
16
}
17
17
},
18
18
"./util" : {
19
19
"import" : {
20
- "types" : " ./dist/util.d.ts" ,
21
- "default" : " ./dist/util.js"
20
+ "types" : " ./dist/src/ util.d.ts" ,
21
+ "default" : " ./dist/src/ util.js"
22
22
}
23
23
},
24
24
"./cdk" : {
25
25
"import" : {
26
- "types" : " ./dist/cdk.d.ts" ,
27
- "default" : " ./dist/cdk.js"
26
+ "types" : " ./dist/src/ cdk.d.ts" ,
27
+ "default" : " ./dist/src/ cdk.js"
28
28
}
29
29
}
30
30
},
You can’t perform that action at this time.
0 commit comments