@teambit/workspace 1.0.1011 → 1.0.1012
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.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1012/dist/workspace.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1012/dist/workspace.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -7,11 +7,10 @@ type UseWorkspaceOptions = {
|
|
|
7
7
|
onComponentRemoved?: (compId: ComponentID[]) => void;
|
|
8
8
|
};
|
|
9
9
|
export declare function useWorkspace(options?: UseWorkspaceOptions): {
|
|
10
|
-
errors?: ReadonlyArray<import("graphql").GraphQLFormattedError> | undefined;
|
|
11
10
|
error?: import("@apollo/client").ApolloError | undefined;
|
|
11
|
+
errors?: ReadonlyArray<import("graphql").GraphQLFormattedError> | undefined;
|
|
12
12
|
client: import("@apollo/client").ApolloClient<any>;
|
|
13
13
|
loading: boolean;
|
|
14
|
-
variables: import("@apollo/client").OperationVariables | undefined;
|
|
15
14
|
observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
|
|
16
15
|
networkStatus: import("@apollo/client").NetworkStatus;
|
|
17
16
|
called: boolean;
|
|
@@ -19,6 +18,7 @@ export declare function useWorkspace(options?: UseWorkspaceOptions): {
|
|
|
19
18
|
stopPolling: () => void;
|
|
20
19
|
updateQuery: (mapFn: import("@apollo/client").UpdateQueryMapFn<any, import("@apollo/client").OperationVariables>) => void;
|
|
21
20
|
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.
|
|
3
|
+
"version": "1.0.1012",
|
|
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.
|
|
9
|
+
"version": "1.0.1012"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -41,21 +41,15 @@
|
|
|
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.1427",
|
|
45
|
-
"@teambit/cli": "0.0.1334",
|
|
46
|
-
"@teambit/config-store": "0.0.215",
|
|
47
44
|
"@teambit/legacy.constants": "0.0.30",
|
|
48
45
|
"@teambit/component.ui.component-status-resolver": "0.0.510",
|
|
49
46
|
"@teambit/harmony.modules.resolved-component": "0.0.514",
|
|
50
47
|
"@teambit/legacy.utils": "0.0.38",
|
|
51
48
|
"@teambit/scope.remotes": "0.0.124",
|
|
52
|
-
"@teambit/config": "0.0.1509",
|
|
53
49
|
"@teambit/harmony.modules.requireable-component": "0.0.514",
|
|
54
50
|
"@teambit/toolbox.modules.module-resolver": "0.0.20",
|
|
55
51
|
"@teambit/workspace.modules.node-modules-linker": "0.0.355",
|
|
56
|
-
"@teambit/global-config": "0.0.1338",
|
|
57
52
|
"@teambit/legacy.consumer-config": "0.0.124",
|
|
58
|
-
"@teambit/variants": "0.0.1602",
|
|
59
53
|
"@teambit/component-issues": "0.0.172",
|
|
60
54
|
"@teambit/component.sources": "0.0.176",
|
|
61
55
|
"@teambit/dependencies.modules.packages-excluder": "1.0.8",
|
|
@@ -66,9 +60,7 @@
|
|
|
66
60
|
"@teambit/legacy.scope-api": "0.0.179",
|
|
67
61
|
"@teambit/toolbox.path.is-path-inside": "0.0.509",
|
|
68
62
|
"@teambit/workspace.modules.match-pattern": "0.0.521",
|
|
69
|
-
"@teambit/component.ui.component-drawer": "0.0.482",
|
|
70
63
|
"@teambit/design.ui.tree": "0.0.16",
|
|
71
|
-
"@teambit/lanes.hooks.use-lane-components": "0.0.302",
|
|
72
64
|
"@teambit/lanes.hooks.use-lanes": "0.0.293",
|
|
73
65
|
"@teambit/lanes.ui.models.lanes-model": "0.0.233",
|
|
74
66
|
"@teambit/ui-foundation.ui.side-bar": "0.0.934",
|
|
@@ -86,7 +78,6 @@
|
|
|
86
78
|
"@teambit/base-react.themes.theme-switcher": "1.1.2",
|
|
87
79
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
|
|
88
80
|
"@teambit/workspace.ui.use-workspace-mode": "0.0.3",
|
|
89
|
-
"@teambit/component-descriptor": "0.0.451",
|
|
90
81
|
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
|
|
91
82
|
"@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.1",
|
|
92
83
|
"@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
|
|
@@ -98,7 +89,6 @@
|
|
|
98
89
|
"@teambit/workspace.hooks.use-url-change-broadcaster": "0.0.2",
|
|
99
90
|
"@teambit/workspace.ui.preserve-workspace-mode": "0.0.3",
|
|
100
91
|
"@teambit/design.ui.tooltip": "0.0.383",
|
|
101
|
-
"@teambit/preview.ui.preview-placeholder": "0.0.567",
|
|
102
92
|
"@teambit/scopes.scope-id": "0.0.9",
|
|
103
93
|
"@teambit/workspace.ui.load-preview": "0.0.504",
|
|
104
94
|
"@teambit/evangelist.elements.icon": "1.0.5",
|
|
@@ -107,23 +97,33 @@
|
|
|
107
97
|
"@teambit/cloud.hooks.use-cloud-scopes": "0.0.21",
|
|
108
98
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
109
99
|
"@teambit/workspace.ui.empty-workspace": "0.0.509",
|
|
110
|
-
"@teambit/component": "1.0.
|
|
111
|
-
"@teambit/dependency-resolver": "1.0.
|
|
112
|
-
"@teambit/envs": "1.0.
|
|
113
|
-
"@teambit/
|
|
114
|
-
"@teambit/
|
|
115
|
-
"@teambit/
|
|
116
|
-
"@teambit/
|
|
117
|
-
"@teambit/
|
|
118
|
-
"@teambit/
|
|
119
|
-
"@teambit/
|
|
120
|
-
"@teambit/
|
|
121
|
-
"@teambit/
|
|
122
|
-
"@teambit/
|
|
123
|
-
"@teambit/
|
|
124
|
-
"@teambit/
|
|
125
|
-
"@teambit/
|
|
126
|
-
"@teambit/
|
|
100
|
+
"@teambit/component": "1.0.1012",
|
|
101
|
+
"@teambit/dependency-resolver": "1.0.1012",
|
|
102
|
+
"@teambit/envs": "1.0.1012",
|
|
103
|
+
"@teambit/logger": "0.0.1428",
|
|
104
|
+
"@teambit/objects": "0.0.519",
|
|
105
|
+
"@teambit/scope": "1.0.1012",
|
|
106
|
+
"@teambit/graph": "1.0.1012",
|
|
107
|
+
"@teambit/cli": "0.0.1335",
|
|
108
|
+
"@teambit/config-store": "0.0.216",
|
|
109
|
+
"@teambit/isolator": "1.0.1012",
|
|
110
|
+
"@teambit/component-tree": "1.0.1012",
|
|
111
|
+
"@teambit/watcher": "1.0.1012",
|
|
112
|
+
"@teambit/aspect-loader": "1.0.1012",
|
|
113
|
+
"@teambit/config": "0.0.1510",
|
|
114
|
+
"@teambit/graphql": "1.0.1012",
|
|
115
|
+
"@teambit/bundler": "1.0.1012",
|
|
116
|
+
"@teambit/global-config": "0.0.1339",
|
|
117
|
+
"@teambit/ui": "1.0.1012",
|
|
118
|
+
"@teambit/variants": "0.0.1603",
|
|
119
|
+
"@teambit/component.ui.component-drawer": "0.0.483",
|
|
120
|
+
"@teambit/lanes.hooks.use-lane-components": "0.0.303",
|
|
121
|
+
"@teambit/command-bar": "1.0.1012",
|
|
122
|
+
"@teambit/sidebar": "1.0.1012",
|
|
123
|
+
"@teambit/pubsub": "1.0.1012",
|
|
124
|
+
"@teambit/component-descriptor": "0.0.452",
|
|
125
|
+
"@teambit/deprecation": "1.0.1012",
|
|
126
|
+
"@teambit/preview.ui.preview-placeholder": "0.0.568"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@types/lodash": "4.14.165",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@types/pluralize": "0.0.29",
|
|
137
137
|
"@types/mocha": "9.1.0",
|
|
138
138
|
"@teambit/workspace.content.workspace-overview": "1.96.6",
|
|
139
|
-
"@teambit/harmony.envs.core-aspect-env": "0.1.
|
|
139
|
+
"@teambit/harmony.envs.core-aspect-env": "0.1.6"
|
|
140
140
|
},
|
|
141
141
|
"peerDependencies": {
|
|
142
142
|
"@apollo/client": "^3.12.0",
|