@microsoft/api-extractor
Advanced tools
Comparing version 7.46.1 to 7.46.2
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.43.7" | ||
"packageVersion": "7.46.1" | ||
} | ||
] | ||
} |
@@ -9,9 +9,9 @@ /** | ||
export { ConsoleMessageId } from './api/ConsoleMessageId'; | ||
export { CompilerState, ICompilerStateCreateOptions } from './api/CompilerState'; | ||
export { Extractor, IExtractorInvokeOptions, ExtractorResult } from './api/Extractor'; | ||
export { IExtractorConfigApiReport, IExtractorConfigPrepareOptions, IExtractorConfigLoadForFolderOptions, ExtractorConfig } from './api/ExtractorConfig'; | ||
export { CompilerState, type ICompilerStateCreateOptions } from './api/CompilerState'; | ||
export { Extractor, type IExtractorInvokeOptions, ExtractorResult } from './api/Extractor'; | ||
export { type IExtractorConfigApiReport, type IExtractorConfigPrepareOptions, type IExtractorConfigLoadForFolderOptions, ExtractorConfig } from './api/ExtractorConfig'; | ||
export { ExtractorLogLevel } from './api/ExtractorLogLevel'; | ||
export { ExtractorMessage, IExtractorMessageProperties, ExtractorMessageCategory } from './api/ExtractorMessage'; | ||
export { ExtractorMessage, type IExtractorMessageProperties, ExtractorMessageCategory } from './api/ExtractorMessage'; | ||
export { ExtractorMessageId } from './api/ExtractorMessageId'; | ||
export { ApiReportVariant, IConfigCompiler, IConfigApiReport, IConfigDocModel, IConfigDtsRollup, IConfigTsdocMetadata, IConfigMessageReportingRule, IConfigMessageReportingTable, IExtractorMessagesConfig, IConfigFile } from './api/IConfigFile'; | ||
export type { ApiReportVariant, IConfigCompiler, IConfigApiReport, IConfigDocModel, IConfigDtsRollup, IConfigTsdocMetadata, IConfigMessageReportingRule, IConfigMessageReportingTable, IExtractorMessagesConfig, IConfigFile } from './api/IConfigFile'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@microsoft/api-extractor", | ||
"version": "7.46.1", | ||
"version": "7.46.2", | ||
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups", | ||
@@ -43,11 +43,11 @@ "keywords": [ | ||
"typescript": "5.4.2", | ||
"@microsoft/api-extractor-model": "7.29.1", | ||
"@rushstack/node-core-library": "5.4.0", | ||
"@rushstack/terminal": "0.12.3", | ||
"@rushstack/rig-package": "0.5.2", | ||
"@rushstack/ts-command-line": "4.21.5" | ||
"@microsoft/api-extractor-model": "7.29.2", | ||
"@rushstack/terminal": "0.13.0", | ||
"@rushstack/ts-command-line": "4.22.0", | ||
"@rushstack/node-core-library": "5.4.1", | ||
"@rushstack/rig-package": "0.5.2" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/heft-node-rig": "2.6.7", | ||
"@rushstack/heft": "0.66.9", | ||
"@rushstack/heft-node-rig": "2.6.14", | ||
"@rushstack/heft": "0.66.16", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -54,0 +54,0 @@ "@types/lodash": "4.14.116", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1652054
+ Added@microsoft/api-extractor-model@7.29.2(transitive)
+ Added@rushstack/node-core-library@5.4.1(transitive)
+ Added@rushstack/terminal@0.13.0(transitive)
+ Added@rushstack/ts-command-line@4.22.0(transitive)
- Removed@microsoft/api-extractor-model@7.29.1(transitive)
- Removed@rushstack/node-core-library@5.4.0(transitive)
- Removed@rushstack/terminal@0.12.3(transitive)
- Removed@rushstack/ts-command-line@4.21.5(transitive)
Updated@rushstack/terminal@0.13.0