Skip to content

Commit 33bc436

Browse files
author
OneDrive Build
committed
Applying package updates.
1 parent 6b3c824 commit 33bc436

7 files changed

Lines changed: 67 additions & 23 deletions

File tree

api-extractor/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "1.1.1",
6+
"tag": "@microsoft/api-extractor_v1.1.1",
7+
"date": "Thu, 19 Jan 2017 20:04:40 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Check for missing JsDoc sequences changed."
12+
},
13+
{
14+
"comment": "Improved error messages"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "1.1.0",
621
"tag": "@microsoft/api-extractor_v1.1.0",

api-extractor/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log - @microsoft/api-extractor
22

3-
This log was last generated on Wed, 18 Jan 2017 20:04:29 GMT and should not be manually modified.
3+
This log was last generated on Thu, 19 Jan 2017 20:04:40 GMT and should not be manually modified.
4+
5+
## 1.1.1
6+
Thu, 19 Jan 2017 20:04:40 GMT
7+
8+
### Patches
9+
10+
- Check for missing JsDoc sequences changed.
11+
- Improved error messages
412

513
## 1.1.0
614
Wed, 18 Jan 2017 20:04:29 GMT

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": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Validatation, documentation, and auditing for the exported API of a TypeScript package",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

common/changes/dagaeta-api-extractor-comment-fixes_2017-01-19-19-27.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/pgonzal-fix-errors_2017-01-19-19-29.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/npmx-link.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"localLinks": {
3+
"@microsoft/gulp-core-build-karma": [
4+
"@microsoft/gulp-core-build"
5+
],
6+
"@microsoft/gulp-core-build-mocha": [
7+
"@microsoft/gulp-core-build"
8+
],
9+
"@microsoft/gulp-core-build-sass": [
10+
"@microsoft/gulp-core-build"
11+
],
12+
"@microsoft/gulp-core-build-serve": [
13+
"@microsoft/gulp-core-build"
14+
],
15+
"@microsoft/gulp-core-build-typescript": [
16+
"@microsoft/gulp-core-build"
17+
],
18+
"@microsoft/gulp-core-build-webpack": [
19+
"@microsoft/gulp-core-build"
20+
],
21+
"@microsoft/node-library-build": [
22+
"@microsoft/gulp-core-build",
23+
"@microsoft/gulp-core-build-mocha",
24+
"@microsoft/gulp-core-build-typescript"
25+
],
26+
"@microsoft/package-deps-hash": [
27+
"@microsoft/node-library-build"
28+
],
29+
"@microsoft/web-library-build": [
30+
"@microsoft/gulp-core-build",
31+
"@microsoft/gulp-core-build-karma",
32+
"@microsoft/gulp-core-build-sass",
33+
"@microsoft/gulp-core-build-serve",
34+
"@microsoft/gulp-core-build-typescript",
35+
"@microsoft/gulp-core-build-webpack"
36+
],
37+
"test-web-library-build": [
38+
"@microsoft/web-library-build"
39+
]
40+
}
41+
}

gulp-core-build-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0",
19-
"@microsoft/api-extractor": ">=1.1.0 <2.0.0",
19+
"@microsoft/api-extractor": ">=1.1.1 <2.0.0",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/gulp": "^3.8.32",
2222
"@types/node": "^6.0.46",

0 commit comments

Comments
 (0)