@pnp/graph 2.14.0 → 2.15.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.
- package/graphhttpclient.js +1 -1
- package/package.json +4 -4
package/graphhttpclient.js
CHANGED
|
@@ -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.
|
|
29
|
+
headers.append("SdkVersion", "PnPCoreJS/2.15.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.
|
|
3
|
+
"version": "2.15.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
8
|
"@microsoft/microsoft-graph-types": "^2.13.0",
|
|
9
9
|
"tslib": "2.3.0",
|
|
10
|
-
"@pnp/common": "2.
|
|
11
|
-
"@pnp/logging": "2.
|
|
12
|
-
"@pnp/odata": "2.
|
|
10
|
+
"@pnp/common": "2.15.0",
|
|
11
|
+
"@pnp/logging": "2.15.0",
|
|
12
|
+
"@pnp/odata": "2.15.0"
|
|
13
13
|
},
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "Microsoft and other contributors"
|