jitz-sharepoint-utilities 2.0.11 → 2.0.12

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.
@@ -332,7 +332,7 @@ export default class Repository<T extends IModel> implements IRepository<T> {
332
332
  if (response.status >= 200 && response.status < 300) {
333
333
  return item;
334
334
  } else {
335
- console.log(JSON.stringify(response));
335
+ // console.log(JSON.stringify(response));
336
336
  return Promise.reject(new Error(JSON.stringify(response)));
337
337
  }
338
338
  });
@@ -369,7 +369,7 @@ var Repository = /** @class */ (function () {
369
369
  return item;
370
370
  }
371
371
  else {
372
- console.log(JSON.stringify(response));
372
+ // console.log(JSON.stringify(response));
373
373
  return Promise.reject(new Error(JSON.stringify(response)));
374
374
  }
375
375
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jitz-sharepoint-utilities",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Essential SharePoint utilities for SharePoint Add-in and SPFx development",
5
5
  "author": "Jithendra Mani",
6
6
  "license": "ISC",