File tree Expand file tree Collapse file tree 7 files changed +10
-51
lines changed
smithy-typescript-ssdk-libs Expand file tree Collapse file tree 7 files changed +10
-51
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Base components for Smithy services behind APIGateway" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
- "module" : " ./dist/es/index.js" ,
7
6
"types" : " ./types/index.d.ts" ,
8
7
"scripts" : {
9
- "prepublishOnly" : " yarn build:cjs && yarn build:es " ,
8
+ "prepublishOnly" : " yarn build:cjs" ,
10
9
"pretest" : " yarn build:cjs" ,
11
10
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
12
- "build:es" : " tsc -p tsconfig.es.json" ,
13
- "build" : " yarn build:es && yarn build:cjs" ,
11
+ "build" : " yarn build:cjs" ,
14
12
"postbuild" : " downlevel-dts types types/ts3.4" ,
15
13
"test" : " jest"
16
14
},
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 582
582
jest-diff "^26.0.0"
583
583
pretty-format "^26.0.0"
584
584
585
- " @types/node@* " :
585
+ " @types/node@*" , "@types/node@^14.14.37" :
586
586
version "14.14.37"
587
587
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
588
588
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Base components for Smithy services" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
- "module" : " ./dist/es/index.js" ,
7
6
"types" : " ./types/index.d.ts" ,
8
7
"scripts" : {
9
- "prepublishOnly" : " yarn build:cjs && yarn build:es " ,
8
+ "prepublishOnly" : " yarn build:cjs" ,
10
9
"pretest" : " yarn build:cjs" ,
11
10
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
12
- "build:es" : " tsc -p tsconfig.es.json" ,
13
- "build" : " yarn build:es && yarn build:cjs" ,
11
+ "build" : " yarn build:cjs" ,
14
12
"postbuild" : " downlevel-dts types types/ts3.4" ,
15
13
"test" : " jest"
16
14
},
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 585
585
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.28.tgz#cade4b64f8438f588951a6b35843ce536853f25b"
586
586
integrity sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g==
587
587
588
+ " @types/node@^14.14.37 " :
589
+ version "14.14.37"
590
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
591
+ integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
592
+
588
593
" @types/normalize-package-data@^2.4.0 " :
589
594
version "2.4.0"
590
595
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments