@webiny/app-serverless-cms 5.37.6-beta.1 → 5.37.7-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 +3 -1
- package/apolloClientFactory.js +3 -1
- package/apolloLinks.d.ts +1 -1
- package/apolloLinks.js +3 -1
- package/index.js +3 -1
- package/package.json +25 -25
package/Admin.js
CHANGED
|
@@ -46,4 +46,6 @@ var App = function App(props) {
|
|
|
46
46
|
}), /*#__PURE__*/_react.default.createElement(_appApw.AdvancedPublishingWorkflow, null), /*#__PURE__*/_react.default.createElement(_appTenantManager.TenantManager, null), /*#__PURE__*/_react.default.createElement(_appMailer.Module, null), props.children);
|
|
47
47
|
};
|
|
48
48
|
var Admin = /*#__PURE__*/(0, _react.memo)(App);
|
|
49
|
-
exports.Admin = Admin;
|
|
49
|
+
exports.Admin = Admin;
|
|
50
|
+
|
|
51
|
+
//# sourceMappingURL=Admin.js.map
|
package/apolloClientFactory.js
CHANGED
package/apolloLinks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConsoleLinkPlugin } from "@webiny/app/plugins/ConsoleLinkPlugin";
|
|
2
2
|
import { NetworkErrorLinkPlugin } from "@webiny/app/plugins/NetworkErrorLinkPlugin";
|
|
3
3
|
import { OmitTypenameLinkPlugin } from "@webiny/app/plugins/OmitTypenameLinkPlugin";
|
|
4
|
-
declare const _default: (
|
|
4
|
+
declare const _default: (ConsoleLinkPlugin | NetworkErrorLinkPlugin | OmitTypenameLinkPlugin)[];
|
|
5
5
|
export default _default;
|
package/apolloLinks.js
CHANGED
|
@@ -20,4 +20,6 @@ new _ConsoleLinkPlugin.ConsoleLinkPlugin(),
|
|
|
20
20
|
* This plugin creates an ApolloLink that checks for `NetworkError` and shows an ErrorOverlay in the browser.
|
|
21
21
|
*/
|
|
22
22
|
new _NetworkErrorLinkPlugin.NetworkErrorLinkPlugin()];
|
|
23
|
-
exports.default = _default;
|
|
23
|
+
exports.default = _default;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=apolloLinks.js.map
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-serverless-cms",
|
|
3
|
-
"version": "5.37.
|
|
3
|
+
"version": "5.37.7-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,27 +11,27 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "7.22.6",
|
|
13
13
|
"@emotion/react": "11.10.8",
|
|
14
|
-
"@webiny/app": "5.37.
|
|
15
|
-
"@webiny/app-aco": "5.37.
|
|
16
|
-
"@webiny/app-admin": "5.37.
|
|
17
|
-
"@webiny/app-admin-rmwc": "5.37.
|
|
18
|
-
"@webiny/app-apw": "5.37.
|
|
19
|
-
"@webiny/app-file-manager": "5.37.
|
|
20
|
-
"@webiny/app-file-manager-s3": "5.37.
|
|
21
|
-
"@webiny/app-form-builder": "5.37.
|
|
22
|
-
"@webiny/app-graphql-playground": "5.37.
|
|
23
|
-
"@webiny/app-headless-cms": "5.37.
|
|
24
|
-
"@webiny/app-i18n": "5.37.
|
|
25
|
-
"@webiny/app-i18n-content": "5.37.
|
|
26
|
-
"@webiny/app-mailer": "5.37.
|
|
27
|
-
"@webiny/app-page-builder": "5.37.
|
|
28
|
-
"@webiny/app-security": "5.37.
|
|
29
|
-
"@webiny/app-security-access-management": "5.37.
|
|
30
|
-
"@webiny/app-tenancy": "5.37.
|
|
31
|
-
"@webiny/app-tenant-manager": "5.37.
|
|
32
|
-
"@webiny/lexical-editor-actions": "5.37.
|
|
33
|
-
"@webiny/lexical-editor-pb-element": "5.37.
|
|
34
|
-
"@webiny/plugins": "5.37.
|
|
14
|
+
"@webiny/app": "5.37.7-beta.0",
|
|
15
|
+
"@webiny/app-aco": "5.37.7-beta.0",
|
|
16
|
+
"@webiny/app-admin": "5.37.7-beta.0",
|
|
17
|
+
"@webiny/app-admin-rmwc": "5.37.7-beta.0",
|
|
18
|
+
"@webiny/app-apw": "5.37.7-beta.0",
|
|
19
|
+
"@webiny/app-file-manager": "5.37.7-beta.0",
|
|
20
|
+
"@webiny/app-file-manager-s3": "5.37.7-beta.0",
|
|
21
|
+
"@webiny/app-form-builder": "5.37.7-beta.0",
|
|
22
|
+
"@webiny/app-graphql-playground": "5.37.7-beta.0",
|
|
23
|
+
"@webiny/app-headless-cms": "5.37.7-beta.0",
|
|
24
|
+
"@webiny/app-i18n": "5.37.7-beta.0",
|
|
25
|
+
"@webiny/app-i18n-content": "5.37.7-beta.0",
|
|
26
|
+
"@webiny/app-mailer": "5.37.7-beta.0",
|
|
27
|
+
"@webiny/app-page-builder": "5.37.7-beta.0",
|
|
28
|
+
"@webiny/app-security": "5.37.7-beta.0",
|
|
29
|
+
"@webiny/app-security-access-management": "5.37.7-beta.0",
|
|
30
|
+
"@webiny/app-tenancy": "5.37.7-beta.0",
|
|
31
|
+
"@webiny/app-tenant-manager": "5.37.7-beta.0",
|
|
32
|
+
"@webiny/lexical-editor-actions": "5.37.7-beta.0",
|
|
33
|
+
"@webiny/lexical-editor-pb-element": "5.37.7-beta.0",
|
|
34
|
+
"@webiny/plugins": "5.37.7-beta.0",
|
|
35
35
|
"apollo-cache": "1.3.5",
|
|
36
36
|
"apollo-client": "2.6.10",
|
|
37
37
|
"apollo-link": "1.2.14",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@babel/preset-env": "7.22.7",
|
|
47
47
|
"@babel/preset-react": "7.22.5",
|
|
48
48
|
"@babel/preset-typescript": "7.22.5",
|
|
49
|
-
"@webiny/cli": "5.37.
|
|
50
|
-
"@webiny/project-utils": "5.37.
|
|
49
|
+
"@webiny/cli": "5.37.7-beta.0",
|
|
50
|
+
"@webiny/project-utils": "5.37.7-beta.0",
|
|
51
51
|
"babel-plugin-emotion": "9.2.11",
|
|
52
52
|
"babel-plugin-named-asset-import": "1.0.0-next.fb6e6f70",
|
|
53
53
|
"rimraf": "3.0.2",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"removeViewBox": false
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "115054c51d8e6699eed34ab574ae30cb6a716be0"
|
|
71
71
|
}
|