netlify-cms-backend-test
Advanced tools
Comparing version
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.11.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.11.1...netlify-cms-backend-test@2.11.2) (2021-05-31) | ||
**Note:** Version bump only for package netlify-cms-backend-test | ||
## [2.11.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.11.0...netlify-cms-backend-test@2.11.1) (2021-05-19) | ||
@@ -8,0 +16,0 @@ |
@@ -213,3 +213,3 @@ "use strict"; | ||
const cursor = getCursor(folder, extension, entries, 0, depth); | ||
const ret = (0, _take2.default)(entries, pageSize); // eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
const ret = (0, _take2.default)(entries, pageSize); // eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
@@ -216,0 +216,0 @@ |
{ | ||
"name": "netlify-cms-backend-test", | ||
"description": "Development testing backend for Netlify CMS", | ||
"version": "2.11.1", | ||
"version": "2.11.2", | ||
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test", | ||
@@ -31,3 +31,3 @@ "bugs": "https://github.com/netlify/netlify-cms/issues", | ||
}, | ||
"gitHead": "bffea12b920501dea8e37703b0e10b96f6e98d5a" | ||
"gitHead": "7d73868721b6f68c148199d7790d62e831222341" | ||
} |
import { attempt, isError, take, unset, isEmpty } from 'lodash'; | ||
import uuid from 'uuid/v4'; | ||
import { | ||
EditorialWorkflowError, | ||
Cursor, | ||
CURSOR_COMPATIBILITY_SYMBOL, | ||
basename, | ||
import type { | ||
Implementation, | ||
@@ -18,2 +14,8 @@ Entry, | ||
} from 'netlify-cms-lib-util'; | ||
import { | ||
EditorialWorkflowError, | ||
Cursor, | ||
CURSOR_COMPATIBILITY_SYMBOL, | ||
basename, | ||
} from 'netlify-cms-lib-util'; | ||
import { extname, dirname } from 'path'; | ||
@@ -203,3 +205,3 @@ import AuthenticationPage from './AuthenticationPage'; | ||
const ret = take(entries, pageSize); | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
@@ -206,0 +208,0 @@ ret[CURSOR_COMPATIBILITY_SYMBOL] = cursor; |
Sorry, the diff of this file is not supported yet
295374
0.12%1325
0.15%