@teambit/workspace 0.0.974 → 0.0.976

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.974/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@0.0.974/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@0.0.976/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@0.0.976/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 = import("@apollo/client").OperationVariables>(mapFn: (previousQueryResult: any, options: Pick<import("@apollo/client").WatchQueryOptions<TVars, any>, "variables">) => any) => 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;
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 = import("@apollo/client").OperationVariables>(fetchMoreOptions: import("@apollo/client").FetchMoreQueryOptions<TFetchVars, TFetchData> & {
23
+ fetchMore: <TFetchData = any, TFetchVars extends import("@apollo/client").OperationVariables = 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 = import("@apollo/client").OperationVariables>(options: import("@apollo/client").SubscribeToMoreOptions<any, TSubscriptionVariables, TSubscriptionData>) => () => void;
30
+ subscribeToMore: <TSubscriptionData = any, TSubscriptionVariables extends import("@apollo/client").OperationVariables = 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.974",
3
+ "version": "0.0.976",
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.974"
9
+ "version": "0.0.976"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -33,55 +33,55 @@
33
33
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.0",
34
34
  "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
35
35
  "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
36
- "@teambit/component": "0.0.974",
37
- "@teambit/envs": "0.0.974",
36
+ "@teambit/component": "0.0.976",
37
+ "@teambit/envs": "0.0.976",
38
38
  "@teambit/bit-error": "0.0.402",
39
39
  "@teambit/component-id": "0.0.425",
40
- "@teambit/lane-id": "0.0.171",
41
- "@teambit/dependency-resolver": "0.0.974",
42
- "@teambit/logger": "0.0.747",
43
- "@teambit/scope": "0.0.974",
44
- "@teambit/graph": "0.0.974",
45
- "@teambit/cli": "0.0.654",
46
- "@teambit/isolator": "0.0.974",
47
- "@teambit/component-tree": "0.0.762",
40
+ "@teambit/lane-id": "0.0.173",
41
+ "@teambit/dependency-resolver": "0.0.976",
42
+ "@teambit/logger": "0.0.749",
43
+ "@teambit/scope": "0.0.976",
44
+ "@teambit/graph": "0.0.976",
45
+ "@teambit/cli": "0.0.656",
46
+ "@teambit/isolator": "0.0.976",
47
+ "@teambit/component-tree": "0.0.764",
48
48
  "@teambit/component.ui.component-status-resolver": "0.0.504",
49
- "@teambit/lanes.hooks.use-lanes": "0.0.117",
49
+ "@teambit/lanes.hooks.use-lanes": "0.0.119",
50
50
  "@teambit/harmony.modules.resolved-component": "0.0.491",
51
- "@teambit/compiler": "0.0.974",
52
- "@teambit/graphql": "0.0.974",
53
- "@teambit/aspect-loader": "0.0.974",
54
- "@teambit/bundler": "0.0.974",
55
- "@teambit/pubsub": "0.0.974",
56
- "@teambit/ui": "0.0.974",
57
- "@teambit/variants": "0.0.759",
51
+ "@teambit/compiler": "0.0.976",
52
+ "@teambit/graphql": "0.0.976",
53
+ "@teambit/aspect-loader": "0.0.976",
54
+ "@teambit/bundler": "0.0.976",
55
+ "@teambit/pubsub": "0.0.976",
56
+ "@teambit/ui": "0.0.976",
57
+ "@teambit/variants": "0.0.761",
58
58
  "@teambit/component-issues": "0.0.86",
59
- "@teambit/config": "0.0.667",
59
+ "@teambit/config": "0.0.669",
60
60
  "@teambit/harmony.modules.requireable-component": "0.0.491",
61
61
  "@teambit/legacy-bit-id": "0.0.421",
62
62
  "@teambit/workspace.modules.match-pattern": "0.0.498",
63
63
  "@teambit/workspace.modules.node-modules-linker": "0.0.1",
64
- "@teambit/component.ui.component-drawer": "0.0.212",
64
+ "@teambit/component.ui.component-drawer": "0.0.214",
65
65
  "@teambit/design.ui.tree": "0.0.16",
66
- "@teambit/lanes.hooks.use-lane-components": "0.0.116",
67
- "@teambit/lanes.ui.models.lanes-model": "0.0.79",
68
- "@teambit/ui-foundation.ui.side-bar": "0.0.729",
69
- "@teambit/command-bar": "0.0.974",
70
- "@teambit/component.ui.component-filters.component-filter-context": "0.0.86",
71
- "@teambit/component.ui.component-filters.deprecate-filter": "0.0.86",
72
- "@teambit/component.ui.component-filters.env-filter": "0.0.92",
73
- "@teambit/component.ui.component-filters.show-main-filter": "0.0.79",
74
- "@teambit/sidebar": "0.0.974",
66
+ "@teambit/lanes.hooks.use-lane-components": "0.0.118",
67
+ "@teambit/lanes.ui.models.lanes-model": "0.0.81",
68
+ "@teambit/ui-foundation.ui.side-bar": "0.0.731",
69
+ "@teambit/command-bar": "0.0.976",
70
+ "@teambit/component.ui.component-filters.component-filter-context": "0.0.88",
71
+ "@teambit/component.ui.component-filters.deprecate-filter": "0.0.88",
72
+ "@teambit/component.ui.component-filters.env-filter": "0.0.94",
73
+ "@teambit/component.ui.component-filters.show-main-filter": "0.0.81",
74
+ "@teambit/sidebar": "0.0.976",
75
75
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.497",
76
76
  "@teambit/ui-foundation.ui.menu": "0.0.497",
77
77
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.501",
78
78
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.511",
79
79
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.500",
80
- "@teambit/component-descriptor": "0.0.223",
81
- "@teambit/deprecation": "0.0.974",
80
+ "@teambit/component-descriptor": "0.0.225",
81
+ "@teambit/deprecation": "0.0.976",
82
82
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.498",
83
83
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.206",
84
- "@teambit/ui-foundation.ui.corner": "0.0.507",
84
+ "@teambit/ui-foundation.ui.corner": "0.0.508",
85
85
  "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.496",
86
86
  "@teambit/ui-foundation.ui.top-bar": "0.0.505",
87
87
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
@@ -105,7 +105,7 @@
105
105
  "peerDependencies": {
106
106
  "react-router-dom": "^6.0.0",
107
107
  "@apollo/client": "^3.6.0",
108
- "@teambit/legacy": "1.0.436",
108
+ "@teambit/legacy": "1.0.438",
109
109
  "react": "^16.8.0 || ^17.0.0",
110
110
  "react-dom": "^16.8.0 || ^17.0.0"
111
111
  },