@webiny/app-headless-cms 0.0.0-unstable.5e7233243f → 0.0.0-unstable.8c4d9f045a

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.
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare const _default: () => (import("../../types").CmsEditorFormSettingsPlugin | import("../../types").CmsIconsPlugin | import("../../types").CmsFieldValueTransformer[] | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app/plugins/ApolloCacheObjectIdPlugin").ApolloCacheObject> | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("../../types").CmsContentDetailsPlugin[] | {
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[] | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app/plugins/ApolloCacheObjectIdPlugin").ApolloCacheObject> | import("@webiny/app/types").RoutePlugin[] | import("../../types").CmsContentDetailsPlugin[] | {
3
3
  name: string;
4
4
  type: string;
5
5
  render(): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-headless-cms",
3
- "version": "0.0.0-unstable.5e7233243f",
3
+ "version": "0.0.0-unstable.8c4d9f045a",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,20 +26,20 @@
26
26
  "@fortawesome/react-fontawesome": "0.1.19",
27
27
  "@svgr/webpack": "6.3.1",
28
28
  "@types/react": "17.0.39",
29
- "@webiny/app": "0.0.0-unstable.5e7233243f",
30
- "@webiny/app-admin": "0.0.0-unstable.5e7233243f",
31
- "@webiny/app-graphql-playground": "0.0.0-unstable.5e7233243f",
32
- "@webiny/app-i18n": "0.0.0-unstable.5e7233243f",
33
- "@webiny/app-plugin-admin-welcome-screen": "0.0.0-unstable.5e7233243f",
34
- "@webiny/app-security": "0.0.0-unstable.5e7233243f",
35
- "@webiny/error": "0.0.0-unstable.5e7233243f",
36
- "@webiny/form": "0.0.0-unstable.5e7233243f",
37
- "@webiny/plugins": "0.0.0-unstable.5e7233243f",
38
- "@webiny/react-composition": "0.0.0-unstable.5e7233243f",
39
- "@webiny/react-router": "0.0.0-unstable.5e7233243f",
40
- "@webiny/ui": "0.0.0-unstable.5e7233243f",
41
- "@webiny/utils": "0.0.0-unstable.5e7233243f",
42
- "@webiny/validation": "0.0.0-unstable.5e7233243f",
29
+ "@webiny/app": "0.0.0-unstable.8c4d9f045a",
30
+ "@webiny/app-admin": "0.0.0-unstable.8c4d9f045a",
31
+ "@webiny/app-graphql-playground": "0.0.0-unstable.8c4d9f045a",
32
+ "@webiny/app-i18n": "0.0.0-unstable.8c4d9f045a",
33
+ "@webiny/app-plugin-admin-welcome-screen": "0.0.0-unstable.8c4d9f045a",
34
+ "@webiny/app-security": "0.0.0-unstable.8c4d9f045a",
35
+ "@webiny/error": "0.0.0-unstable.8c4d9f045a",
36
+ "@webiny/form": "0.0.0-unstable.8c4d9f045a",
37
+ "@webiny/plugins": "0.0.0-unstable.8c4d9f045a",
38
+ "@webiny/react-composition": "0.0.0-unstable.8c4d9f045a",
39
+ "@webiny/react-router": "0.0.0-unstable.8c4d9f045a",
40
+ "@webiny/ui": "0.0.0-unstable.8c4d9f045a",
41
+ "@webiny/utils": "0.0.0-unstable.8c4d9f045a",
42
+ "@webiny/validation": "0.0.0-unstable.8c4d9f045a",
43
43
  "apollo-cache": "1.3.5",
44
44
  "apollo-client": "2.6.10",
45
45
  "apollo-link": "1.2.14",
@@ -72,8 +72,8 @@
72
72
  "@babel/preset-env": "^7.16.4",
73
73
  "@babel/preset-react": "^7.16.0",
74
74
  "@babel/preset-typescript": "^7.16.0",
75
- "@webiny/cli": "^0.0.0-unstable.5e7233243f",
76
- "@webiny/project-utils": "^0.0.0-unstable.5e7233243f",
75
+ "@webiny/cli": "^0.0.0-unstable.8c4d9f045a",
76
+ "@webiny/project-utils": "^0.0.0-unstable.8c4d9f045a",
77
77
  "babel-plugin-emotion": "^9.2.8",
78
78
  "babel-plugin-lodash": "^3.3.4",
79
79
  "babel-plugin-module-resolver": "^4.1.0",
@@ -104,5 +104,5 @@
104
104
  ]
105
105
  }
106
106
  },
107
- "gitHead": "995a4b337db9b8497c6615e335dcd206afe26f8f"
107
+ "gitHead": "5f904a53a5956269bd80a9c084cc04f92b824d36"
108
108
  }