@teambit/bit 1.12.53 → 1.12.55
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/manifests.d.ts
CHANGED
|
@@ -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
|
-
[
|
|
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.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_bit@1.12.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_bit@1.12.55/dist/bit.compositions.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_bit@1.12.55/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.
|
|
3
|
+
"version": "1.12.55",
|
|
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.
|
|
9
|
+
"version": "1.12.55"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"comment-json": "4.2.5",
|
|
@@ -44,6 +44,7 @@
|
|
|
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.1258",
|
|
47
48
|
"@teambit/legacy.extension-data": "0.0.67",
|
|
48
49
|
"@teambit/bit.get-bit-version": "0.0.6",
|
|
49
50
|
"@teambit/legacy.analytics": "0.0.77",
|
|
@@ -51,7 +52,9 @@
|
|
|
51
52
|
"@teambit/legacy.loader": "0.0.9",
|
|
52
53
|
"@teambit/legacy.logger": "0.0.24",
|
|
53
54
|
"@teambit/bit-error": "0.0.404",
|
|
55
|
+
"@teambit/clear-cache": "0.0.489",
|
|
54
56
|
"@teambit/component-id": "1.2.4",
|
|
57
|
+
"@teambit/config": "0.0.1432",
|
|
55
58
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
56
59
|
"@teambit/legacy.bit-map": "0.0.122",
|
|
57
60
|
"@teambit/legacy.consumer-component": "0.0.66",
|
|
@@ -61,115 +64,112 @@
|
|
|
61
64
|
"@teambit/scope.modules.find-scope-path": "0.0.15",
|
|
62
65
|
"@teambit/workspace.modules.node-modules-linker": "0.0.293",
|
|
63
66
|
"@teambit/workspace.modules.workspace-locator": "0.0.15",
|
|
67
|
+
"@teambit/cache": "0.0.1351",
|
|
68
|
+
"@teambit/community": "1.0.686",
|
|
69
|
+
"@teambit/config-store": "0.0.138",
|
|
70
|
+
"@teambit/express": "0.0.1357",
|
|
71
|
+
"@teambit/global-config": "0.0.1261",
|
|
72
|
+
"@teambit/logger": "0.0.1351",
|
|
73
|
+
"@teambit/panels": "0.0.1260",
|
|
74
|
+
"@teambit/variants": "0.0.1525",
|
|
75
|
+
"@teambit/worker": "0.0.1562",
|
|
64
76
|
"@teambit/ui-foundation.ui.navigation.react-router-adapter": "6.1.3",
|
|
65
77
|
"@teambit/base-react.navigation.link": "2.0.31",
|
|
66
|
-
"@teambit/harmony.content.cli-reference": "2.0.
|
|
67
|
-
"@teambit/
|
|
68
|
-
"@teambit/
|
|
69
|
-
"@teambit/
|
|
70
|
-
"@teambit/
|
|
71
|
-
"@teambit/
|
|
72
|
-
"@teambit/
|
|
73
|
-
"@teambit/
|
|
74
|
-
"@teambit/
|
|
75
|
-
"@teambit/
|
|
76
|
-
"@teambit/
|
|
77
|
-
"@teambit/
|
|
78
|
-
"@teambit/
|
|
79
|
-
"@teambit/
|
|
80
|
-
"@teambit/
|
|
81
|
-
"@teambit/
|
|
82
|
-
"@teambit/
|
|
83
|
-
"@teambit/
|
|
84
|
-
"@teambit/
|
|
85
|
-
"@teambit/
|
|
86
|
-
"@teambit/
|
|
87
|
-
"@teambit/
|
|
88
|
-
"@teambit/
|
|
89
|
-
"@teambit/
|
|
90
|
-
"@teambit/
|
|
91
|
-
"@teambit/component
|
|
92
|
-
"@teambit/
|
|
93
|
-
"@teambit/
|
|
94
|
-
"@teambit/
|
|
95
|
-
"@teambit/
|
|
96
|
-
"@teambit/
|
|
97
|
-
"@teambit/
|
|
98
|
-
"@teambit/
|
|
99
|
-
"@teambit/
|
|
100
|
-
"@teambit/
|
|
101
|
-
"@teambit/
|
|
102
|
-
"@teambit/
|
|
103
|
-
"@teambit/
|
|
104
|
-
"@teambit/
|
|
105
|
-
"@teambit/
|
|
106
|
-
"@teambit/
|
|
107
|
-
"@teambit/
|
|
108
|
-
"@teambit/
|
|
109
|
-
"@teambit/
|
|
110
|
-
"@teambit/
|
|
111
|
-
"@teambit/
|
|
112
|
-
"@teambit/
|
|
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/
|
|
127
|
-
"@teambit/
|
|
128
|
-
"@teambit/
|
|
129
|
-
"@teambit/
|
|
130
|
-
"@teambit/
|
|
131
|
-
"@teambit/
|
|
132
|
-
"@teambit/
|
|
133
|
-
"@teambit/
|
|
134
|
-
"@teambit/
|
|
135
|
-
"@teambit/
|
|
136
|
-
"@teambit/
|
|
137
|
-
"@teambit/
|
|
138
|
-
"@teambit/
|
|
139
|
-
"@teambit/
|
|
140
|
-
"@teambit/
|
|
141
|
-
"@teambit/
|
|
142
|
-
"@teambit/
|
|
143
|
-
"@teambit/
|
|
144
|
-
"@teambit/
|
|
145
|
-
"@teambit/
|
|
146
|
-
"@teambit/
|
|
147
|
-
"@teambit/
|
|
148
|
-
"@teambit/
|
|
149
|
-
"@teambit/
|
|
150
|
-
"@teambit/
|
|
151
|
-
"@teambit/
|
|
152
|
-
"@teambit/
|
|
153
|
-
"@teambit/
|
|
154
|
-
"@teambit/
|
|
155
|
-
"@teambit/
|
|
156
|
-
"@teambit/
|
|
157
|
-
"@teambit/
|
|
158
|
-
"@teambit/
|
|
159
|
-
"@teambit/
|
|
160
|
-
"@teambit/
|
|
161
|
-
"@teambit/typescript": "1.0.694",
|
|
162
|
-
"@teambit/ui": "1.0.694",
|
|
163
|
-
"@teambit/user-agent": "1.0.694",
|
|
164
|
-
"@teambit/variants": "0.0.1524",
|
|
165
|
-
"@teambit/version-history": "0.0.486",
|
|
166
|
-
"@teambit/vue-aspect": "0.0.60",
|
|
167
|
-
"@teambit/watcher": "1.0.694",
|
|
168
|
-
"@teambit/webpack": "1.0.694",
|
|
169
|
-
"@teambit/worker": "0.0.1561",
|
|
170
|
-
"@teambit/workspace-config-files": "1.0.694",
|
|
171
|
-
"@teambit/workspace": "1.0.694",
|
|
172
|
-
"@teambit/yarn": "1.0.694"
|
|
78
|
+
"@teambit/harmony.content.cli-reference": "2.0.703",
|
|
79
|
+
"@teambit/aspect-loader": "1.0.696",
|
|
80
|
+
"@teambit/envs": "1.0.696",
|
|
81
|
+
"@teambit/generator": "1.0.697",
|
|
82
|
+
"@teambit/host-initializer": "0.0.409",
|
|
83
|
+
"@teambit/api-reference": "1.0.696",
|
|
84
|
+
"@teambit/api-server": "1.0.699",
|
|
85
|
+
"@teambit/application": "1.0.696",
|
|
86
|
+
"@teambit/aspect": "1.0.696",
|
|
87
|
+
"@teambit/babel": "1.0.696",
|
|
88
|
+
"@teambit/builder": "1.0.696",
|
|
89
|
+
"@teambit/bundler": "1.0.696",
|
|
90
|
+
"@teambit/changelog": "1.0.696",
|
|
91
|
+
"@teambit/checkout": "1.0.696",
|
|
92
|
+
"@teambit/ci": "1.0.48",
|
|
93
|
+
"@teambit/cli-mcp-server": "0.0.75",
|
|
94
|
+
"@teambit/cloud": "0.0.973",
|
|
95
|
+
"@teambit/code": "1.0.696",
|
|
96
|
+
"@teambit/command-bar": "1.0.696",
|
|
97
|
+
"@teambit/compiler": "1.0.696",
|
|
98
|
+
"@teambit/component-compare": "1.0.696",
|
|
99
|
+
"@teambit/component-log": "1.0.696",
|
|
100
|
+
"@teambit/component-sizer": "1.0.696",
|
|
101
|
+
"@teambit/component-tree": "1.0.696",
|
|
102
|
+
"@teambit/component-writer": "1.0.696",
|
|
103
|
+
"@teambit/component": "1.0.696",
|
|
104
|
+
"@teambit/compositions": "1.0.696",
|
|
105
|
+
"@teambit/config-merger": "0.0.563",
|
|
106
|
+
"@teambit/dependencies": "1.0.696",
|
|
107
|
+
"@teambit/dependency-resolver": "1.0.696",
|
|
108
|
+
"@teambit/deprecation": "1.0.696",
|
|
109
|
+
"@teambit/dev-files": "1.0.696",
|
|
110
|
+
"@teambit/diagnostic": "1.0.696",
|
|
111
|
+
"@teambit/docs": "1.0.696",
|
|
112
|
+
"@teambit/doctor": "0.0.379",
|
|
113
|
+
"@teambit/eject": "1.0.696",
|
|
114
|
+
"@teambit/env": "1.0.696",
|
|
115
|
+
"@teambit/eslint": "1.0.696",
|
|
116
|
+
"@teambit/export": "1.0.696",
|
|
117
|
+
"@teambit/forking": "1.0.696",
|
|
118
|
+
"@teambit/formatter": "1.0.696",
|
|
119
|
+
"@teambit/git": "1.0.696",
|
|
120
|
+
"@teambit/graph": "1.0.696",
|
|
121
|
+
"@teambit/graphql": "1.0.696",
|
|
122
|
+
"@teambit/harmony-ui-app": "1.0.696",
|
|
123
|
+
"@teambit/importer": "1.0.696",
|
|
124
|
+
"@teambit/insights": "1.0.696",
|
|
125
|
+
"@teambit/install": "1.0.696",
|
|
126
|
+
"@teambit/ipc-events": "1.0.696",
|
|
127
|
+
"@teambit/isolator": "1.0.696",
|
|
128
|
+
"@teambit/issues": "1.0.696",
|
|
129
|
+
"@teambit/jest": "1.0.696",
|
|
130
|
+
"@teambit/lanes": "1.0.697",
|
|
131
|
+
"@teambit/linter": "1.0.696",
|
|
132
|
+
"@teambit/lister": "1.0.696",
|
|
133
|
+
"@teambit/mdx": "1.0.696",
|
|
134
|
+
"@teambit/merge-lanes": "1.0.697",
|
|
135
|
+
"@teambit/merging": "1.0.696",
|
|
136
|
+
"@teambit/mocha": "1.0.696",
|
|
137
|
+
"@teambit/mover": "1.0.696",
|
|
138
|
+
"@teambit/multi-compiler": "1.0.696",
|
|
139
|
+
"@teambit/multi-tester": "1.0.696",
|
|
140
|
+
"@teambit/new-component-helper": "1.0.696",
|
|
141
|
+
"@teambit/node": "1.0.696",
|
|
142
|
+
"@teambit/notifications": "1.0.696",
|
|
143
|
+
"@teambit/objects": "0.0.203",
|
|
144
|
+
"@teambit/pkg": "1.0.696",
|
|
145
|
+
"@teambit/pnpm": "1.0.704",
|
|
146
|
+
"@teambit/prettier": "1.0.696",
|
|
147
|
+
"@teambit/preview": "1.0.696",
|
|
148
|
+
"@teambit/pubsub": "1.0.696",
|
|
149
|
+
"@teambit/react-router": "1.0.696",
|
|
150
|
+
"@teambit/react": "1.0.696",
|
|
151
|
+
"@teambit/readme": "1.0.696",
|
|
152
|
+
"@teambit/refactoring": "1.0.696",
|
|
153
|
+
"@teambit/remove": "1.0.696",
|
|
154
|
+
"@teambit/renaming": "1.0.696",
|
|
155
|
+
"@teambit/schema": "1.0.696",
|
|
156
|
+
"@teambit/scope": "1.0.696",
|
|
157
|
+
"@teambit/sidebar": "1.0.696",
|
|
158
|
+
"@teambit/snapping": "1.0.696",
|
|
159
|
+
"@teambit/stash": "1.0.696",
|
|
160
|
+
"@teambit/status": "1.0.698",
|
|
161
|
+
"@teambit/tester": "1.0.696",
|
|
162
|
+
"@teambit/tracker": "1.0.696",
|
|
163
|
+
"@teambit/typescript": "1.0.696",
|
|
164
|
+
"@teambit/ui": "1.0.696",
|
|
165
|
+
"@teambit/user-agent": "1.0.696",
|
|
166
|
+
"@teambit/version-history": "0.0.488",
|
|
167
|
+
"@teambit/vue-aspect": "0.0.62",
|
|
168
|
+
"@teambit/watcher": "1.0.696",
|
|
169
|
+
"@teambit/webpack": "1.0.696",
|
|
170
|
+
"@teambit/workspace-config-files": "1.0.696",
|
|
171
|
+
"@teambit/workspace": "1.0.696",
|
|
172
|
+
"@teambit/yarn": "1.0.696"
|
|
173
173
|
},
|
|
174
174
|
"devDependencies": {
|
|
175
175
|
"@types/fs-extra": "9.0.7",
|
|
@@ -177,12 +177,9 @@
|
|
|
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.
|
|
181
|
-
},
|
|
182
|
-
"peerDependencies": {
|
|
183
|
-
"react": "17.0.2",
|
|
184
|
-
"@types/react": "^17.0.73"
|
|
180
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.75"
|
|
185
181
|
},
|
|
182
|
+
"peerDependencies": {},
|
|
186
183
|
"license": "Apache-2.0",
|
|
187
184
|
"optionalDependencies": {},
|
|
188
185
|
"peerDependenciesMeta": {},
|