@contentful/field-editor-reference 4.5.1 → 4.6.2
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 +18 -0
- package/dist/common/SortableLinkList.d.ts +1 -1
- package/dist/field-editor-reference.cjs.development.js +47 -29
- 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 +47 -29
- package/dist/field-editor-reference.esm.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { Entry, Asset } from '@contentful/field-editor-shared';
|
|
|
4
4
|
export type { BaseExtensionSDK, FieldExtensionSDK, ContentType, ContentTypeField, Link, ContentEntityType, NavigatorSlideInfo, ScheduledAction, } from '@contentful/app-sdk';
|
|
5
5
|
export type { SpaceProps as Space } from 'contentful-management';
|
|
6
6
|
export { Entry, File, Asset } from '@contentful/field-editor-shared';
|
|
7
|
+
export type { ResourceInfo } from './common/EntityStore';
|
|
7
8
|
export declare type Entity = Entry | Asset;
|
|
8
9
|
export declare type EntryLink = {
|
|
9
10
|
sys: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/field-editor-reference",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/field-editor-reference.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "918446f9d4dbf6709c67eab624afba84f4013dd3"
|
|
60
60
|
}
|