@teambit/bit 1.12.52 → 1.12.54

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.
package/dist/esm.d.mts ADDED
@@ -0,0 +1,14 @@
1
+ export const Aspect: any;
2
+ export const RuntimeDefinition: any;
3
+ export const Hook: any;
4
+ export const HookRegistry: any;
5
+ export const manifestsMap: any;
6
+ export const isCoreAspect: any;
7
+ export const getAllCoreAspectsIds: any;
8
+ export const registerCoreExtensions: any;
9
+ export const BitAspect: any;
10
+ export const loadBit: any;
11
+ export const restoreGlobals: any;
12
+ export const restoreGlobalsFromSnapshot: any;
13
+ export const takeLegacyGlobalsSnapshot: any;
14
+ export default cjsModule;
@@ -1,3 +1,108 @@
1
+ import { AspectAspect } from '@teambit/aspect';
2
+ import { AspectLoaderAspect } from '@teambit/aspect-loader';
3
+ import { BuilderAspect } from '@teambit/builder';
4
+ import { BundlerAspect } from '@teambit/bundler';
5
+ import { CacheAspect } from '@teambit/cache';
6
+ import { CLIAspect } from '@teambit/cli';
7
+ import { CompilerAspect } from '@teambit/compiler';
8
+ import { ComponentAspect } from '@teambit/component';
9
+ import { CompositionsAspect } from '@teambit/compositions';
10
+ import { DependencyResolverAspect } from '@teambit/dependency-resolver';
11
+ import { DeprecationAspect } from '@teambit/deprecation';
12
+ import { DocsAspect } from '@teambit/docs';
13
+ import { EnvsAspect } from '@teambit/envs';
14
+ import { EnvAspect } from '@teambit/env';
15
+ import { ExpressAspect } from '@teambit/express';
16
+ import { YarnAspect } from '@teambit/yarn';
17
+ import { GeneratorAspect } from '@teambit/generator';
18
+ import { HarmonyUiAppAspect } from '@teambit/harmony-ui-app';
19
+ import { GraphAspect } from '@teambit/graph';
20
+ import { GraphqlAspect } from '@teambit/graphql';
21
+ import { InsightsAspect } from '@teambit/insights';
22
+ import { IsolatorAspect } from '@teambit/isolator';
23
+ import { JestAspect } from '@teambit/jest';
24
+ import { LoggerAspect } from '@teambit/logger';
25
+ import { NodeAspect } from '@teambit/node';
26
+ import { NotificationsAspect } from '@teambit/notifications';
27
+ import { PanelUiAspect } from '@teambit/panels';
28
+ import { PkgAspect } from '@teambit/pkg';
29
+ import { PnpmAspect } from '@teambit/pnpm';
30
+ import { PreviewAspect } from '@teambit/preview';
31
+ import { ComponentSizerAspect } from '@teambit/component-sizer';
32
+ import { ReactAspect } from '@teambit/react';
33
+ import { VueAspect } from '@teambit/vue-aspect';
34
+ import { ReactRouterAspect } from '@teambit/react-router';
35
+ import { SchemaAspect } from '@teambit/schema';
36
+ import { PubsubAspect } from '@teambit/pubsub';
37
+ import { ScopeAspect } from '@teambit/scope';
38
+ import { TesterAspect } from '@teambit/tester';
39
+ import { MultiTesterAspect } from '@teambit/multi-tester';
40
+ import { TypescriptAspect } from '@teambit/typescript';
41
+ import { BabelAspect } from '@teambit/babel';
42
+ import { UIAspect } from '@teambit/ui';
43
+ import { VariantsAspect } from '@teambit/variants';
44
+ import { WebpackAspect } from '@teambit/webpack';
45
+ import { WorkspaceAspect } from '@teambit/workspace';
46
+ import { WorkspaceConfigFilesAspect } from '@teambit/workspace-config-files';
47
+ import { InstallAspect } from '@teambit/install';
48
+ import { LinterAspect } from '@teambit/linter';
49
+ import { FormatterAspect } from '@teambit/formatter';
50
+ import { ChangelogAspect } from '@teambit/changelog';
51
+ import { CodeAspect } from '@teambit/code';
52
+ import { CommandBarAspect } from '@teambit/command-bar';
53
+ import { SidebarAspect } from '@teambit/sidebar';
54
+ import { ComponentTreeAspect } from '@teambit/component-tree';
55
+ import { DevFilesAspect } from '@teambit/dev-files';
56
+ import { ESLintAspect } from '@teambit/eslint';
57
+ import { PrettierAspect } from '@teambit/prettier';
58
+ import { WorkerAspect } from '@teambit/worker';
59
+ import { GlobalConfigAspect } from '@teambit/global-config';
60
+ import { MultiCompilerAspect } from '@teambit/multi-compiler';
61
+ import { MDXAspect } from '@teambit/mdx';
62
+ import { ReadmeAspect } from '@teambit/readme';
63
+ import { ApplicationAspect } from '@teambit/application';
64
+ import { ExportAspect } from '@teambit/export';
65
+ import { ImporterAspect } from '@teambit/importer';
66
+ import { EjectAspect } from '@teambit/eject';
67
+ import { UserAgentAspect } from '@teambit/user-agent';
68
+ import { LanesAspect } from '@teambit/lanes';
69
+ import { ForkingAspect } from '@teambit/forking';
70
+ import { RenamingAspect } from '@teambit/renaming';
71
+ import { ComponentLogAspect } from '@teambit/component-log';
72
+ import { ClearCacheAspect } from '@teambit/clear-cache';
73
+ import { DiagnosticAspect } from '@teambit/diagnostic';
74
+ import { NewComponentHelperAspect } from '@teambit/new-component-helper';
75
+ import { MochaAspect } from '@teambit/mocha';
76
+ import { CommunityAspect } from '@teambit/community';
77
+ import { CloudAspect } from '@teambit/cloud';
78
+ import { StatusAspect } from '@teambit/status';
79
+ import { SnappingAspect } from '@teambit/snapping';
80
+ import { MergingAspect } from '@teambit/merging';
81
+ import { IssuesAspect } from '@teambit/issues';
82
+ import { RefactoringAspect } from '@teambit/refactoring';
83
+ import { ComponentCompareAspect } from '@teambit/component-compare';
84
+ import { ListerAspect } from '@teambit/lister';
85
+ import { DependenciesAspect } from '@teambit/dependencies';
86
+ import { RemoveAspect } from '@teambit/remove';
87
+ import { MergeLanesAspect } from '@teambit/merge-lanes';
88
+ import { CheckoutAspect } from '@teambit/checkout';
89
+ import { APIReferenceAspect } from '@teambit/api-reference';
90
+ import { ApiServerAspect } from '@teambit/api-server';
91
+ import { ComponentWriterAspect } from '@teambit/component-writer';
92
+ import { TrackerAspect } from '@teambit/tracker';
93
+ import { MoverAspect } from '@teambit/mover';
94
+ import { WatcherAspect } from '@teambit/watcher';
95
+ import { StashAspect } from '@teambit/stash';
96
+ import { GitAspect } from '@teambit/git';
97
+ import { IpcEventsAspect } from '@teambit/ipc-events';
98
+ import { ConfigMergerAspect } from '@teambit/config-merger';
99
+ import { VersionHistoryAspect } from '@teambit/version-history';
100
+ import { HostInitializerAspect } from '@teambit/host-initializer';
101
+ import { DoctorAspect } from '@teambit/doctor';
102
+ import { ObjectsAspect } from '@teambit/objects';
103
+ import { ConfigStoreAspect } from '@teambit/config-store';
104
+ import { CliMcpServerAspect } from '@teambit/cli-mcp-server';
105
+ import { CiAspect } from '@teambit/ci';
1
106
  /**
2
107
  * this is the place to register core aspects.
3
108
  * if you modify this list (add/remove), please run `npm run generate-core-aspects-ids` to update
@@ -5,7 +110,111 @@
5
110
  * (it's done automatically by Circle during tag workflow)
6
111
  */
7
112
  export declare const manifestsMap: {
8
- [x: string]: import("@teambit/harmony").Aspect;
113
+ [AspectLoaderAspect.id]: import("@teambit/harmony").Aspect;
114
+ [CLIAspect.id]: import("@teambit/harmony").Aspect;
115
+ [DevFilesAspect.id]: import("@teambit/harmony").Aspect;
116
+ [WorkspaceAspect.id]: import("@teambit/harmony").Aspect;
117
+ [WorkspaceConfigFilesAspect.id]: import("@teambit/harmony").Aspect;
118
+ [InstallAspect.id]: import("@teambit/harmony").Aspect;
119
+ [ESLintAspect.id]: import("@teambit/harmony").Aspect;
120
+ [PrettierAspect.id]: import("@teambit/harmony").Aspect;
121
+ [CompilerAspect.id]: import("@teambit/harmony").Aspect;
122
+ [LinterAspect.id]: import("@teambit/harmony").Aspect;
123
+ [FormatterAspect.id]: import("@teambit/harmony").Aspect;
124
+ [ComponentAspect.id]: import("@teambit/harmony").Aspect;
125
+ [MDXAspect.id]: import("@teambit/harmony").Aspect;
126
+ [ReadmeAspect.id]: import("@teambit/harmony").Aspect;
127
+ [PreviewAspect.id]: import("@teambit/harmony").Aspect;
128
+ [ComponentSizerAspect.id]: import("@teambit/harmony").Aspect;
129
+ [DocsAspect.id]: import("@teambit/harmony").Aspect;
130
+ [YarnAspect.id]: import("@teambit/harmony").Aspect;
131
+ [CompositionsAspect.id]: import("@teambit/harmony").Aspect;
132
+ [GlobalConfigAspect.id]: import("@teambit/harmony").Aspect;
133
+ [GraphqlAspect.id]: import("@teambit/harmony").Aspect;
134
+ [PnpmAspect.id]: import("@teambit/harmony").Aspect;
135
+ [MultiCompilerAspect.id]: import("@teambit/harmony").Aspect;
136
+ [UIAspect.id]: import("@teambit/harmony").Aspect;
137
+ [GeneratorAspect.id]: import("@teambit/harmony").Aspect;
138
+ [EnvsAspect.id]: import("@teambit/harmony").Aspect;
139
+ [EnvAspect.id]: import("@teambit/harmony").Aspect;
140
+ [GraphAspect.id]: import("@teambit/harmony").Aspect;
141
+ [PubsubAspect.id]: import("@teambit/harmony").Aspect;
142
+ [DependencyResolverAspect.id]: import("@teambit/harmony").Aspect;
143
+ [InsightsAspect.id]: import("@teambit/harmony").Aspect;
144
+ [IsolatorAspect.id]: import("@teambit/harmony").Aspect;
145
+ [LoggerAspect.id]: import("@teambit/harmony").Aspect;
146
+ [PkgAspect.id]: import("@teambit/harmony").Aspect;
147
+ [ReactAspect.id]: import("@teambit/harmony").Aspect;
148
+ [VueAspect.id]: import("@teambit/harmony").Aspect;
149
+ [WorkerAspect.id]: import("@teambit/harmony").Aspect;
150
+ [ScopeAspect.id]: import("@teambit/harmony").Aspect;
151
+ [TesterAspect.id]: import("@teambit/harmony").Aspect;
152
+ [MultiTesterAspect.id]: import("@teambit/harmony").Aspect;
153
+ [BuilderAspect.id]: import("@teambit/harmony").Aspect;
154
+ [VariantsAspect.id]: import("@teambit/harmony").Aspect;
155
+ [DeprecationAspect.id]: import("@teambit/harmony").Aspect;
156
+ [ExpressAspect.id]: import("@teambit/harmony").Aspect;
157
+ [AspectAspect.id]: import("@teambit/harmony").Aspect;
158
+ [WebpackAspect.id]: import("@teambit/harmony").Aspect;
159
+ [SchemaAspect.id]: import("@teambit/harmony").Aspect;
160
+ [ReactRouterAspect.id]: import("@teambit/harmony").Aspect;
161
+ [TypescriptAspect.id]: import("@teambit/harmony").Aspect;
162
+ [PanelUiAspect.id]: import("@teambit/harmony").Aspect;
163
+ [BabelAspect.id]: import("@teambit/harmony").Aspect;
164
+ [NodeAspect.id]: import("@teambit/harmony").Aspect;
165
+ [NotificationsAspect.id]: import("@teambit/harmony").Aspect;
166
+ [BundlerAspect.id]: import("@teambit/harmony").Aspect;
167
+ [JestAspect.id]: import("@teambit/harmony").Aspect;
168
+ [CacheAspect.id]: import("@teambit/harmony").Aspect;
169
+ [ChangelogAspect.id]: import("@teambit/harmony").Aspect;
170
+ [CodeAspect.id]: import("@teambit/harmony").Aspect;
171
+ [CommandBarAspect.id]: import("@teambit/harmony").Aspect;
172
+ [SidebarAspect.id]: import("@teambit/harmony").Aspect;
173
+ [ComponentTreeAspect.id]: import("@teambit/harmony").Aspect;
174
+ [ExportAspect.id]: import("@teambit/harmony").Aspect;
175
+ [ImporterAspect.id]: import("@teambit/harmony").Aspect;
176
+ [HarmonyUiAppAspect.id]: import("@teambit/harmony").Aspect;
177
+ [UserAgentAspect.id]: import("@teambit/harmony").Aspect;
178
+ [ApplicationAspect.id]: import("@teambit/harmony").Aspect;
179
+ [EjectAspect.id]: import("@teambit/harmony").Aspect;
180
+ [LanesAspect.id]: import("@teambit/harmony").Aspect;
181
+ [ForkingAspect.id]: import("@teambit/harmony").Aspect;
182
+ [RenamingAspect.id]: import("@teambit/harmony").Aspect;
183
+ [NewComponentHelperAspect.id]: import("@teambit/harmony").Aspect;
184
+ [ComponentLogAspect.id]: import("@teambit/harmony").Aspect;
185
+ [ClearCacheAspect.id]: import("@teambit/harmony").Aspect;
186
+ [MochaAspect.id]: import("@teambit/harmony").Aspect;
187
+ [DiagnosticAspect.id]: import("@teambit/harmony").Aspect;
188
+ [StatusAspect.id]: import("@teambit/harmony").Aspect;
189
+ [CommunityAspect.id]: import("@teambit/harmony").Aspect;
190
+ [CloudAspect.id]: import("@teambit/harmony").Aspect;
191
+ [SnappingAspect.id]: import("@teambit/harmony").Aspect;
192
+ [MergingAspect.id]: import("@teambit/harmony").Aspect;
193
+ [IssuesAspect.id]: import("@teambit/harmony").Aspect;
194
+ [RefactoringAspect.id]: import("@teambit/harmony").Aspect;
195
+ [ComponentCompareAspect.id]: import("@teambit/harmony").Aspect;
196
+ [ListerAspect.id]: import("@teambit/harmony").Aspect;
197
+ [DependenciesAspect.id]: import("@teambit/harmony").Aspect;
198
+ [RemoveAspect.id]: import("@teambit/harmony").Aspect;
199
+ [MergeLanesAspect.id]: import("@teambit/harmony").Aspect;
200
+ [CheckoutAspect.id]: import("@teambit/harmony").Aspect;
201
+ [ComponentWriterAspect.id]: import("@teambit/harmony").Aspect;
202
+ [APIReferenceAspect.id]: import("@teambit/harmony").Aspect;
203
+ [ApiServerAspect.id]: import("@teambit/harmony").Aspect;
204
+ [TrackerAspect.id]: import("@teambit/harmony").Aspect;
205
+ [MoverAspect.id]: import("@teambit/harmony").Aspect;
206
+ [WatcherAspect.id]: import("@teambit/harmony").Aspect;
207
+ [StashAspect.id]: import("@teambit/harmony").Aspect;
208
+ [GitAspect.id]: import("@teambit/harmony").Aspect;
209
+ [IpcEventsAspect.id]: import("@teambit/harmony").Aspect;
210
+ [ConfigMergerAspect.id]: import("@teambit/harmony").Aspect;
211
+ [VersionHistoryAspect.id]: import("@teambit/harmony").Aspect;
212
+ [HostInitializerAspect.id]: import("@teambit/harmony").Aspect;
213
+ [DoctorAspect.id]: import("@teambit/harmony").Aspect;
214
+ [ObjectsAspect.id]: import("@teambit/harmony").Aspect;
215
+ [ConfigStoreAspect.id]: import("@teambit/harmony").Aspect;
216
+ [CliMcpServerAspect.id]: import("@teambit/harmony").Aspect;
217
+ [CiAspect.id]: import("@teambit/harmony").Aspect;
9
218
  };
10
219
  export declare function isCoreAspect(id: string): boolean;
11
220
  export declare function getAllCoreAspectsIds(): string[];
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_bit@1.12.52/dist/bit.compositions.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_bit@1.12.52/dist/bit.docs.js';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_bit@1.12.54/dist/bit.compositions.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_bit@1.12.54/dist/bit.docs.js';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/bit",
3
- "version": "1.12.52",
3
+ "version": "1.12.54",
4
4
  "homepage": "https://bit.cloud/teambit/harmony/bit",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "bit",
9
- "version": "1.12.52"
9
+ "version": "1.12.54"
10
10
  },
11
11
  "dependencies": {
12
12
  "comment-json": "4.2.5",
@@ -44,7 +44,6 @@
44
44
  "@apollo/client": "3.6.9",
45
45
  "@teambit/harmony": "0.4.7",
46
46
  "@teambit/design.ui.brand.logo": "1.96.2",
47
- "@teambit/cli": "0.0.1256",
48
47
  "@teambit/legacy.extension-data": "0.0.67",
49
48
  "@teambit/bit.get-bit-version": "0.0.6",
50
49
  "@teambit/legacy.analytics": "0.0.77",
@@ -52,9 +51,7 @@
52
51
  "@teambit/legacy.loader": "0.0.9",
53
52
  "@teambit/legacy.logger": "0.0.24",
54
53
  "@teambit/bit-error": "0.0.404",
55
- "@teambit/clear-cache": "0.0.487",
56
54
  "@teambit/component-id": "1.2.4",
57
- "@teambit/config": "0.0.1430",
58
55
  "@teambit/legacy-bit-id": "1.1.3",
59
56
  "@teambit/legacy.bit-map": "0.0.122",
60
57
  "@teambit/legacy.consumer-component": "0.0.66",
@@ -64,112 +61,115 @@
64
61
  "@teambit/scope.modules.find-scope-path": "0.0.15",
65
62
  "@teambit/workspace.modules.node-modules-linker": "0.0.293",
66
63
  "@teambit/workspace.modules.workspace-locator": "0.0.15",
67
- "@teambit/cache": "0.0.1349",
68
- "@teambit/cli-mcp-server": "0.0.72",
69
- "@teambit/community": "1.0.684",
70
- "@teambit/config-store": "0.0.136",
71
- "@teambit/express": "0.0.1355",
72
- "@teambit/global-config": "0.0.1259",
73
- "@teambit/logger": "0.0.1349",
74
- "@teambit/panels": "0.0.1258",
75
- "@teambit/variants": "0.0.1523",
76
- "@teambit/worker": "0.0.1560",
77
64
  "@teambit/ui-foundation.ui.navigation.react-router-adapter": "6.1.3",
78
65
  "@teambit/base-react.navigation.link": "2.0.31",
79
- "@teambit/harmony.content.cli-reference": "2.0.700",
80
- "@teambit/aspect-loader": "1.0.693",
81
- "@teambit/envs": "1.0.693",
82
- "@teambit/generator": "1.0.694",
83
- "@teambit/host-initializer": "0.0.406",
84
- "@teambit/api-reference": "1.0.693",
85
- "@teambit/api-server": "1.0.696",
86
- "@teambit/application": "1.0.693",
87
- "@teambit/aspect": "1.0.693",
88
- "@teambit/babel": "1.0.693",
89
- "@teambit/builder": "1.0.693",
90
- "@teambit/bundler": "1.0.693",
91
- "@teambit/changelog": "1.0.693",
92
- "@teambit/checkout": "1.0.693",
93
- "@teambit/ci": "1.0.45",
94
- "@teambit/cloud": "0.0.970",
95
- "@teambit/code": "1.0.693",
96
- "@teambit/command-bar": "1.0.693",
97
- "@teambit/compiler": "1.0.693",
98
- "@teambit/component-compare": "1.0.693",
99
- "@teambit/component-log": "1.0.693",
100
- "@teambit/component-sizer": "1.0.693",
101
- "@teambit/component-tree": "1.0.693",
102
- "@teambit/component-writer": "1.0.693",
103
- "@teambit/component": "1.0.693",
104
- "@teambit/compositions": "1.0.693",
105
- "@teambit/config-merger": "0.0.560",
106
- "@teambit/dependencies": "1.0.693",
107
- "@teambit/dependency-resolver": "1.0.693",
108
- "@teambit/deprecation": "1.0.693",
109
- "@teambit/dev-files": "1.0.693",
110
- "@teambit/diagnostic": "1.0.693",
111
- "@teambit/docs": "1.0.693",
112
- "@teambit/doctor": "0.0.376",
113
- "@teambit/eject": "1.0.693",
114
- "@teambit/env": "1.0.693",
115
- "@teambit/eslint": "1.0.693",
116
- "@teambit/export": "1.0.693",
117
- "@teambit/forking": "1.0.693",
118
- "@teambit/formatter": "1.0.693",
119
- "@teambit/git": "1.0.693",
120
- "@teambit/graph": "1.0.693",
121
- "@teambit/graphql": "1.0.693",
122
- "@teambit/harmony-ui-app": "1.0.693",
123
- "@teambit/importer": "1.0.693",
124
- "@teambit/insights": "1.0.693",
125
- "@teambit/install": "1.0.693",
126
- "@teambit/ipc-events": "1.0.693",
127
- "@teambit/isolator": "1.0.693",
128
- "@teambit/issues": "1.0.693",
129
- "@teambit/jest": "1.0.693",
130
- "@teambit/lanes": "1.0.694",
131
- "@teambit/linter": "1.0.693",
132
- "@teambit/lister": "1.0.693",
133
- "@teambit/mdx": "1.0.693",
134
- "@teambit/merge-lanes": "1.0.694",
135
- "@teambit/merging": "1.0.693",
136
- "@teambit/mocha": "1.0.693",
137
- "@teambit/mover": "1.0.693",
138
- "@teambit/multi-compiler": "1.0.693",
139
- "@teambit/multi-tester": "1.0.693",
140
- "@teambit/new-component-helper": "1.0.693",
141
- "@teambit/node": "1.0.693",
142
- "@teambit/notifications": "1.0.693",
143
- "@teambit/objects": "0.0.200",
144
- "@teambit/pkg": "1.0.693",
145
- "@teambit/pnpm": "1.0.701",
146
- "@teambit/prettier": "1.0.693",
147
- "@teambit/preview": "1.0.693",
148
- "@teambit/pubsub": "1.0.693",
149
- "@teambit/react-router": "1.0.693",
150
- "@teambit/react": "1.0.693",
151
- "@teambit/readme": "1.0.693",
152
- "@teambit/refactoring": "1.0.693",
153
- "@teambit/remove": "1.0.693",
154
- "@teambit/renaming": "1.0.693",
155
- "@teambit/schema": "1.0.693",
156
- "@teambit/scope": "1.0.693",
157
- "@teambit/sidebar": "1.0.693",
158
- "@teambit/snapping": "1.0.693",
159
- "@teambit/stash": "1.0.693",
160
- "@teambit/status": "1.0.695",
161
- "@teambit/tester": "1.0.693",
162
- "@teambit/tracker": "1.0.693",
163
- "@teambit/typescript": "1.0.693",
164
- "@teambit/ui": "1.0.693",
165
- "@teambit/user-agent": "1.0.693",
166
- "@teambit/version-history": "0.0.485",
167
- "@teambit/vue-aspect": "0.0.59",
168
- "@teambit/watcher": "1.0.693",
169
- "@teambit/webpack": "1.0.693",
170
- "@teambit/workspace-config-files": "1.0.693",
171
- "@teambit/workspace": "1.0.693",
172
- "@teambit/yarn": "1.0.693"
66
+ "@teambit/harmony.content.cli-reference": "2.0.702",
67
+ "@teambit/cli": "0.0.1258",
68
+ "@teambit/aspect-loader": "1.0.695",
69
+ "@teambit/clear-cache": "0.0.489",
70
+ "@teambit/config": "0.0.1432",
71
+ "@teambit/envs": "1.0.695",
72
+ "@teambit/generator": "1.0.696",
73
+ "@teambit/host-initializer": "0.0.408",
74
+ "@teambit/api-reference": "1.0.695",
75
+ "@teambit/api-server": "1.0.698",
76
+ "@teambit/application": "1.0.695",
77
+ "@teambit/aspect": "1.0.695",
78
+ "@teambit/babel": "1.0.695",
79
+ "@teambit/builder": "1.0.695",
80
+ "@teambit/bundler": "1.0.695",
81
+ "@teambit/cache": "0.0.1351",
82
+ "@teambit/changelog": "1.0.695",
83
+ "@teambit/checkout": "1.0.695",
84
+ "@teambit/ci": "1.0.47",
85
+ "@teambit/cli-mcp-server": "0.0.74",
86
+ "@teambit/cloud": "0.0.972",
87
+ "@teambit/code": "1.0.695",
88
+ "@teambit/command-bar": "1.0.695",
89
+ "@teambit/community": "1.0.686",
90
+ "@teambit/compiler": "1.0.695",
91
+ "@teambit/component-compare": "1.0.695",
92
+ "@teambit/component-log": "1.0.695",
93
+ "@teambit/component-sizer": "1.0.695",
94
+ "@teambit/component-tree": "1.0.695",
95
+ "@teambit/component-writer": "1.0.695",
96
+ "@teambit/component": "1.0.695",
97
+ "@teambit/compositions": "1.0.695",
98
+ "@teambit/config-merger": "0.0.562",
99
+ "@teambit/config-store": "0.0.138",
100
+ "@teambit/dependencies": "1.0.695",
101
+ "@teambit/dependency-resolver": "1.0.695",
102
+ "@teambit/deprecation": "1.0.695",
103
+ "@teambit/dev-files": "1.0.695",
104
+ "@teambit/diagnostic": "1.0.695",
105
+ "@teambit/docs": "1.0.695",
106
+ "@teambit/doctor": "0.0.378",
107
+ "@teambit/eject": "1.0.695",
108
+ "@teambit/env": "1.0.695",
109
+ "@teambit/eslint": "1.0.695",
110
+ "@teambit/export": "1.0.695",
111
+ "@teambit/express": "0.0.1357",
112
+ "@teambit/forking": "1.0.695",
113
+ "@teambit/formatter": "1.0.695",
114
+ "@teambit/git": "1.0.695",
115
+ "@teambit/global-config": "0.0.1261",
116
+ "@teambit/graph": "1.0.695",
117
+ "@teambit/graphql": "1.0.695",
118
+ "@teambit/harmony-ui-app": "1.0.695",
119
+ "@teambit/importer": "1.0.695",
120
+ "@teambit/insights": "1.0.695",
121
+ "@teambit/install": "1.0.695",
122
+ "@teambit/ipc-events": "1.0.695",
123
+ "@teambit/isolator": "1.0.695",
124
+ "@teambit/issues": "1.0.695",
125
+ "@teambit/jest": "1.0.695",
126
+ "@teambit/lanes": "1.0.696",
127
+ "@teambit/linter": "1.0.695",
128
+ "@teambit/lister": "1.0.695",
129
+ "@teambit/logger": "0.0.1351",
130
+ "@teambit/mdx": "1.0.695",
131
+ "@teambit/merge-lanes": "1.0.696",
132
+ "@teambit/merging": "1.0.695",
133
+ "@teambit/mocha": "1.0.695",
134
+ "@teambit/mover": "1.0.695",
135
+ "@teambit/multi-compiler": "1.0.695",
136
+ "@teambit/multi-tester": "1.0.695",
137
+ "@teambit/new-component-helper": "1.0.695",
138
+ "@teambit/node": "1.0.695",
139
+ "@teambit/notifications": "1.0.695",
140
+ "@teambit/objects": "0.0.202",
141
+ "@teambit/panels": "0.0.1260",
142
+ "@teambit/pkg": "1.0.695",
143
+ "@teambit/pnpm": "1.0.703",
144
+ "@teambit/prettier": "1.0.695",
145
+ "@teambit/preview": "1.0.695",
146
+ "@teambit/pubsub": "1.0.695",
147
+ "@teambit/react-router": "1.0.695",
148
+ "@teambit/react": "1.0.695",
149
+ "@teambit/readme": "1.0.695",
150
+ "@teambit/refactoring": "1.0.695",
151
+ "@teambit/remove": "1.0.695",
152
+ "@teambit/renaming": "1.0.695",
153
+ "@teambit/schema": "1.0.695",
154
+ "@teambit/scope": "1.0.695",
155
+ "@teambit/sidebar": "1.0.695",
156
+ "@teambit/snapping": "1.0.695",
157
+ "@teambit/stash": "1.0.695",
158
+ "@teambit/status": "1.0.697",
159
+ "@teambit/tester": "1.0.695",
160
+ "@teambit/tracker": "1.0.695",
161
+ "@teambit/typescript": "1.0.695",
162
+ "@teambit/ui": "1.0.695",
163
+ "@teambit/user-agent": "1.0.695",
164
+ "@teambit/variants": "0.0.1525",
165
+ "@teambit/version-history": "0.0.487",
166
+ "@teambit/vue-aspect": "0.0.61",
167
+ "@teambit/watcher": "1.0.695",
168
+ "@teambit/webpack": "1.0.695",
169
+ "@teambit/worker": "0.0.1562",
170
+ "@teambit/workspace-config-files": "1.0.695",
171
+ "@teambit/workspace": "1.0.695",
172
+ "@teambit/yarn": "1.0.695"
173
173
  },
174
174
  "devDependencies": {
175
175
  "@types/fs-extra": "9.0.7",
@@ -177,7 +177,7 @@
177
177
  "@types/eventsource": "^1.1.15",
178
178
  "@types/node-fetch": "2.5.12",
179
179
  "@teambit/bit.content.what-is-bit": "1.96.12",
180
- "@teambit/harmony.envs.core-aspect-env": "0.0.73"
180
+ "@teambit/harmony.envs.core-aspect-env": "0.0.75"
181
181
  },
182
182
  "peerDependencies": {
183
183
  "react": "17.0.2",