@contentful/field-editor-reference 6.10.6 → 6.10.7
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/dist/cjs/types.js +0 -18
- package/dist/esm/types.js +1 -1
- package/dist/types/types.d.ts +4 -4
- package/package.json +2 -2
package/dist/cjs/types.js
CHANGED
|
@@ -2,21 +2,3 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
function _export(target, all) {
|
|
6
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: all[name]
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
_export(exports, {
|
|
12
|
-
Asset: function() {
|
|
13
|
-
return _fieldeditorshared.Asset;
|
|
14
|
-
},
|
|
15
|
-
Entry: function() {
|
|
16
|
-
return _fieldeditorshared.Entry;
|
|
17
|
-
},
|
|
18
|
-
File: function() {
|
|
19
|
-
return _fieldeditorshared.File;
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
const _fieldeditorshared = require("@contentful/field-editor-shared");
|
package/dist/esm/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { };
|
package/dist/types/types.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { NavigatorSlideInfo, ContentEntityType } from '@contentful/app-sdk';
|
|
3
|
-
import { Entry, Asset } from '@contentful/field-editor-shared';
|
|
4
|
-
import { ResourceProps } from 'contentful-management';
|
|
2
|
+
import type { NavigatorSlideInfo, ContentEntityType } from '@contentful/app-sdk';
|
|
3
|
+
import type { Entry, Asset } from '@contentful/field-editor-shared';
|
|
4
|
+
import type { ResourceProps } from 'contentful-management';
|
|
5
5
|
export type { BaseAppSDK, FieldAppSDK, ContentType, ContentTypeField, Link, ContentEntityType, NavigatorSlideInfo, ScheduledAction, } from '@contentful/app-sdk';
|
|
6
6
|
export type { SpaceProps as Space, ResourceLink, ResourceProps as ExternalResource, SpaceEnvResourceTypeProps as ResourceType, } from 'contentful-management';
|
|
7
|
-
export { Entry, File, Asset } from '@contentful/field-editor-shared';
|
|
7
|
+
export type { Entry, File, Asset } from '@contentful/field-editor-shared';
|
|
8
8
|
export type { ResourceInfo } from './common/EntityStore';
|
|
9
9
|
export type Entity = Entry | Asset;
|
|
10
10
|
export type EntryLink = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/field-editor-reference",
|
|
3
|
-
"version": "6.10.
|
|
3
|
+
"version": "6.10.7",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"registry": "https://npm.pkg.github.com/"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "f1cb85110b2358bffa0aba4596a6d5c637e8a04e"
|
|
71
71
|
}
|