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 55 "exports" : {
66 "." : {
77 "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"
1010 }
1111 },
1212 "./layer" : {
1313 "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"
1616 }
1717 },
1818 "./util" : {
1919 "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"
2222 }
2323 },
2424 "./cdk" : {
2525 "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"
2828 }
2929 }
3030 },
You can’t perform that action at this time.
0 commit comments