We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45615c7 + 43366fd commit 462a112Copy full SHA for 462a112
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "msgraph-sdk-javascript",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "Microsoft Graph JavaScript SDK",
5
"main": "lib/src/index.js",
6
"typings": "lib/src/index",
@@ -20,7 +20,7 @@
20
"test": "mocha lib/test"
21
},
22
"dependencies": {
23
- "superagent": "^2.2.0"
+ "superagent": "~3.3.0"
24
25
"repository": {
26
"type": "git",
samples/node/node-sample.js
@@ -36,7 +36,7 @@ client
36
.then((res) => {
37
console.log(res);
38
}).catch((err) => {
39
- console.log(res);
+ console.log(err);
40
});
41
42
// Update the authenticated users birthday.
0 commit comments