File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 39
39
"@bazel/jasmine" : " 0.26.0" ,
40
40
"@bazel/karma" : " 0.26.0" ,
41
41
"@bazel/typescript" : " 0.26.0" ,
42
- "@microsoft/api-extractor" : " ^7.0.17 " ,
42
+ "@microsoft/api-extractor" : " ^7.0.21 " ,
43
43
"@schematics/angular" : " ^7.3.2" ,
44
44
"@types/angular" : " ^1.6.47" ,
45
45
"@types/base64-js" : " 1.2.5" ,
Original file line number Diff line number Diff line change 22
22
"@angular-devkit/core" : " ^7.0.4" ,
23
23
"@angular-devkit/schematics" : " ^7.3.0-rc.0" ,
24
24
"@bazel/typescript" : " ^0.26.0" ,
25
- "@microsoft/api-extractor" : " ^7.0.17 " ,
25
+ "@microsoft/api-extractor" : " ^7.0.21 " ,
26
26
"@schematics/angular" : " ^7.0.4" ,
27
27
"@types/node" : " 6.0.84" ,
28
28
"semver" : " ^5.6.0" ,
Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ export function runMain(
89
89
enabled : ! ! dtsBundleOut ,
90
90
publishFolder : dtsBundleOut && path . resolve ( path . dirname ( dtsBundleOut ) ) ,
91
91
mainDtsRollupPath : dtsBundleOut && path . basename ( dtsBundleOut ) ,
92
+ } ,
93
+ tsdocMetadata : {
94
+ enabled : false ,
92
95
}
93
96
} ;
94
97
Original file line number Diff line number Diff line change 220
220
through2 "^2.0.0"
221
221
xdg-basedir "^3.0.0"
222
222
223
- " @microsoft/api-extractor@^7.0.17 " :
224
- version "7.0.17 "
225
- resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.0.17 .tgz#fadb376908a57144ba4a8eb18787d6337bfe6b56 "
226
- integrity sha512-Mm+6x5/1HRAKno0vow4DyMKcVtB+b6wehMUx21huN+FSpfxID5kAEqKw9OR9XCp7YBXjiISqFBlY4dVYq/bdCw ==
223
+ " @microsoft/api-extractor@^7.0.21 " :
224
+ version "7.0.21 "
225
+ resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.0.21 .tgz#d5ff9bba4ff7283503aac83ad489b16cad293fc7 "
226
+ integrity sha512-7lFcHNykVz0tvgOz9juXqP+a1j0EmnJ9J080CBE/171IxL4fBrpslPhqN86dNuavuPragRpBLc8Okv/bV7FJPQ ==
227
227
dependencies :
228
- " @microsoft/node-core-library" " 3.10 .0"
228
+ " @microsoft/node-core-library" " 3.12 .0"
229
229
" @microsoft/ts-command-line" " 4.2.3"
230
230
" @microsoft/tsdoc" " 0.12.5"
231
231
" @types/node" " 8.5.8"
236
236
typescript "~3.1.6"
237
237
z-schema "~3.18.3"
238
238
239
- " @microsoft/node-core-library@3.10 .0 " :
240
- version "3.10 .0"
241
- resolved "https://registry.yarnpkg.com/@microsoft/node-core-library/-/node-core-library-3.10 .0.tgz#70e089534d8e20f6a0f9c7a4a12a6aeafd6a1ddb "
242
- integrity sha512-1SbU+XNYAabhV9noGXHtsUVPc5ELV+oEuJQtZQoCncbOd6WAMeTgB1xFwh96hmdEXyKQyML/pnByiKocmh/nbQ ==
239
+ " @microsoft/node-core-library@3.12 .0 " :
240
+ version "3.12 .0"
241
+ resolved "https://registry.yarnpkg.com/@microsoft/node-core-library/-/node-core-library-3.12 .0.tgz#f9c27b8bb6b55d60b91d4e1962f42b03b9f8f47f "
242
+ integrity sha512-9T2dEXmmxZqnqcpHuIB8mTAOM/DNSi/QcAwKYDjvZvkd+PGT5lCUXjM9GL7SaR2NPa3UrWDGgFhNoqLqLfEPbw ==
243
243
dependencies :
244
244
" @types/fs-extra" " 5.0.4"
245
245
" @types/jju" " ~1.4.0"
You can’t perform that action at this time.
0 commit comments