Skip to content

Commit 2a75fe5

Browse files
committed
major refactor of aspect names
1 parent ac6ded3 commit 2a75fe5

191 files changed

Lines changed: 919 additions & 342 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bitmap

Lines changed: 54 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,65 +3,83 @@
33
/**
44
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
55
* This file should be committed to VCS(version control).
6-
* Components are listed using their component ID (https://harmony-docs.bit.dev/aspects/component/#component-id).
6+
* Components are listed using their component ID (https://bit.dev/docs/components/component-id).
77
* If you want to delete components you can use the "bit remove <component-id>" command.
8-
* See the docs (https://harmony-docs.bit.dev/building-with-bit/removing-components) for more information, or use "bit remove --help".
8+
* See the docs (https://bit.dev/docs/components/removing-components) for more information, or use "bit remove --help".
99
*/
1010

1111
{
1212
"angular": {
1313
"scope": "teambit.angular",
1414
"version": "0.0.60",
1515
"mainFile": "index.ts",
16-
"rootDir": "packages/angular"
16+
"rootDir": "aspects/angular"
1717
},
18-
"angular-eslint-config": {
19-
"scope": "teambit.angular",
20-
"version": "0.0.5",
18+
"dev-services/compiler/ng-packagr": {
19+
"scope": "",
20+
"version": "",
2121
"mainFile": "index.ts",
22-
"rootDir": "packages/eslint-config"
22+
"rootDir": "aspects/dev-services/compiler/ng-packagr"
2323
},
24-
"angular-v10": {
25-
"scope": "teambit.angular",
26-
"version": "0.0.49",
24+
"dev-services/compiler/ngcc": {
25+
"scope": "",
26+
"version": "",
2727
"mainFile": "index.ts",
28-
"rootDir": "packages/angular-v10"
28+
"rootDir": "aspects/dev-services/compiler/ngcc"
2929
},
30-
"angular-v11": {
31-
"scope": "teambit.angular",
32-
"version": "0.0.62",
30+
"dev-services/linter/angular-eslint-config": {
31+
"scope": "",
32+
"version": "",
3333
"mainFile": "index.ts",
34-
"rootDir": "packages/angular-v11"
34+
"rootDir": "aspects/dev-services/linter/eslint-config"
3535
},
36-
"angular-v12": {
37-
"scope": "teambit.angular",
38-
"version": "0.0.68",
36+
"versions/angular-v10": {
37+
"scope": "",
38+
"version": "",
3939
"mainFile": "index.ts",
40-
"rootDir": "packages/angular-v12"
40+
"rootDir": "aspects/versions/angular-v10"
4141
},
42-
"angular-v13": {
43-
"scope": "teambit.angular",
44-
"version": "0.0.24",
42+
"versions/angular-v11": {
43+
"scope": "",
44+
"version": "",
4545
"mainFile": "index.ts",
46-
"rootDir": "packages/angular-v13"
46+
"rootDir": "aspects/versions/angular-v11"
4747
},
48-
"angular-v8": {
49-
"scope": "teambit.angular",
50-
"version": "0.0.46",
48+
"versions/angular-v12": {
49+
"scope": "",
50+
"version": "",
5151
"mainFile": "index.ts",
52-
"rootDir": "packages/angular-v8"
52+
"rootDir": "aspects/versions/angular-v12"
5353
},
54-
"angular-v9": {
55-
"scope": "teambit.angular",
56-
"version": "0.0.47",
54+
"versions/angular-v13": {
55+
"scope": "",
56+
"version": "",
5757
"mainFile": "index.ts",
58-
"rootDir": "packages/angular-v9"
58+
"rootDir": "aspects/versions/angular-v13"
5959
},
60-
"ng-packagr": {
61-
"scope": "teambit.angular",
62-
"version": "0.0.26",
60+
"versions/angular-v8": {
61+
"scope": "",
62+
"version": "",
63+
"mainFile": "index.ts",
64+
"rootDir": "aspects/versions/angular-v8"
65+
},
66+
"versions/angular-v9": {
67+
"scope": "",
68+
"version": "",
69+
"mainFile": "index.ts",
70+
"rootDir": "aspects/versions/angular-v9"
71+
},
72+
"versions/common/angular-apps": {
73+
"scope": "",
74+
"version": "",
75+
"mainFile": "index.ts",
76+
"rootDir": "aspects/versions/common/angular-apps"
77+
},
78+
"versions/common/angular-base": {
79+
"scope": "",
80+
"version": "",
6381
"mainFile": "index.ts",
64-
"rootDir": "packages/ng-packagr"
82+
"rootDir": "aspects/versions/common/angular-base"
6583
},
6684
"$schema-version": "14.9.0"
67-
}
85+
}

0 commit comments

Comments
 (0)