@teambit/workspace 1.0.1035 → 1.0.1037

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/8891be5ad/teambit.workspace_workspace@1.0.1035/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1035/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1037/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1037/dist/workspace.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -7,10 +7,11 @@ type UseWorkspaceOptions = {
7
7
  onComponentRemoved?: (compId: ComponentID[]) => void;
8
8
  };
9
9
  export declare function useWorkspace(options?: UseWorkspaceOptions): {
10
- error?: import("@apollo/client").ApolloError | undefined;
11
10
  errors?: ReadonlyArray<import("graphql").GraphQLFormattedError> | undefined;
11
+ error?: import("@apollo/client").ApolloError | undefined;
12
12
  client: import("@apollo/client").ApolloClient<any>;
13
13
  loading: boolean;
14
+ variables: import("@apollo/client").OperationVariables | undefined;
14
15
  observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
15
16
  networkStatus: import("@apollo/client").NetworkStatus;
16
17
  called: boolean;
@@ -18,7 +19,6 @@ export declare function useWorkspace(options?: UseWorkspaceOptions): {
18
19
  stopPolling: () => void;
19
20
  updateQuery: (mapFn: import("@apollo/client").UpdateQueryMapFn<any, import("@apollo/client").OperationVariables>) => void;
20
21
  reobserve: (newOptions?: Partial<import("@apollo/client").WatchQueryOptions<import("@apollo/client").OperationVariables, any>> | undefined, newNetworkStatus?: import("@apollo/client").NetworkStatus) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
21
- variables: import("@apollo/client").OperationVariables | undefined;
22
22
  previousData?: any;
23
23
  fetchMore: (options: import("@apollo/client").FetchMoreQueryOptions<import("@apollo/client").OperationVariables, any>) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
24
24
  refetch: (variables?: Partial<import("@apollo/client").OperationVariables> | undefined) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "1.0.1035",
3
+ "version": "1.0.1037",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/workspace",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "workspace",
9
- "version": "1.0.1035"
9
+ "version": "1.0.1037"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -41,16 +41,22 @@
41
41
  "@teambit/toolbox.fs.last-modified": "0.0.15",
42
42
  "@teambit/toolbox.path.path": "0.0.17",
43
43
  "@teambit/graph.cleargraph": "0.0.11",
44
+ "@teambit/logger": "0.0.1436",
45
+ "@teambit/cli": "0.0.1343",
46
+ "@teambit/config-store": "0.0.224",
44
47
  "@teambit/legacy.constants": "0.0.31",
45
48
  "@teambit/component.ui.component-status-resolver": "0.0.510",
46
49
  "@teambit/harmony.modules.load-trace": "0.0.2",
47
50
  "@teambit/harmony.modules.resolved-component": "0.0.515",
48
51
  "@teambit/legacy.utils": "0.0.39",
49
52
  "@teambit/scope.remotes": "0.0.130",
53
+ "@teambit/config": "0.0.1518",
50
54
  "@teambit/harmony.modules.requireable-component": "0.0.515",
51
55
  "@teambit/toolbox.modules.module-resolver": "0.0.20",
52
56
  "@teambit/workspace.modules.node-modules-linker": "0.0.361",
57
+ "@teambit/global-config": "0.0.1347",
53
58
  "@teambit/legacy.consumer-config": "0.0.130",
59
+ "@teambit/variants": "0.0.1611",
54
60
  "@teambit/component-issues": "0.0.174",
55
61
  "@teambit/component.sources": "0.0.182",
56
62
  "@teambit/dependencies.modules.packages-excluder": "1.0.8",
@@ -61,6 +67,7 @@
61
67
  "@teambit/legacy.scope-api": "0.0.185",
62
68
  "@teambit/toolbox.path.is-path-inside": "0.0.509",
63
69
  "@teambit/workspace.modules.match-pattern": "0.0.522",
70
+ "@teambit/component.ui.component-drawer": "0.0.486",
64
71
  "@teambit/design.ui.tree": "0.0.16",
65
72
  "@teambit/lanes.hooks.use-lane-components": "0.0.304",
66
73
  "@teambit/lanes.hooks.use-lanes": "0.0.293",
@@ -73,6 +80,7 @@
73
80
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.13",
74
81
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.505",
75
82
  "@teambit/ui-foundation.ui.menu": "0.0.503",
83
+ "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.524",
76
84
  "@teambit/ui-foundation.ui.tree.drawer": "1.0.0",
77
85
  "@teambit/harmony.modules.concurrency": "0.0.32",
78
86
  "@teambit/toolbox.promise.map-pool": "0.0.15",
@@ -100,31 +108,23 @@
100
108
  "@teambit/cloud.hooks.use-cloud-scopes": "0.0.22",
101
109
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
102
110
  "@teambit/workspace.ui.empty-workspace": "0.0.509",
103
- "@teambit/component": "1.0.1035",
104
- "@teambit/dependency-resolver": "1.0.1035",
105
- "@teambit/envs": "1.0.1035",
106
- "@teambit/logger": "0.0.1436",
107
- "@teambit/objects": "0.0.542",
108
- "@teambit/scope": "1.0.1035",
109
- "@teambit/graph": "1.0.1035",
110
- "@teambit/cli": "0.0.1343",
111
- "@teambit/config-store": "0.0.224",
112
- "@teambit/isolator": "1.0.1035",
113
- "@teambit/component-tree": "1.0.1035",
114
- "@teambit/watcher": "1.0.1035",
115
- "@teambit/aspect-loader": "1.0.1035",
116
- "@teambit/config": "0.0.1518",
117
- "@teambit/graphql": "1.0.1035",
118
- "@teambit/bundler": "1.0.1035",
119
- "@teambit/global-config": "0.0.1347",
120
- "@teambit/ui": "1.0.1035",
121
- "@teambit/variants": "0.0.1611",
122
- "@teambit/component.ui.component-drawer": "0.0.486",
123
- "@teambit/command-bar": "1.0.1035",
124
- "@teambit/sidebar": "1.0.1035",
125
- "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.524",
126
- "@teambit/pubsub": "1.0.1035",
127
- "@teambit/deprecation": "1.0.1035"
111
+ "@teambit/component": "1.0.1037",
112
+ "@teambit/dependency-resolver": "1.0.1037",
113
+ "@teambit/envs": "1.0.1037",
114
+ "@teambit/objects": "0.0.544",
115
+ "@teambit/scope": "1.0.1037",
116
+ "@teambit/graph": "1.0.1037",
117
+ "@teambit/isolator": "1.0.1037",
118
+ "@teambit/component-tree": "1.0.1037",
119
+ "@teambit/watcher": "1.0.1037",
120
+ "@teambit/aspect-loader": "1.0.1037",
121
+ "@teambit/graphql": "1.0.1037",
122
+ "@teambit/bundler": "1.0.1037",
123
+ "@teambit/ui": "1.0.1037",
124
+ "@teambit/command-bar": "1.0.1037",
125
+ "@teambit/sidebar": "1.0.1037",
126
+ "@teambit/pubsub": "1.0.1037",
127
+ "@teambit/deprecation": "1.0.1037"
128
128
  },
129
129
  "devDependencies": {
130
130
  "@types/lodash": "4.14.165",