This repository was archived by the owner on Nov 13, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 25
25
"prepublishOnly" : " tsdx build" ,
26
26
"semantic-release" : " semantic-release" ,
27
27
"start" : " tsdx watch" ,
28
- "test" : " echo 'ok' "
28
+ "test" : " yarn build "
29
29
},
30
30
"babel" : {
31
31
"presets" : [
49
49
"rollup" : " 2.22.2"
50
50
},
51
51
"devDependencies" : {
52
+ "@aws-cdk/aws-lambda" : " 1.54.0" ,
53
+ "@aws-cdk/core" : " 1.54.0" ,
52
54
"eslint-plugin-import" : " 2.22.0" ,
53
55
"eslint-plugin-jest" : " 23.18.0" ,
54
56
"prettier-plugin-packagejson" : " 2.2.5" ,
Original file line number Diff line number Diff line change 84
84
" @aws-cdk/core" " 1.54.0"
85
85
constructs "^3.0.2"
86
86
87
- " @aws-cdk/aws-lambda@^ 1.54.0 " :
87
+ " @aws-cdk/aws-lambda@1.54.0 " :
88
88
version "1.54.0"
89
89
resolved "https://registry.yarnpkg.com/@aws-cdk/aws-lambda/-/aws-lambda-1.54.0.tgz#19bb29b7e26a0d8ca742502927201f953acf596f"
90
90
integrity sha512-YF/s/2aDTtLSCjRBdH93DrrNdk0HoxSbanIxh25hddbuGMm7se+wS4qtmyyWL/05J/o/BGbWQWOLMUGj1gmaGQ==
167
167
jsonschema "^1.2.5"
168
168
semver "^7.2.2"
169
169
170
- " @aws-cdk/core@1.54.0" , "@aws-cdk/core@^1.54.0" :
170
+ " @aws-cdk/core@1.54.0 " :
171
171
version "1.54.0"
172
172
resolved "https://registry.yarnpkg.com/@aws-cdk/core/-/core-1.54.0.tgz#e8cb17001382185fb5ea21cbca5fdc2cb0cc42e3"
173
173
integrity sha512-LqHIDudkJp9//7Crfr00l2Z5U+4xkEIiRcEXXNkwEnV2iPzuQErCoDJ+JiQj2kOk3EFbbVpTBPI+6LV1nKSLuw==
You can’t perform that action at this time.
0 commit comments