@pnp/graph 2.11.0 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ var GraphHttpClient = /** @class */ (function () {
26
26
  }
27
27
  if (!headers.has("SdkVersion")) {
28
28
  // this marks the requests for understanding by the service
29
- headers.append("SdkVersion", "PnPCoreJS/2.11.0");
29
+ headers.append("SdkVersion", "PnPCoreJS/2.12.0");
30
30
  }
31
31
  var opts = assign(options, { headers: headers });
32
32
  return this.fetchRaw(url, opts);
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@pnp/graph",
3
- "version": "2.11.0",
3
+ "version": "2.12.0",
4
4
  "description": "pnp - provides functionality to query the Microsoft Graph",
5
5
  "main": "./index.js",
6
6
  "typings": "./index",
7
7
  "dependencies": {
8
- "@microsoft/microsoft-graph-types": "^2.10.0",
8
+ "@microsoft/microsoft-graph-types": "^2.13.0",
9
9
  "tslib": "2.3.0",
10
- "@pnp/common": "2.11.0",
11
- "@pnp/logging": "2.11.0",
12
- "@pnp/odata": "2.11.0"
10
+ "@pnp/common": "2.12.0",
11
+ "@pnp/logging": "2.12.0",
12
+ "@pnp/odata": "2.12.0"
13
13
  },
14
14
  "author": {
15
15
  "name": "Microsoft and other contributors"