@contentful/field-editor-reference 5.2.0 → 5.2.1
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.
- package/CHANGELOG.md +6 -0
- package/dist/field-editor-reference.cjs.development.js +1 -1
- package/dist/field-editor-reference.cjs.development.js.map +1 -1
- package/dist/field-editor-reference.cjs.production.min.js +1 -1
- package/dist/field-editor-reference.cjs.production.min.js.map +1 -1
- package/dist/field-editor-reference.esm.js +1 -1
- package/dist/field-editor-reference.esm.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.2.1](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.2.0...@contentful/field-editor-reference@5.2.1) (2022-09-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- increase pqueue concurrency in entitystore ([#1237](https://github.com/contentful/field-editors/issues/1237)) ([f81da79](https://github.com/contentful/field-editors/commit/f81da798ac61a2b609aefe3bc64450c3e942e6bf))
|
|
11
|
+
|
|
6
12
|
# [5.2.0](https://github.com/contentful/field-editors/compare/@contentful/field-editor-reference@5.1.8...@contentful/field-editor-reference@5.2.0) (2022-09-14)
|
|
7
13
|
|
|
8
14
|
### Features
|
|
@@ -1926,7 +1926,7 @@ var _excluded$1 = ["priority"],
|
|
|
1926
1926
|
_excluded2 = ["children"];
|
|
1927
1927
|
|
|
1928
1928
|
var globalQueue = /*#__PURE__*/new PQueue({
|
|
1929
|
-
concurrency:
|
|
1929
|
+
concurrency: 50
|
|
1930
1930
|
});
|
|
1931
1931
|
var UnsupportedError = /*#__PURE__*/function (_Error) {
|
|
1932
1932
|
_inheritsLoose(UnsupportedError, _Error);
|