@vtex/api
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -26,2 +26,4 @@ 'use strict'; | ||
const DEFAULT_WORKSPACE = 'master'; | ||
const data = _data => _data; | ||
const noTransforms = [data]; | ||
@@ -78,3 +80,3 @@ const routes = { | ||
getFile(account, workspace, bucket, path) { | ||
return this.http(routes.Files(account, workspace, bucket, path)); | ||
return this.http(routes.Files(account, workspace, bucket, path), { transformResponse: noTransforms }); | ||
} | ||
@@ -81,0 +83,0 @@ |
{ | ||
"name": "@vtex/api", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "VTEX I/O API client", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
34150
402