@dnax/core 0.12.6 → 0.12.7

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.
@@ -435,7 +435,7 @@ class useRest {
435
435
  });
436
436
  }
437
437
 
438
- return resolve(data);
438
+ return resolve(toJson(data));
439
439
  } catch (err) {
440
440
  reject(err);
441
441
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnax/core",
3
- "version": "0.12.6",
3
+ "version": "0.12.7",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {