build(npm): upgrade ts-api-guardian to v0.1.4

Closes #9642
This commit is contained in:
Jason Choi
2016-06-27 10:02:02 -07:00
committed by Igor Minar
parent db66509e66
commit a620f95891
12 changed files with 302 additions and 18 deletions

View File

@ -53,7 +53,8 @@ const publicApiArgs = [
'--stripExportPattern', '^__',
'--allowModuleIdentifiers', 'jasmine',
'--allowModuleIdentifiers', 'protractor',
'--allowModuleIdentifiers', 'angular'
'--allowModuleIdentifiers', 'angular',
'--onStabilityMissing', 'warn'
].concat(entrypoints);
// Note that these two commands work on built d.ts files instead of the source