Skip to content

Commit ba34bd9

Browse files
Merge remote-tracking branch 'origin/dev' into Middleware
2 parents 53a928c + 9000584 commit ba34bd9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Bug Fixes
1313

1414
### 1.2.0
1515
Updates
16+
1617
* Two output js files, one with polyfills for Fetch-API and ES6-Promises ([lib/graph-js-sdk-web.js](./lib/graph-js-sdk-web.js)) and one without ([lib/graph-js-sdk-core.js](./lib/graph-js-sdk-core.js))
1718
[Refer [README.md](https://github.com/microsoftgraph/msgraph-sdk-javascript#browser) for usage]
1819
* Enum for ResponseType, which lists down the available ResponseType options in autocomplete

package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GraphRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,4 +708,4 @@ export class GraphRequest {
708708
throw error;
709709
}
710710
}
711-
}
711+
}

0 commit comments

Comments
 (0)