@dotcms/client
Advanced tools
Comparing version 0.0.1-alpha.24 to 0.0.1-alpha.25
{ | ||
"name": "@dotcms/client", | ||
"version": "0.0.1-alpha.24", | ||
"version": "0.0.1-alpha.25", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Official JavaScript library for interacting with DotCMS REST APIs.", |
@@ -76,3 +76,3 @@ import { Content } from './content/content-api'; | ||
} | ||
return response.json(); | ||
return response.json().then((data) => data.entity); | ||
} | ||
@@ -79,0 +79,0 @@ }; |
Sorry, the diff of this file is not supported yet
133004