gd-sprest
Advanced tools
Comparing version 8.2.2 to 8.2.3
@@ -12,3 +12,3 @@ "use strict"; | ||
exports.$REST = { | ||
__ver: 8.22, | ||
__ver: 8.23, | ||
AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); }, | ||
@@ -15,0 +15,0 @@ Apps: Lib.Apps, |
@@ -47,3 +47,3 @@ "use strict"; | ||
executeMethod: function (base, methodName, methodConfig, args) { | ||
var _a; | ||
var _a, _b; | ||
var targetInfo = null; | ||
@@ -55,2 +55,3 @@ // See if the metadata is defined for the base object | ||
targetInfo = { | ||
requestDigest: (_a = base.targetInfo) === null || _a === void 0 ? void 0 : _a.requestDigest, | ||
url: metadata.uri | ||
@@ -71,3 +72,3 @@ }; | ||
// See if the method config name has a base reference | ||
var startIdx = (_a = methodConfig === null || methodConfig === void 0 ? void 0 : methodConfig.name) === null || _a === void 0 ? void 0 : _a.indexOf("[base."); | ||
var startIdx = (_b = methodConfig === null || methodConfig === void 0 ? void 0 : methodConfig.name) === null || _b === void 0 ? void 0 : _b.indexOf("[base."); | ||
if (startIdx >= 0) { | ||
@@ -74,0 +75,0 @@ // Get the property name |
{ | ||
"name": "gd-sprest", | ||
"version": "8.2.2", | ||
"version": "8.2.3", | ||
"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
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
2583527
31453