@teambit/linter 0.0.0-6fb49ab40ed93a9a1b011c4f0934c62461d5ecec → 0.0.0-70886cf8baf8216e1f47a8d9210f81d1f90aaaab
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.defender_linter@
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@70886cf8baf8216e1f47a8d9210f81d1f90aaaab/dist/linter.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_linter@70886cf8baf8216e1f47a8d9210f81d1f90aaaab/dist/linter.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
@@ -1,28 +1,28 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/linter",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-70886cf8baf8216e1f47a8d9210f81d1f90aaaab",
|
4
4
|
"homepage": "https://bit.cloud/teambit/defender/linter",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.defender",
|
8
8
|
"name": "linter",
|
9
|
-
"version": "
|
9
|
+
"version": "70886cf8baf8216e1f47a8d9210f81d1f90aaaab"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "4.1.2",
|
13
13
|
"lodash": "4.17.21",
|
14
14
|
"graphql-tag": "2.12.1",
|
15
15
|
"cli-highlight": "2.1.9",
|
16
|
-
"@teambit/cli": "0.0.1258",
|
17
16
|
"@teambit/legacy.constants": "0.0.14",
|
18
17
|
"@teambit/toolbox.time.timer": "0.0.5",
|
19
18
|
"@teambit/harmony": "0.4.7",
|
20
|
-
"@teambit/
|
21
|
-
"@teambit/component": "0.0.0-
|
22
|
-
"@teambit/envs": "0.0.0-
|
23
|
-
"@teambit/workspace": "0.0.0-
|
24
|
-
"@teambit/builder": "0.0.0-
|
25
|
-
"@teambit/isolator": "0.0.0-
|
19
|
+
"@teambit/cli": "0.0.0-0e399511c5917329cad9a3a3cf6b8c8758296eae",
|
20
|
+
"@teambit/component": "0.0.0-2b881db3de5f6d1a54b8aacce9a319708770b861",
|
21
|
+
"@teambit/envs": "0.0.0-264c3e4b8537b991df70ab290c19fe66544a8784",
|
22
|
+
"@teambit/workspace": "0.0.0-df756e081437c488be6598d24dee8533fa330731",
|
23
|
+
"@teambit/builder": "0.0.0-684c1e8c2822375c5ad6971413d15788823c6184",
|
24
|
+
"@teambit/isolator": "0.0.0-71ab0fb1970615028b8e4a26a4d8091a9e2b708f",
|
25
|
+
"@teambit/logger": "0.0.0-5b07e0651a5bffd0cd8b0930105c21559d9446ce"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
28
|
"@types/lodash": "4.14.165",
|