gd-sprest 9.0.0 → 9.0.2

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/build/rest.js CHANGED
@@ -9,7 +9,7 @@ var sptypes_1 = require("./sptypes");
9
9
  * SharePoint REST Library
10
10
  */
11
11
  exports.$REST = {
12
- __ver: 9.00,
12
+ __ver: 9.02,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,
package/build/v2/sites.js CHANGED
@@ -128,7 +128,7 @@ exports.sites.getFile = function (props) {
128
128
  // Resolve the request
129
129
  resolve(drive.items(file.UniqueId));
130
130
  }, reject);
131
- });
131
+ }, reject);
132
132
  }
133
133
  }, reject);
134
134
  }, reject);
@@ -213,7 +213,7 @@ exports.sites.getIdByUrl = function (url) {
213
213
  });
214
214
  });
215
215
  }, reject);
216
- });
216
+ }, reject);
217
217
  });
218
218
  };
219
219
  /** Returns the root site of the current site. */