@hubs101/js-api-skd-client 1.0.10375 → 1.0.10376

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.
@@ -445,7 +445,7 @@ const _createPage = (basePath, token, data) => __awaiter(void 0, void 0, void 0,
445
445
  exports._createPage = _createPage;
446
446
  const _updatePage = (basePath, token, pageId, data) => __awaiter(void 0, void 0, void 0, function* () {
447
447
  const base = (0, base_1.getBasePath)(basePath);
448
- const { data: response } = yield (0, api_1.postFilesAndDataRequest)(`${base.PAGES}/${pageId}`, data, [], token, "put");
448
+ const response = yield (0, api_1.postFilesAndDataRequest)(`${base.PAGES}/${pageId}`, data, [], token, "put");
449
449
  return response;
450
450
  });
451
451
  exports._updatePage = _updatePage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10375",
3
+ "version": "1.0.10376",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",