@webiny/app-serverless-cms 5.23.1 → 5.24.0-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.
@@ -1,4 +1,6 @@
1
1
  import ApolloClient from "apollo-client";
2
- export declare const createApolloClient: ({ uri }: {
3
- uri: any;
4
- }) => ApolloClient<import("apollo-cache-inmemory").NormalizedCacheObject>;
2
+ interface CreateApolloClientParams {
3
+ uri: string;
4
+ }
5
+ export declare const createApolloClient: ({ uri }: CreateApolloClientParams) => ApolloClient<import("apollo-cache-inmemory").NormalizedCacheObject>;
6
+ export {};
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: (ConsoleLinkPlugin | NetworkErrorLinkPlugin | OmitTypenameLinkPlugin)[];
4
+ declare const _default: (OmitTypenameLinkPlugin | ConsoleLinkPlugin | NetworkErrorLinkPlugin)[];
5
5
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-serverless-cms",
3
- "version": "5.23.1",
3
+ "version": "5.24.0-beta.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,21 +11,21 @@
11
11
  "dependencies": {
12
12
  "@babel/runtime": "7.16.7",
13
13
  "@emotion/core": "10.3.1",
14
- "@webiny/app": "5.23.1",
15
- "@webiny/app-admin": "5.23.1",
16
- "@webiny/app-admin-rmwc": "5.23.1",
17
- "@webiny/app-file-manager": "5.23.1",
18
- "@webiny/app-file-manager-s3": "5.23.1",
19
- "@webiny/app-form-builder": "5.23.1",
20
- "@webiny/app-graphql-playground": "5.23.1",
21
- "@webiny/app-headless-cms": "5.23.1",
22
- "@webiny/app-i18n": "5.23.1",
23
- "@webiny/app-i18n-content": "5.23.1",
24
- "@webiny/app-page-builder": "5.23.1",
25
- "@webiny/app-security": "5.23.1",
26
- "@webiny/app-security-access-management": "5.23.1",
27
- "@webiny/app-tenancy": "5.23.1",
28
- "@webiny/plugins": "5.23.1",
14
+ "@webiny/app": "5.24.0-beta.0",
15
+ "@webiny/app-admin": "5.24.0-beta.0",
16
+ "@webiny/app-admin-rmwc": "5.24.0-beta.0",
17
+ "@webiny/app-file-manager": "5.24.0-beta.0",
18
+ "@webiny/app-file-manager-s3": "5.24.0-beta.0",
19
+ "@webiny/app-form-builder": "5.24.0-beta.0",
20
+ "@webiny/app-graphql-playground": "5.24.0-beta.0",
21
+ "@webiny/app-headless-cms": "5.24.0-beta.0",
22
+ "@webiny/app-i18n": "5.24.0-beta.0",
23
+ "@webiny/app-i18n-content": "5.24.0-beta.0",
24
+ "@webiny/app-page-builder": "5.24.0-beta.0",
25
+ "@webiny/app-security": "5.24.0-beta.0",
26
+ "@webiny/app-security-access-management": "5.24.0-beta.0",
27
+ "@webiny/app-tenancy": "5.24.0-beta.0",
28
+ "@webiny/plugins": "5.24.0-beta.0",
29
29
  "apollo-cache": "1.3.5",
30
30
  "apollo-client": "2.6.10",
31
31
  "apollo-link": "1.2.14",
@@ -40,8 +40,8 @@
40
40
  "@babel/preset-env": "^7.5.5",
41
41
  "@babel/preset-react": "^7.0.0",
42
42
  "@babel/preset-typescript": "^7.8.3",
43
- "@webiny/cli": "^5.23.1",
44
- "@webiny/project-utils": "^5.23.1",
43
+ "@webiny/cli": "^5.24.0-beta.0",
44
+ "@webiny/project-utils": "^5.24.0-beta.0",
45
45
  "babel-plugin-emotion": "^9.2.8",
46
46
  "babel-plugin-named-asset-import": "^1.0.0-next.3e165448",
47
47
  "rimraf": "^3.0.2",
@@ -61,5 +61,5 @@
61
61
  "removeViewBox": false
62
62
  }
63
63
  },
64
- "gitHead": "a726d09d2647d13e5a4f376cef23463564ef7ca0"
64
+ "gitHead": "05b90b92bbaf2ef3adf275d008c4641580cf5f42"
65
65
  }