jitz-sharepoint-utilities 2.0.12 → 2.0.15

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.
@@ -227,7 +227,6 @@ var CommonRepository = /** @class */ (function () {
227
227
  return item;
228
228
  }
229
229
  else {
230
- console.log(JSON.stringify(response));
231
230
  return Promise.reject(new Error(JSON.stringify(response)));
232
231
  }
233
232
  });
@@ -45,7 +45,6 @@ var Repository = /** @class */ (function () {
45
45
  var queryUrlGetAllItems = "".concat(this.context.siteUrl, "/_api/web/lists/GetByTitle('") +
46
46
  this.listName +
47
47
  "')/items";
48
- console.log(queryUrlGetAllItems);
49
48
  if (selectFields != null && selectFields != "") {
50
49
  queryUrlGetAllItems = queryUrlGetAllItems + "?$select=" + selectFields;
51
50
  }
@@ -344,7 +343,6 @@ var Repository = /** @class */ (function () {
344
343
  return item;
345
344
  }
346
345
  else {
347
- console.log(JSON.stringify(response));
348
346
  return Promise.reject(new Error(JSON.stringify(response)));
349
347
  }
350
348
  });
@@ -71,7 +71,6 @@ var GraphService = /** @class */ (function () {
71
71
  console.log(err);
72
72
  return err;
73
73
  }
74
- console.log(res);
75
74
  return res;
76
75
  })];
77
76
  case 1: return [2 /*return*/, _a.sent()];
@@ -92,7 +91,6 @@ var GraphService = /** @class */ (function () {
92
91
  console.log(err);
93
92
  return err;
94
93
  }
95
- console.log(res);
96
94
  return res;
97
95
  })];
98
96
  case 1: return [2 /*return*/, _a.sent()];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jitz-sharepoint-utilities",
3
- "version": "2.0.12",
3
+ "version": "2.0.15",
4
4
  "description": "Essential SharePoint utilities for SharePoint Add-in and SPFx development",
5
5
  "author": "Jithendra Mani",
6
6
  "license": "ISC",