@journeyapps-solutions/cc-util-sync-collective 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -250,7 +250,8 @@ class SyncCollective {
250
250
  throw _response;
251
251
  }
252
252
 
253
- return _response;
253
+ let _json = yield _response.json();
254
+ return _json;
254
255
  } catch (error) {
255
256
  console.error(`${NAME} - ${error}`);
256
257
  throw error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@journeyapps-solutions/cc-util-sync-collective",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Sync Data between projects. Either Directly, or via Slave & Master Configuration",
5
5
  "main": "./index.js",
6
6
  "scripts": {