@microsoft/api-extractor-model
Advanced tools
Comparing version 7.26.9 to 7.27.0
@@ -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.34.0" | ||
"packageVersion": "7.34.8" | ||
} | ||
] | ||
} |
@@ -48,3 +48,2 @@ "use strict"; | ||
} | ||
exports.AedocDefinitions = AedocDefinitions; | ||
AedocDefinitions.betaDocumentation = new tsdoc_1.TSDocTagDefinition({ | ||
@@ -62,2 +61,3 @@ tagName: '@betaDocumentation', | ||
}); | ||
exports.AedocDefinitions = AedocDefinitions; | ||
//# sourceMappingURL=AedocDefinitions.js.map |
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
export declare type Constructor<T = {}> = new (...args: any[]) => T; | ||
export type Constructor<T = {}> = new (...args: any[]) => T; | ||
/** | ||
@@ -14,5 +14,5 @@ * This abstraction is used by the mixin pattern. | ||
*/ | ||
export declare type PropertiesOf<T> = { | ||
export type PropertiesOf<T> = { | ||
[K in keyof T]: T[K]; | ||
}; | ||
//# sourceMappingURL=Mixin.d.ts.map |
{ | ||
"name": "@microsoft/api-extractor-model", | ||
"version": "7.26.9", | ||
"version": "7.27.0", | ||
"description": "A helper library for loading and saving the .api.json files created by API Extractor", | ||
@@ -17,10 +17,10 @@ "repository": { | ||
"@microsoft/tsdoc-config": "~0.16.1", | ||
"@rushstack/node-core-library": "3.59.0" | ||
"@rushstack/node-core-library": "3.59.1" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/heft": "0.49.3", | ||
"@rushstack/heft-node-rig": "1.11.14", | ||
"@rushstack/heft": "0.50.4", | ||
"@rushstack/heft-node-rig": "1.12.10", | ||
"@types/heft-jest": "1.0.1", | ||
"@types/node": "14.18.36", | ||
"@rushstack/eslint-config": "3.2.0" | ||
"@rushstack/eslint-config": "3.3.0" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
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
785139
+ Added@rushstack/node-core-library@3.59.1(transitive)
- Removed@rushstack/node-core-library@3.59.0(transitive)