@datocms/cda-client
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -21,2 +21,3 @@ "use strict"; | ||
__exportStar(require("./executeQuery"), exports); | ||
__exportStar(require("./executeQueryWithAutoPagination"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -5,1 +5,2 @@ export * from './ApiError'; | ||
export * from './executeQuery'; | ||
export * from './executeQueryWithAutoPagination'; |
@@ -5,2 +5,3 @@ export * from './ApiError'; | ||
export * from './executeQuery'; | ||
export * from './executeQueryWithAutoPagination'; | ||
//# sourceMappingURL=index.js.map |
@@ -5,1 +5,2 @@ export * from './ApiError'; | ||
export * from './executeQuery'; | ||
export * from './executeQueryWithAutoPagination'; |
{ | ||
"name": "@datocms/cda-client", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "JS client for DatoCMS GraphQL Content Delivery API based on the browser Fetch API", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -5,1 +5,2 @@ export * from './ApiError'; | ||
export * from './executeQuery'; | ||
export * from './executeQueryWithAutoPagination'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
123804
44
2076