@teambit/workspace 0.0.990 → 0.0.992

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,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@0.0.990/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@0.0.990/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@0.0.992/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@0.0.992/dist/workspace.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -16,17 +16,17 @@ export declare function useWorkspace(options?: UseWorkspaceOptions): {
16
16
  called: boolean;
17
17
  startPolling: (pollInterval: number) => void;
18
18
  stopPolling: () => void;
19
- updateQuery: <TVars extends import("@apollo/client").OperationVariables = import("@apollo/client").OperationVariables>(mapFn: (previousQueryResult: any, options: Pick<import("@apollo/client").WatchQueryOptions<TVars, any>, "variables">) => any) => void;
19
+ updateQuery: <TVars = import("@apollo/client").OperationVariables>(mapFn: (previousQueryResult: any, options: Pick<import("@apollo/client").WatchQueryOptions<TVars, any>, "variables">) => any) => void;
20
20
  refetch: (variables?: Partial<import("@apollo/client").OperationVariables> | undefined) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
21
21
  reobserve: (newOptions?: Partial<import("@apollo/client").WatchQueryOptions<import("@apollo/client").OperationVariables, any>> | undefined, newNetworkStatus?: import("@apollo/client").NetworkStatus | undefined) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
22
22
  variables: import("@apollo/client").OperationVariables | undefined;
23
- fetchMore: <TFetchData = any, TFetchVars extends import("@apollo/client").OperationVariables = import("@apollo/client").OperationVariables>(fetchMoreOptions: import("@apollo/client").FetchMoreQueryOptions<TFetchVars, TFetchData> & {
23
+ fetchMore: <TFetchData = any, TFetchVars = import("@apollo/client").OperationVariables>(fetchMoreOptions: import("@apollo/client").FetchMoreQueryOptions<TFetchVars, TFetchData> & {
24
24
  updateQuery?: ((previousQueryResult: any, options: {
25
25
  fetchMoreResult: TFetchData;
26
26
  variables: TFetchVars;
27
27
  }) => any) | undefined;
28
28
  }) => Promise<import("@apollo/client").ApolloQueryResult<TFetchData>>;
29
29
  workspace: Workspace | undefined;
30
- subscribeToMore: <TSubscriptionData = any, TSubscriptionVariables extends import("@apollo/client").OperationVariables = import("@apollo/client").OperationVariables>(options: import("@apollo/client").SubscribeToMoreOptions<any, TSubscriptionVariables, TSubscriptionData>) => () => void;
30
+ subscribeToMore: <TSubscriptionData = any, TSubscriptionVariables = import("@apollo/client").OperationVariables>(options: import("@apollo/client").SubscribeToMoreOptions<any, TSubscriptionVariables, TSubscriptionData>) => () => void;
31
31
  };
32
32
  export {};
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "0.0.990",
3
+ "version": "0.0.992",
4
4
  "homepage": "https://bit.dev/teambit/workspace/workspace",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "workspace",
9
- "version": "0.0.990"
9
+ "version": "0.0.992"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -30,52 +30,52 @@
30
30
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.0",
31
31
  "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
32
32
  "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
33
- "@teambit/component": "0.0.990",
34
- "@teambit/dependency-resolver": "0.0.990",
35
- "@teambit/envs": "0.0.990",
33
+ "@teambit/component": "0.0.992",
34
+ "@teambit/dependency-resolver": "0.0.992",
35
+ "@teambit/envs": "0.0.992",
36
36
  "@teambit/legacy-bit-id": "0.0.423",
37
37
  "@teambit/bit-error": "0.0.402",
38
38
  "@teambit/component-id": "0.0.427",
39
- "@teambit/lane-id": "0.0.181",
40
- "@teambit/logger": "0.0.757",
41
- "@teambit/scope": "0.0.990",
42
- "@teambit/graph": "0.0.990",
43
- "@teambit/cli": "0.0.664",
44
- "@teambit/isolator": "0.0.990",
45
- "@teambit/component-tree": "0.0.778",
39
+ "@teambit/lane-id": "0.0.183",
40
+ "@teambit/logger": "0.0.759",
41
+ "@teambit/scope": "0.0.992",
42
+ "@teambit/graph": "0.0.992",
43
+ "@teambit/cli": "0.0.666",
44
+ "@teambit/isolator": "0.0.992",
45
+ "@teambit/component-tree": "0.0.780",
46
46
  "@teambit/component.ui.component-status-resolver": "0.0.504",
47
- "@teambit/lanes.hooks.use-lanes": "0.0.127",
47
+ "@teambit/lanes.hooks.use-lanes": "0.0.129",
48
48
  "@teambit/harmony.modules.resolved-component": "0.0.491",
49
- "@teambit/compiler": "0.0.990",
50
- "@teambit/graphql": "0.0.990",
51
- "@teambit/aspect-loader": "0.0.990",
52
- "@teambit/bundler": "0.0.990",
53
- "@teambit/pubsub": "0.0.990",
54
- "@teambit/ui": "0.0.990",
55
- "@teambit/variants": "0.0.769",
49
+ "@teambit/compiler": "0.0.992",
50
+ "@teambit/graphql": "0.0.992",
51
+ "@teambit/aspect-loader": "0.0.992",
52
+ "@teambit/bundler": "0.0.992",
53
+ "@teambit/pubsub": "0.0.992",
54
+ "@teambit/ui": "0.0.992",
55
+ "@teambit/variants": "0.0.771",
56
56
  "@teambit/component-issues": "0.0.88",
57
- "@teambit/config": "0.0.677",
57
+ "@teambit/config": "0.0.679",
58
58
  "@teambit/harmony.modules.requireable-component": "0.0.491",
59
59
  "@teambit/workspace.modules.match-pattern": "0.0.498",
60
- "@teambit/workspace.modules.node-modules-linker": "0.0.8",
61
- "@teambit/component.ui.component-drawer": "0.0.222",
60
+ "@teambit/workspace.modules.node-modules-linker": "0.0.10",
61
+ "@teambit/component.ui.component-drawer": "0.0.224",
62
62
  "@teambit/design.ui.tree": "0.0.16",
63
- "@teambit/lanes.hooks.use-lane-components": "0.0.126",
64
- "@teambit/lanes.ui.models.lanes-model": "0.0.89",
65
- "@teambit/ui-foundation.ui.side-bar": "0.0.739",
66
- "@teambit/command-bar": "0.0.990",
67
- "@teambit/component.ui.component-filters.component-filter-context": "0.0.96",
68
- "@teambit/component.ui.component-filters.deprecate-filter": "0.0.96",
69
- "@teambit/component.ui.component-filters.env-filter": "0.0.102",
70
- "@teambit/component.ui.component-filters.show-main-filter": "0.0.89",
71
- "@teambit/sidebar": "0.0.990",
63
+ "@teambit/lanes.hooks.use-lane-components": "0.0.128",
64
+ "@teambit/lanes.ui.models.lanes-model": "0.0.91",
65
+ "@teambit/ui-foundation.ui.side-bar": "0.0.741",
66
+ "@teambit/command-bar": "0.0.992",
67
+ "@teambit/component.ui.component-filters.component-filter-context": "0.0.98",
68
+ "@teambit/component.ui.component-filters.deprecate-filter": "0.0.98",
69
+ "@teambit/component.ui.component-filters.env-filter": "0.0.104",
70
+ "@teambit/component.ui.component-filters.show-main-filter": "0.0.91",
71
+ "@teambit/sidebar": "0.0.992",
72
72
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.497",
73
73
  "@teambit/ui-foundation.ui.menu": "0.0.497",
74
74
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.501",
75
75
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.511",
76
76
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.500",
77
- "@teambit/component-descriptor": "0.0.233",
78
- "@teambit/deprecation": "0.0.990",
77
+ "@teambit/component-descriptor": "0.0.235",
78
+ "@teambit/deprecation": "0.0.992",
79
79
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.498",
80
80
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.206",
81
81
  "@teambit/ui-foundation.ui.corner": "0.0.508",
@@ -102,7 +102,7 @@
102
102
  "peerDependencies": {
103
103
  "react-router-dom": "^6.0.0",
104
104
  "@apollo/client": "^3.6.0",
105
- "@teambit/legacy": "1.0.445",
105
+ "@teambit/legacy": "1.0.447",
106
106
  "react": "^16.8.0 || ^17.0.0",
107
107
  "react-dom": "^16.8.0 || ^17.0.0"
108
108
  },