@webiny/app-serverless-cms 5.42.0 → 5.42.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.js +1 -2
- package/Admin.js.map +1 -1
- package/package.json +29 -30
package/Admin.js
CHANGED
|
@@ -31,7 +31,6 @@ var _appAuditLogs = require("@webiny/app-audit-logs");
|
|
|
31
31
|
var _lexicalEditorPbElement = require("@webiny/lexical-editor-pb-element");
|
|
32
32
|
var _lexicalEditorActions = require("@webiny/lexical-editor-actions");
|
|
33
33
|
var _appMailer = require("@webiny/app-mailer");
|
|
34
|
-
var _appAco = require("@webiny/app-aco");
|
|
35
34
|
var _appWebsockets = require("@webiny/app-websockets");
|
|
36
35
|
var _appRecordLocking = require("@webiny/app-record-locking");
|
|
37
36
|
var _appTrashBin = require("@webiny/app-trash-bin");
|
|
@@ -42,7 +41,7 @@ var App = function App(props) {
|
|
|
42
41
|
_plugins.plugins.register((0, _plugins2.imagePlugin)(), (0, _appFileManagerS.default)(), _apolloLinks.default);
|
|
43
42
|
return /*#__PURE__*/_react.default.createElement(_appAdmin.Admin, {
|
|
44
43
|
createApolloClient: createApolloClient
|
|
45
|
-
}, /*#__PURE__*/_react.default.createElement(_appAdminRmwc.RMWC, null), /*#__PURE__*/_react.default.createElement(_appTenancy.Tenancy, null), /*#__PURE__*/_react.default.createElement(_appSecurity.Security, null), /*#__PURE__*/_react.default.createElement(_appSecurityAccessManagement.AccessManagement, null), /*#__PURE__*/_react.default.createElement(_appAdmin.AppInstaller, null), /*#__PURE__*/_react.default.createElement(
|
|
44
|
+
}, /*#__PURE__*/_react.default.createElement(_appAdminRmwc.RMWC, null), /*#__PURE__*/_react.default.createElement(_appTenancy.Tenancy, null), /*#__PURE__*/_react.default.createElement(_appSecurity.Security, null), /*#__PURE__*/_react.default.createElement(_appSecurityAccessManagement.AccessManagement, null), /*#__PURE__*/_react.default.createElement(_appAdmin.AppInstaller, null), /*#__PURE__*/_react.default.createElement(_app.FileManager, null), /*#__PURE__*/_react.default.createElement(_appGraphqlPlayground.GraphQLPlayground, {
|
|
46
45
|
createApolloClient: createApolloClient
|
|
47
46
|
}), /*#__PURE__*/_react.default.createElement(_appI18n.I18N, null), /*#__PURE__*/_react.default.createElement(_appI18nContent.I18NContent, null), /*#__PURE__*/_react.default.createElement(_appAdmin.Provider, {
|
|
48
47
|
hoc: ViewCompositionProvider
|
package/Admin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_plugins","_appAdmin","_appTenancy","_appSecurity","_appI18n","_appI18nContent","_appPageBuilder","_appFormBuilder","_appHeadlessCms","_appAdminRmwc","_app","_appGraphqlPlayground","_appSecurityAccessManagement","_plugins2","_appFileManagerS","_interopRequireDefault","_apolloClientFactory","_apolloLinks","_ViewCompositionProvider","_appApw","_appTenantManager","_appAuditLogs","_lexicalEditorPbElement","_lexicalEditorActions","_appMailer","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_plugins","_appAdmin","_appTenancy","_appSecurity","_appI18n","_appI18nContent","_appPageBuilder","_appFormBuilder","_appHeadlessCms","_appAdminRmwc","_app","_appGraphqlPlayground","_appSecurityAccessManagement","_plugins2","_appFileManagerS","_interopRequireDefault","_apolloClientFactory","_apolloLinks","_ViewCompositionProvider","_appApw","_appTenantManager","_appAuditLogs","_lexicalEditorPbElement","_lexicalEditorActions","_appMailer","_appWebsockets","_appRecordLocking","_appTrashBin","_admin","App","props","createApolloClient","defaultApolloClientFactory","ViewCompositionProvider","createViewCompositionProvider","plugins","register","imagePlugin","fileStorageS3Plugin","apolloLinks","default","createElement","Admin","RMWC","Tenancy","Security","AccessManagement","AppInstaller","FileManager","GraphQLPlayground","I18N","I18NContent","Provider","hoc","Websockets","RecordLocking","PageBuilder","LexicalEditorPlugin","LexicalEditorActions","FormBuilder","HeadlessCMS","AdvancedPublishingWorkflow","TenantManager","AuditLogs","Module","TrashBinConfigs","DynamicPages","children","exports","memo"],"sources":["Admin.tsx"],"sourcesContent":["import React, { memo } from \"react\";\nimport { plugins } from \"@webiny/plugins\";\nimport {\n Admin as BaseAdmin,\n AdminProps as BaseAdminProps,\n AppInstaller,\n Provider\n} 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 { RMWC } from \"@webiny/app-admin-rmwc\";\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\";\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 <RMWC />\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 <TrashBinConfigs />\n <DynamicPages />\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": "5.42.0",
|
|
3
|
+
"version": "5.42.1-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,32 +10,31 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.10.8",
|
|
13
|
-
"@webiny/app": "5.42.0",
|
|
14
|
-
"@webiny/app-
|
|
15
|
-
"@webiny/app-admin": "5.42.0",
|
|
16
|
-
"@webiny/app-
|
|
17
|
-
"@webiny/app-
|
|
18
|
-
"@webiny/app-
|
|
19
|
-
"@webiny/app-
|
|
20
|
-
"@webiny/app-file-manager": "5.42.0",
|
|
21
|
-
"@webiny/app-
|
|
22
|
-
"@webiny/app-
|
|
23
|
-
"@webiny/app-
|
|
24
|
-
"@webiny/app-
|
|
25
|
-
"@webiny/app-i18n": "5.42.0",
|
|
26
|
-
"@webiny/app-
|
|
27
|
-
"@webiny/app-
|
|
28
|
-
"@webiny/app-
|
|
29
|
-
"@webiny/app-
|
|
30
|
-
"@webiny/app-security": "5.42.0",
|
|
31
|
-
"@webiny/app-
|
|
32
|
-
"@webiny/app-
|
|
33
|
-
"@webiny/app-
|
|
34
|
-
"@webiny/app-
|
|
35
|
-
"@webiny/
|
|
36
|
-
"@webiny/lexical-editor-
|
|
37
|
-
"@webiny/
|
|
38
|
-
"@webiny/plugins": "5.42.0",
|
|
13
|
+
"@webiny/app": "5.42.1-beta.0",
|
|
14
|
+
"@webiny/app-admin": "5.42.1-beta.0",
|
|
15
|
+
"@webiny/app-admin-rmwc": "5.42.1-beta.0",
|
|
16
|
+
"@webiny/app-apw": "5.42.1-beta.0",
|
|
17
|
+
"@webiny/app-audit-logs": "5.42.1-beta.0",
|
|
18
|
+
"@webiny/app-dynamic-pages": "5.42.1-beta.0",
|
|
19
|
+
"@webiny/app-file-manager": "5.42.1-beta.0",
|
|
20
|
+
"@webiny/app-file-manager-s3": "5.42.1-beta.0",
|
|
21
|
+
"@webiny/app-form-builder": "5.42.1-beta.0",
|
|
22
|
+
"@webiny/app-graphql-playground": "5.42.1-beta.0",
|
|
23
|
+
"@webiny/app-headless-cms": "5.42.1-beta.0",
|
|
24
|
+
"@webiny/app-i18n": "5.42.1-beta.0",
|
|
25
|
+
"@webiny/app-i18n-content": "5.42.1-beta.0",
|
|
26
|
+
"@webiny/app-mailer": "5.42.1-beta.0",
|
|
27
|
+
"@webiny/app-page-builder": "5.42.1-beta.0",
|
|
28
|
+
"@webiny/app-record-locking": "5.42.1-beta.0",
|
|
29
|
+
"@webiny/app-security": "5.42.1-beta.0",
|
|
30
|
+
"@webiny/app-security-access-management": "5.42.1-beta.0",
|
|
31
|
+
"@webiny/app-tenancy": "5.42.1-beta.0",
|
|
32
|
+
"@webiny/app-tenant-manager": "5.42.1-beta.0",
|
|
33
|
+
"@webiny/app-trash-bin": "5.42.1-beta.0",
|
|
34
|
+
"@webiny/app-websockets": "5.42.1-beta.0",
|
|
35
|
+
"@webiny/lexical-editor-actions": "5.42.1-beta.0",
|
|
36
|
+
"@webiny/lexical-editor-pb-element": "5.42.1-beta.0",
|
|
37
|
+
"@webiny/plugins": "5.42.1-beta.0",
|
|
39
38
|
"apollo-cache": "1.3.5",
|
|
40
39
|
"apollo-client": "2.6.10",
|
|
41
40
|
"apollo-link": "1.2.14",
|
|
@@ -46,8 +45,8 @@
|
|
|
46
45
|
},
|
|
47
46
|
"devDependencies": {
|
|
48
47
|
"@emotion/babel-plugin": "11.11.0",
|
|
49
|
-
"@webiny/cli": "5.42.0",
|
|
50
|
-
"@webiny/project-utils": "5.42.0",
|
|
48
|
+
"@webiny/cli": "5.42.1-beta.0",
|
|
49
|
+
"@webiny/project-utils": "5.42.1-beta.0",
|
|
51
50
|
"babel-plugin-named-asset-import": "1.0.0-next.fb6e6f70",
|
|
52
51
|
"rimraf": "6.0.1",
|
|
53
52
|
"ttypescript": "1.5.15",
|
|
@@ -66,5 +65,5 @@
|
|
|
66
65
|
"removeViewBox": false
|
|
67
66
|
}
|
|
68
67
|
},
|
|
69
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "16fb9009f44f242bbc8ba0e02c1d49b1f7ab935b"
|
|
70
69
|
}
|