File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6
6
"module" : " ./dist/es/index.js" ,
7
7
"types" : " ./dist/types/index.d.ts" ,
8
8
"scripts" : {
9
+ "postinstall" : " postinstall-node-version-check" ,
9
10
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
10
11
"build:es" : " tsc -p tsconfig.es.json" ,
11
12
"build" : " yarn build:es && yarn build:cjs" ,
21
22
},
22
23
"license" : " Apache-2.0" ,
23
24
"dependencies" : {
25
+ "@aws-sdk/postinstall-node-version-check" : " 3.0.0" ,
24
26
"tslib" : " ^2.0.0"
25
27
},
26
28
"peerDependencies" : {
Original file line number Diff line number Diff line change 6
6
"module" : " ./dist/es/index.js" ,
7
7
"types" : " ./dist/types/index.d.ts" ,
8
8
"scripts" : {
9
+ "postinstall" : " postinstall-node-version-check" ,
9
10
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
10
11
"build:es" : " tsc -p tsconfig.es.json" ,
11
12
"build" : " yarn build:es && yarn build:cjs" ,
21
22
},
22
23
"license" : " Apache-2.0" ,
23
24
"dependencies" : {
25
+ "@aws-sdk/postinstall-node-version-check" : " 3.0.0" ,
24
26
"buffer" : " ^5.6.0" ,
25
27
"stream-browserify" : " ^3.0.0" ,
26
28
"tslib" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments