Skip to content

Commit d5c0348

Browse files
Merge branch 'dev' into TelemetryHandler
2 parents 05dba30 + 55e155a commit d5c0348

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/microsoft-graph-client",
33
"//": "NOTE: The version here should match exactly the exported const PACKAGE_VERSION in Constants.ts. If you change it here, also change it there.",
4-
"version": "1.6.0-Preview.2",
4+
"version": "1.6.0-Preview.3",
55
"description": "Microsoft Graph Client Library",
66
"main": "lib/src/index.js",
77
"module": "lib/es/index.js",

src/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export const GRAPH_BASE_URL = "https://graph.microsoft.com/";
2727
* @NOTE: This should be kept up to date with the version used in package.json.
2828
* If you are changing this please ensure you are also changing it in package.json.
2929
*/
30-
export const PACKAGE_VERSION = "1.6.0-Preview.2";
30+
export const PACKAGE_VERSION = "1.6.0-Preview.3";

tsconfig-es.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"extends": "./tsconfig-base.json",
33
"compilerOptions": {
4-
"module": "ESNext",
5-
"target": "esnext",
4+
"module": "es6",
5+
"target": "es6",
66
"lib": ["dom", "esnext"],
77
"outDir": "lib/es"
88
},

0 commit comments

Comments
 (0)