Skip to content

Commit 628ecb2

Browse files
committed
Applying package updates.
1 parent 91dc31a commit 628ecb2

9 files changed

Lines changed: 14 additions & 8 deletions

File tree

apps/api-documenter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.0.9",
3+
"version": "7.0.10",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor": "7.0.7",
18+
"@microsoft/api-extractor": "7.0.8",
1919
"@microsoft/node-core-library": "3.8.3",
2020
"@microsoft/ts-command-line": "4.2.3",
2121
"@microsoft/tsdoc": "0.12.4",

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.0.7",
3+
"version": "7.0.8",
44
"description": "Validate, document, and review the exported API for a TypeScript library",
55
"keywords": [
66
"typescript",

build-tests/api-extractor-test-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "7.0.7",
15+
"@microsoft/api-extractor": "7.0.8",
1616
"@types/jest": "21.1.10",
1717
"@types/node": "8.5.8",
1818
"fs-extra": "~7.0.1",

build-tests/api-extractor-test-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "7.0.7",
15+
"@microsoft/api-extractor": "7.0.8",
1616
"@types/semver": "5.3.33",
1717
"@types/node": "8.5.8",
1818
"api-extractor-test-01": "1.0.0",

build-tests/api-extractor-test-04/dist/beta/api-extractor-test-04.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,5 @@ export declare enum RegularEnum {
126126
* @beta
127127
*/
128128
export declare const variableDeclaration: string;
129+
130+
export { }

build-tests/api-extractor-test-04/dist/internal/api-extractor-test-04.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,5 @@ export declare enum RegularEnum {
229229
* @beta
230230
*/
231231
export declare const variableDeclaration: string;
232+
233+
export { }

build-tests/api-extractor-test-04/dist/public/api-extractor-test-04.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ export declare class PublicClass {
5151
/* Excluded from this release type: RegularEnum */
5252

5353
/* Excluded from this release type: variableDeclaration */
54+
55+
export { }

build-tests/api-extractor-test-04/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "7.0.7",
15+
"@microsoft/api-extractor": "7.0.8",
1616
"fs-extra": "~7.0.1",
1717
"typescript": "~3.0.3"
1818
}

build-tests/api-extractor-test-05/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "7.0.7",
16-
"@microsoft/api-documenter": "7.0.9",
15+
"@microsoft/api-extractor": "7.0.8",
16+
"@microsoft/api-documenter": "7.0.10",
1717
"@types/jest": "21.1.10",
1818
"@types/node": "8.5.8",
1919
"fs-extra": "~7.0.1",

0 commit comments

Comments
 (0)