@webiny/app-serverless-cms 0.0.0-unstable.e53eceafb5 → 0.0.0-unstable.f9f12f52a0

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.
Files changed (3) hide show
  1. package/Admin.js +2 -6
  2. package/Admin.js.map +1 -1
  3. package/package.json +28 -33
package/Admin.js CHANGED
@@ -5,8 +5,6 @@ import { Tenancy } from "@webiny/app-tenancy";
5
5
  import { Security } from "@webiny/app-security";
6
6
  import { I18N } from "@webiny/app-i18n";
7
7
  import { I18NContent } from "@webiny/app-i18n-content";
8
- import { PageBuilder } from "@webiny/app-page-builder";
9
- import { FormBuilder } from "@webiny/app-form-builder";
10
8
  import { HeadlessCMS } from "@webiny/app-headless-cms";
11
9
  import { AdminUI } from "@webiny/app-admin-ui";
12
10
  import { FileManager } from "@webiny/app-file-manager/app";
@@ -20,13 +18,11 @@ import { createViewCompositionProvider } from "@webiny/app-admin/base/providers/
20
18
  import { AdvancedPublishingWorkflow } from "@webiny/app-apw";
21
19
  import { TenantManager } from "@webiny/app-tenant-manager";
22
20
  import { AuditLogs } from "@webiny/app-audit-logs";
23
- import { LexicalEditorPlugin } from "@webiny/lexical-editor-pb-element";
24
21
  import { LexicalEditorActions } from "@webiny/lexical-editor-actions";
25
22
  import { Module as MailerSettings } from "@webiny/app-mailer";
26
23
  import { Websockets } from "@webiny/app-websockets";
27
24
  import { RecordLocking } from "@webiny/app-record-locking";
28
25
  import { TrashBinConfigs } from "@webiny/app-trash-bin";
29
- import { DynamicPages } from "@webiny/app-dynamic-pages/admin";
30
26
  import { AdvancedContentOrganisation } from "@webiny/app-aco";
31
27
  import { Extension as WebsiteBuilder } from "@webiny/app-website-builder/Extension";
32
28
  import { SchedulerConfigs } from "@webiny/app-headless-cms-scheduler/index.js";
@@ -40,9 +36,9 @@ const App = props => {
40
36
  createApolloClient: createApolloClient
41
37
  }), /*#__PURE__*/React.createElement(I18N, null), /*#__PURE__*/React.createElement(I18NContent, null), /*#__PURE__*/React.createElement(Provider, {
42
38
  hoc: ViewCompositionProvider
43
- }), /*#__PURE__*/React.createElement(Websockets, null), /*#__PURE__*/React.createElement(RecordLocking, null), /*#__PURE__*/React.createElement(PageBuilder, null), /*#__PURE__*/React.createElement(LexicalEditorPlugin, null), /*#__PURE__*/React.createElement(LexicalEditorActions, null), /*#__PURE__*/React.createElement(FormBuilder, null), /*#__PURE__*/React.createElement(HeadlessCMS, {
39
+ }), /*#__PURE__*/React.createElement(Websockets, null), /*#__PURE__*/React.createElement(RecordLocking, null), /*#__PURE__*/React.createElement(LexicalEditorActions, null), /*#__PURE__*/React.createElement(HeadlessCMS, {
44
40
  createApolloClient: createApolloClient
45
- }), /*#__PURE__*/React.createElement(AdvancedPublishingWorkflow, null), /*#__PURE__*/React.createElement(TenantManager, null), /*#__PURE__*/React.createElement(AuditLogs, null), /*#__PURE__*/React.createElement(MailerSettings, null), /*#__PURE__*/React.createElement(SchedulerConfigs, null), /*#__PURE__*/React.createElement(TrashBinConfigs, null), /*#__PURE__*/React.createElement(DynamicPages, null), /*#__PURE__*/React.createElement(AdvancedContentOrganisation, null), /*#__PURE__*/React.createElement(WebsiteBuilder, null), props.children);
41
+ }), /*#__PURE__*/React.createElement(AdvancedPublishingWorkflow, null), /*#__PURE__*/React.createElement(TenantManager, null), /*#__PURE__*/React.createElement(AuditLogs, null), /*#__PURE__*/React.createElement(MailerSettings, null), /*#__PURE__*/React.createElement(SchedulerConfigs, null), /*#__PURE__*/React.createElement(TrashBinConfigs, null), /*#__PURE__*/React.createElement(AdvancedContentOrganisation, null), /*#__PURE__*/React.createElement(WebsiteBuilder, null), props.children);
46
42
  };
47
43
  export const Admin = /*#__PURE__*/memo(App);
48
44
 
package/Admin.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["React","memo","plugins","Admin","BaseAdmin","AppInstaller","Provider","Tenancy","Security","I18N","I18NContent","PageBuilder","FormBuilder","HeadlessCMS","AdminUI","FileManager","GraphQLPlayground","AccessManagement","imagePlugin","fileStorageS3Plugin","createApolloClient","defaultApolloClientFactory","apolloLinks","createViewCompositionProvider","AdvancedPublishingWorkflow","TenantManager","AuditLogs","LexicalEditorPlugin","LexicalEditorActions","Module","MailerSettings","Websockets","RecordLocking","TrashBinConfigs","DynamicPages","AdvancedContentOrganisation","Extension","WebsiteBuilder","SchedulerConfigs","App","props","ViewCompositionProvider","register","createElement","hoc","children"],"sources":["Admin.tsx"],"sourcesContent":["import React, { memo } from \"react\";\nimport { plugins } from \"@webiny/plugins\";\nimport type { AdminProps as BaseAdminProps } from \"@webiny/app-admin\";\nimport { Admin as BaseAdmin, AppInstaller, Provider } from \"@webiny/app-admin\";\nimport { Tenancy } from \"@webiny/app-tenancy\";\nimport { Security } from \"@webiny/app-security\";\nimport { I18N } from \"@webiny/app-i18n\";\nimport { I18NContent } from \"@webiny/app-i18n-content\";\nimport { PageBuilder } from \"@webiny/app-page-builder\";\nimport { FormBuilder } from \"@webiny/app-form-builder\";\nimport { HeadlessCMS } from \"@webiny/app-headless-cms\";\nimport { AdminUI } from \"@webiny/app-admin-ui\";\nimport { FileManager } from \"@webiny/app-file-manager/app\";\nimport { GraphQLPlayground } from \"@webiny/app-graphql-playground\";\nimport { AccessManagement } from \"@webiny/app-security-access-management\";\nimport { imagePlugin } from \"@webiny/app/plugins\";\nimport fileStorageS3Plugin from \"@webiny/app-file-manager-s3\";\nimport { createApolloClient as defaultApolloClientFactory } from \"./apolloClientFactory\";\nimport apolloLinks from \"./apolloLinks\";\nimport { createViewCompositionProvider } from \"@webiny/app-admin/base/providers/ViewCompositionProvider\";\nimport { AdvancedPublishingWorkflow } from \"@webiny/app-apw\";\nimport { TenantManager } from \"@webiny/app-tenant-manager\";\nimport { AuditLogs } from \"@webiny/app-audit-logs\";\nimport { LexicalEditorPlugin } from \"@webiny/lexical-editor-pb-element\";\nimport { LexicalEditorActions } from \"@webiny/lexical-editor-actions\";\nimport { Module as MailerSettings } from \"@webiny/app-mailer\";\nimport { Websockets } from \"@webiny/app-websockets\";\nimport { RecordLocking } from \"@webiny/app-record-locking\";\nimport { TrashBinConfigs } from \"@webiny/app-trash-bin\";\nimport { DynamicPages } from \"@webiny/app-dynamic-pages/admin\";\nimport { AdvancedContentOrganisation } from \"@webiny/app-aco\";\nimport { Extension as WebsiteBuilder } from \"@webiny/app-website-builder/Extension\";\nimport { SchedulerConfigs } from \"@webiny/app-headless-cms-scheduler/index.js\";\n\nexport interface AdminProps extends Omit<BaseAdminProps, \"createApolloClient\"> {\n createApolloClient?: BaseAdminProps[\"createApolloClient\"];\n children?: React.ReactNode;\n}\n\nconst App = (props: AdminProps) => {\n const createApolloClient = props.createApolloClient || defaultApolloClientFactory;\n const ViewCompositionProvider = createViewCompositionProvider();\n\n plugins.register(imagePlugin(), fileStorageS3Plugin(), apolloLinks);\n\n return (\n <BaseAdmin createApolloClient={createApolloClient}>\n <AdminUI />\n <Tenancy />\n <Security />\n <AccessManagement />\n <AppInstaller />\n <FileManager />\n <GraphQLPlayground createApolloClient={createApolloClient} />\n <I18N />\n <I18NContent />\n <Provider hoc={ViewCompositionProvider} />\n <Websockets />\n <RecordLocking />\n <PageBuilder />\n <LexicalEditorPlugin />\n <LexicalEditorActions />\n <FormBuilder />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AdvancedPublishingWorkflow />\n <TenantManager />\n <AuditLogs />\n <MailerSettings />\n <SchedulerConfigs />\n <TrashBinConfigs />\n <DynamicPages />\n <AdvancedContentOrganisation />\n <WebsiteBuilder />\n {props.children}\n </BaseAdmin>\n );\n};\n\nexport const Admin = memo<AdminProps>(App);\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","memo","plugins","Admin","BaseAdmin","AppInstaller","Provider","Tenancy","Security","I18N","I18NContent","HeadlessCMS","AdminUI","FileManager","GraphQLPlayground","AccessManagement","imagePlugin","fileStorageS3Plugin","createApolloClient","defaultApolloClientFactory","apolloLinks","createViewCompositionProvider","AdvancedPublishingWorkflow","TenantManager","AuditLogs","LexicalEditorActions","Module","MailerSettings","Websockets","RecordLocking","TrashBinConfigs","AdvancedContentOrganisation","Extension","WebsiteBuilder","SchedulerConfigs","App","props","ViewCompositionProvider","register","createElement","hoc","children"],"sources":["Admin.tsx"],"sourcesContent":["import React, { memo } from \"react\";\nimport { plugins } from \"@webiny/plugins\";\nimport type { AdminProps as BaseAdminProps } from \"@webiny/app-admin\";\nimport { Admin as BaseAdmin, AppInstaller, Provider } from \"@webiny/app-admin\";\nimport { Tenancy } from \"@webiny/app-tenancy\";\nimport { Security } from \"@webiny/app-security\";\nimport { I18N } from \"@webiny/app-i18n\";\nimport { I18NContent } from \"@webiny/app-i18n-content\";\nimport { HeadlessCMS } from \"@webiny/app-headless-cms\";\nimport { AdminUI } from \"@webiny/app-admin-ui\";\nimport { FileManager } from \"@webiny/app-file-manager/app\";\nimport { GraphQLPlayground } from \"@webiny/app-graphql-playground\";\nimport { AccessManagement } from \"@webiny/app-security-access-management\";\nimport { imagePlugin } from \"@webiny/app/plugins\";\nimport fileStorageS3Plugin from \"@webiny/app-file-manager-s3\";\nimport { createApolloClient as defaultApolloClientFactory } from \"./apolloClientFactory\";\nimport apolloLinks from \"./apolloLinks\";\nimport { createViewCompositionProvider } from \"@webiny/app-admin/base/providers/ViewCompositionProvider\";\nimport { AdvancedPublishingWorkflow } from \"@webiny/app-apw\";\nimport { TenantManager } from \"@webiny/app-tenant-manager\";\nimport { AuditLogs } from \"@webiny/app-audit-logs\";\nimport { LexicalEditorActions } from \"@webiny/lexical-editor-actions\";\nimport { Module as MailerSettings } from \"@webiny/app-mailer\";\nimport { Websockets } from \"@webiny/app-websockets\";\nimport { RecordLocking } from \"@webiny/app-record-locking\";\nimport { TrashBinConfigs } from \"@webiny/app-trash-bin\";\nimport { AdvancedContentOrganisation } from \"@webiny/app-aco\";\nimport { Extension as WebsiteBuilder } from \"@webiny/app-website-builder/Extension\";\nimport { SchedulerConfigs } from \"@webiny/app-headless-cms-scheduler/index.js\";\n\nexport interface AdminProps extends Omit<BaseAdminProps, \"createApolloClient\"> {\n createApolloClient?: BaseAdminProps[\"createApolloClient\"];\n children?: React.ReactNode;\n}\n\nconst App = (props: AdminProps) => {\n const createApolloClient = props.createApolloClient || defaultApolloClientFactory;\n const ViewCompositionProvider = createViewCompositionProvider();\n\n plugins.register(imagePlugin(), fileStorageS3Plugin(), apolloLinks);\n\n return (\n <BaseAdmin createApolloClient={createApolloClient}>\n <AdminUI />\n <Tenancy />\n <Security />\n <AccessManagement />\n <AppInstaller />\n <FileManager />\n <GraphQLPlayground createApolloClient={createApolloClient} />\n <I18N />\n <I18NContent />\n <Provider hoc={ViewCompositionProvider} />\n <Websockets />\n <RecordLocking />\n <LexicalEditorActions />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AdvancedPublishingWorkflow />\n <TenantManager />\n <AuditLogs />\n <MailerSettings />\n <SchedulerConfigs />\n <TrashBinConfigs />\n <AdvancedContentOrganisation />\n <WebsiteBuilder />\n {props.children}\n </BaseAdmin>\n );\n};\n\nexport const Admin = memo<AdminProps>(App);\n"],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-serverless-cms",
3
- "version": "0.0.0-unstable.e53eceafb5",
3
+ "version": "0.0.0-unstable.f9f12f52a0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -10,35 +10,31 @@
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@emotion/react": "11.10.8",
13
- "@webiny/app": "0.0.0-unstable.e53eceafb5",
14
- "@webiny/app-aco": "0.0.0-unstable.e53eceafb5",
15
- "@webiny/app-admin": "0.0.0-unstable.e53eceafb5",
16
- "@webiny/app-admin-ui": "0.0.0-unstable.e53eceafb5",
17
- "@webiny/app-apw": "0.0.0-unstable.e53eceafb5",
18
- "@webiny/app-audit-logs": "0.0.0-unstable.e53eceafb5",
19
- "@webiny/app-dynamic-pages": "0.0.0-unstable.e53eceafb5",
20
- "@webiny/app-file-manager": "0.0.0-unstable.e53eceafb5",
21
- "@webiny/app-file-manager-s3": "0.0.0-unstable.e53eceafb5",
22
- "@webiny/app-form-builder": "0.0.0-unstable.e53eceafb5",
23
- "@webiny/app-graphql-playground": "0.0.0-unstable.e53eceafb5",
24
- "@webiny/app-headless-cms": "0.0.0-unstable.e53eceafb5",
25
- "@webiny/app-headless-cms-scheduler": "0.0.0-unstable.e53eceafb5",
26
- "@webiny/app-i18n": "0.0.0-unstable.e53eceafb5",
27
- "@webiny/app-i18n-content": "0.0.0-unstable.e53eceafb5",
28
- "@webiny/app-mailer": "0.0.0-unstable.e53eceafb5",
29
- "@webiny/app-page-builder": "0.0.0-unstable.e53eceafb5",
30
- "@webiny/app-record-locking": "0.0.0-unstable.e53eceafb5",
31
- "@webiny/app-security": "0.0.0-unstable.e53eceafb5",
32
- "@webiny/app-security-access-management": "0.0.0-unstable.e53eceafb5",
33
- "@webiny/app-tenancy": "0.0.0-unstable.e53eceafb5",
34
- "@webiny/app-tenant-manager": "0.0.0-unstable.e53eceafb5",
35
- "@webiny/app-trash-bin": "0.0.0-unstable.e53eceafb5",
36
- "@webiny/app-website-builder": "0.0.0-unstable.e53eceafb5",
37
- "@webiny/app-websockets": "0.0.0-unstable.e53eceafb5",
38
- "@webiny/lexical-editor-actions": "0.0.0-unstable.e53eceafb5",
39
- "@webiny/lexical-editor-pb-element": "0.0.0-unstable.e53eceafb5",
40
- "@webiny/lexical-theme": "0.0.0-unstable.e53eceafb5",
41
- "@webiny/plugins": "0.0.0-unstable.e53eceafb5",
13
+ "@webiny/app": "0.0.0-unstable.f9f12f52a0",
14
+ "@webiny/app-aco": "0.0.0-unstable.f9f12f52a0",
15
+ "@webiny/app-admin": "0.0.0-unstable.f9f12f52a0",
16
+ "@webiny/app-admin-ui": "0.0.0-unstable.f9f12f52a0",
17
+ "@webiny/app-apw": "0.0.0-unstable.f9f12f52a0",
18
+ "@webiny/app-audit-logs": "0.0.0-unstable.f9f12f52a0",
19
+ "@webiny/app-file-manager": "0.0.0-unstable.f9f12f52a0",
20
+ "@webiny/app-file-manager-s3": "0.0.0-unstable.f9f12f52a0",
21
+ "@webiny/app-graphql-playground": "0.0.0-unstable.f9f12f52a0",
22
+ "@webiny/app-headless-cms": "0.0.0-unstable.f9f12f52a0",
23
+ "@webiny/app-headless-cms-scheduler": "0.0.0-unstable.f9f12f52a0",
24
+ "@webiny/app-i18n": "0.0.0-unstable.f9f12f52a0",
25
+ "@webiny/app-i18n-content": "0.0.0-unstable.f9f12f52a0",
26
+ "@webiny/app-mailer": "0.0.0-unstable.f9f12f52a0",
27
+ "@webiny/app-record-locking": "0.0.0-unstable.f9f12f52a0",
28
+ "@webiny/app-security": "0.0.0-unstable.f9f12f52a0",
29
+ "@webiny/app-security-access-management": "0.0.0-unstable.f9f12f52a0",
30
+ "@webiny/app-tenancy": "0.0.0-unstable.f9f12f52a0",
31
+ "@webiny/app-tenant-manager": "0.0.0-unstable.f9f12f52a0",
32
+ "@webiny/app-trash-bin": "0.0.0-unstable.f9f12f52a0",
33
+ "@webiny/app-website-builder": "0.0.0-unstable.f9f12f52a0",
34
+ "@webiny/app-websockets": "0.0.0-unstable.f9f12f52a0",
35
+ "@webiny/lexical-editor-actions": "0.0.0-unstable.f9f12f52a0",
36
+ "@webiny/lexical-theme": "0.0.0-unstable.f9f12f52a0",
37
+ "@webiny/plugins": "0.0.0-unstable.f9f12f52a0",
42
38
  "apollo-cache": "1.3.5",
43
39
  "apollo-client": "2.6.10",
44
40
  "apollo-link": "1.2.14",
@@ -49,8 +45,7 @@
49
45
  },
50
46
  "devDependencies": {
51
47
  "@emotion/babel-plugin": "11.11.0",
52
- "@webiny/project-utils": "0.0.0-unstable.e53eceafb5",
53
- "babel-plugin-named-asset-import": "1.0.0-next.fb6e6f70",
48
+ "@webiny/project-utils": "0.0.0-unstable.f9f12f52a0",
54
49
  "rimraf": "6.0.1",
55
50
  "typescript": "5.3.3"
56
51
  },
@@ -74,5 +69,5 @@
74
69
  ]
75
70
  }
76
71
  },
77
- "gitHead": "e53eceafb5ce1a3872c9b4548939bb2eae5b1aef"
72
+ "gitHead": "f9f12f52a0e2f8e4a2987aa71b4104f70f5d68c8"
78
73
  }