@teambit/graphql 1.0.1002 → 1.0.1003

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,7 +1,8 @@
1
1
  import type { ReactNode } from 'react';
2
+ import React from 'react';
2
3
  import type { GraphQLClient } from '../graphql.ui.runtime';
3
4
  export type GraphQLProviderProps = {
4
5
  client: GraphQLClient<any>;
5
6
  children: ReactNode;
6
7
  };
7
- export declare function GraphQLProvider({ client, children }: GraphQLProviderProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function GraphQLProvider({ client, children }: GraphQLProviderProps): React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
1
+ import React from 'react';
2
+ export declare const Logo: () => React.JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
+ import React from 'react';
2
3
  import { ApolloClient } from '@apollo/client';
3
4
  import type { NormalizedCacheObject } from '@apollo/client';
4
5
  import { GraphqlRenderPlugins } from './render-lifecycle';
@@ -36,7 +37,7 @@ export declare class GraphqlUI {
36
37
  getProvider: ({ client, children }: {
37
38
  client: GraphQLClient<any>;
38
39
  children: ReactNode;
39
- }) => import("react/jsx-runtime").JSX.Element;
40
+ }) => React.JSX.Element;
40
41
  readonly renderPlugins: GraphqlRenderPlugins;
41
42
  static runtime: import("@teambit/harmony").RuntimeDefinition;
42
43
  static dependencies: never[];
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_graphql@1.0.1002/dist/graphql.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_graphql@1.0.1002/dist/graphql.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_graphql@1.0.1003/dist/graphql.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_graphql@1.0.1003/dist/graphql.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -1,4 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
+ import React from 'react';
2
3
  import type { ApolloClient, NormalizedCacheObject } from '@apollo/client';
3
4
  import type { SSR } from '@teambit/ui';
4
5
  import type { GraphqlUI, GraphQLClient } from './graphql.ui.runtime';
@@ -36,6 +37,6 @@ export declare class GraphqlRenderPlugins implements SSR.RenderPlugin<RenderCont
36
37
  reactContext: ({ renderCtx, children }: {
37
38
  renderCtx?: RenderContext;
38
39
  children: ReactNode;
39
- }) => import("react/jsx-runtime").JSX.Element;
40
+ }) => React.JSX.Element;
40
41
  }
41
42
  export {};
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/graphql",
3
- "version": "1.0.1002",
3
+ "version": "1.0.1003",
4
4
  "homepage": "https://bit.cloud/teambit/harmony/graphql",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "graphql",
9
- "version": "1.0.1002"
9
+ "version": "1.0.1003"
10
10
  },
11
11
  "dependencies": {
12
12
  "@graphql-modules/core": "0.7.17",
@@ -33,9 +33,9 @@
33
33
  "@teambit/harmony": "0.4.7",
34
34
  "@teambit/toolbox.network.get-port": "1.0.21",
35
35
  "@teambit/ui-foundation.ui.is-browser": "0.0.500",
36
- "@teambit/cli": "0.0.1329",
37
- "@teambit/logger": "0.0.1422",
38
- "@teambit/ui": "1.0.1002"
36
+ "@teambit/cli": "0.0.1330",
37
+ "@teambit/logger": "0.0.1423",
38
+ "@teambit/ui": "1.0.1003"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/cors": "2.8.10",