gd-sprest
Advanced tools
Comparing version 8.0.3 to 8.0.4
@@ -13,2 +13,3 @@ "use strict"; | ||
var _resolve = null; | ||
var _reject = null; | ||
// Returns the schema xml for a boolean field. | ||
@@ -245,2 +246,5 @@ var createBoolean = function (fieldInfo, props) { | ||
_resolve("<Field " + toString(props) + " />"); | ||
}, function () { | ||
// Error getting the lookup list | ||
_reject("Error getting the lookup list."); | ||
}); | ||
@@ -413,4 +417,5 @@ } | ||
return new Promise(function (resolve, reject) { | ||
// Set the resolve method | ||
// Set the resolve/reject methods | ||
_resolve = resolve; | ||
_reject = reject; | ||
// See if the schema xml has been defined | ||
@@ -417,0 +422,0 @@ if (fieldInfo.schemaXml) { |
@@ -12,3 +12,3 @@ "use strict"; | ||
exports.$REST = { | ||
__ver: 8.03, | ||
__ver: 8.04, | ||
AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); }, | ||
@@ -15,0 +15,0 @@ Apps: Lib.Apps, |
{ | ||
"name": "gd-sprest", | ||
"version": "8.0.3", | ||
"version": "8.0.4", | ||
"description": "An easy way to develop against the SharePoint REST API.", | ||
@@ -5,0 +5,0 @@ "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2570049
31313