@webiny/app-headless-cms 5.36.0-beta.2 → 5.36.1-beta.0
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/admin/plugins/index.d.ts +2 -2
- package/allPlugins.d.ts +2 -2
- package/package.json +19 -19
package/admin/plugins/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const _default: () => (import("../../types").CmsEditorFormSettingsPlugin | import("../../types").CmsIconsPlugin | import("../../types").CmsFieldValueTransformer<{
|
|
2
|
+
declare const _default: () => (import("../../types").CmsEditorFormSettingsPlugin | import("../../types").CmsIconsPlugin | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("../../types").CmsFieldValueTransformer<{
|
|
3
3
|
id: string;
|
|
4
4
|
type: string;
|
|
5
5
|
fieldId: string;
|
|
@@ -26,7 +26,7 @@ declare const _default: () => (import("../../types").CmsEditorFormSettingsPlugin
|
|
|
26
26
|
name: string;
|
|
27
27
|
};
|
|
28
28
|
tags?: string[] | undefined;
|
|
29
|
-
}>[] | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app
|
|
29
|
+
}>[] | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app/plugins/ApolloCacheObjectIdPlugin").ApolloCacheObject> | import("../../types").CmsContentDetailsPlugin[] | {
|
|
30
30
|
name: string;
|
|
31
31
|
type: string;
|
|
32
32
|
render(): JSX.Element;
|
package/allPlugins.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const _default: (import("./types").CmsModelFieldTypePlugin | import("./types").CmsModelFieldRendererPlugin | import("./types").CmsModelFieldRendererPlugin[] | import("./types").CmsModelFieldValidatorPlugin<any> | import("./types").CmsModelFieldRegexValidatorExpressionPlugin | (import("./types").CmsEditorFormSettingsPlugin | import("./types").CmsIconsPlugin | import("./types").CmsFieldValueTransformer<{
|
|
2
|
+
declare const _default: (import("./types").CmsModelFieldTypePlugin | import("./types").CmsModelFieldRendererPlugin | import("./types").CmsModelFieldRendererPlugin[] | import("./types").CmsModelFieldValidatorPlugin<any> | import("./types").CmsModelFieldRegexValidatorExpressionPlugin | (import("./types").CmsEditorFormSettingsPlugin | import("./types").CmsIconsPlugin | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("./types").CmsFieldValueTransformer<{
|
|
3
3
|
id: string;
|
|
4
4
|
type: string;
|
|
5
5
|
fieldId: string;
|
|
@@ -26,7 +26,7 @@ declare const _default: (import("./types").CmsModelFieldTypePlugin | import("./t
|
|
|
26
26
|
name: string;
|
|
27
27
|
};
|
|
28
28
|
tags?: string[] | undefined;
|
|
29
|
-
}>[] | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app
|
|
29
|
+
}>[] | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app/plugins/ApolloCacheObjectIdPlugin").ApolloCacheObject> | import("./types").CmsContentDetailsPlugin[] | {
|
|
30
30
|
name: string;
|
|
31
31
|
type: string;
|
|
32
32
|
render(): JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-headless-cms",
|
|
3
|
-
"version": "5.36.
|
|
3
|
+
"version": "5.36.1-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
"@material-design-icons/svg": "0.14.2",
|
|
28
28
|
"@svgr/webpack": "6.5.1",
|
|
29
29
|
"@types/react": "17.0.39",
|
|
30
|
-
"@webiny/app": "5.36.
|
|
31
|
-
"@webiny/app-admin": "5.36.
|
|
32
|
-
"@webiny/app-graphql-playground": "5.36.
|
|
33
|
-
"@webiny/app-i18n": "5.36.
|
|
34
|
-
"@webiny/app-plugin-admin-welcome-screen": "5.36.
|
|
35
|
-
"@webiny/app-security": "5.36.
|
|
36
|
-
"@webiny/error": "5.36.
|
|
37
|
-
"@webiny/form": "5.36.
|
|
38
|
-
"@webiny/plugins": "5.36.
|
|
39
|
-
"@webiny/react-composition": "5.36.
|
|
40
|
-
"@webiny/react-properties": "5.36.
|
|
41
|
-
"@webiny/react-router": "5.36.
|
|
42
|
-
"@webiny/ui": "5.36.
|
|
43
|
-
"@webiny/utils": "5.36.
|
|
44
|
-
"@webiny/validation": "5.36.
|
|
30
|
+
"@webiny/app": "5.36.1-beta.0",
|
|
31
|
+
"@webiny/app-admin": "5.36.1-beta.0",
|
|
32
|
+
"@webiny/app-graphql-playground": "5.36.1-beta.0",
|
|
33
|
+
"@webiny/app-i18n": "5.36.1-beta.0",
|
|
34
|
+
"@webiny/app-plugin-admin-welcome-screen": "5.36.1-beta.0",
|
|
35
|
+
"@webiny/app-security": "5.36.1-beta.0",
|
|
36
|
+
"@webiny/error": "5.36.1-beta.0",
|
|
37
|
+
"@webiny/form": "5.36.1-beta.0",
|
|
38
|
+
"@webiny/plugins": "5.36.1-beta.0",
|
|
39
|
+
"@webiny/react-composition": "5.36.1-beta.0",
|
|
40
|
+
"@webiny/react-properties": "5.36.1-beta.0",
|
|
41
|
+
"@webiny/react-router": "5.36.1-beta.0",
|
|
42
|
+
"@webiny/ui": "5.36.1-beta.0",
|
|
43
|
+
"@webiny/utils": "5.36.1-beta.0",
|
|
44
|
+
"@webiny/validation": "5.36.1-beta.0",
|
|
45
45
|
"apollo-cache": "1.3.5",
|
|
46
46
|
"apollo-client": "2.6.10",
|
|
47
47
|
"apollo-link": "1.2.14",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@babel/preset-env": "7.20.2",
|
|
72
72
|
"@babel/preset-react": "7.18.6",
|
|
73
73
|
"@babel/preset-typescript": "7.18.6",
|
|
74
|
-
"@webiny/cli": "5.36.
|
|
75
|
-
"@webiny/project-utils": "5.36.
|
|
74
|
+
"@webiny/cli": "5.36.1-beta.0",
|
|
75
|
+
"@webiny/project-utils": "5.36.1-beta.0",
|
|
76
76
|
"babel-plugin-emotion": "9.2.11",
|
|
77
77
|
"babel-plugin-lodash": "3.3.4",
|
|
78
78
|
"babel-plugin-module-resolver": "4.1.0",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
]
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "5c0feb9439367d0e20b2e3bfd4828d0e6e9d9ef0"
|
|
107
107
|
}
|