@vida-global/core 1.1.2 → 1.1.3

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.
@@ -82,6 +82,7 @@ class VidaServerController {
82
82
 
83
83
  async formatJSONBody(body, options) {
84
84
  body = await this._formatJSONBody(body, options);
85
+ if (options.standardize === false) return body;
85
86
  return {data: body, status: this.statusText};
86
87
  }
87
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vida-global/core",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Core libraries for supporting Vida development",
5
5
  "author": "",
6
6
  "license": "ISC",