@teambit/linter 1.0.41 → 1.0.42

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/index.js CHANGED
@@ -48,7 +48,6 @@ function _linter2() {
48
48
  };
49
49
  return data;
50
50
  }
51
- var _default = _linter().LinterAspect;
52
- exports.default = _default;
51
+ var _default = exports.default = _linter().LinterAspect;
53
52
 
54
53
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_linter","data","require","_linter2","_default","LinterAspect","exports","default"],"sources":["index.ts"],"sourcesContent":["import { LinterAspect } from './linter.aspect';\n\nexport { LinterAspect };\nexport type { LinterMain, LinterConfig } from './linter.main.runtime';\nexport { LintResults, Linter, LintResult, ComponentLintResult } from './linter';\nexport type { LintTask } from './lint.task';\nexport type { LinterContext, LinterOptions } from './linter-context';\nexport type { LinterEnv } from './linter-env-type';\nexport default LinterAspect;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAAA,QAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,OAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAIA,SAAAE,SAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,QAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAgF,IAAAG,QAAA,GAIjEC,sBAAY;AAAAC,OAAA,CAAAC,OAAA,GAAAH,QAAA"}
1
+ {"version":3,"names":["_linter","data","require","_linter2","_default","exports","default","LinterAspect"],"sources":["index.ts"],"sourcesContent":["import { LinterAspect } from './linter.aspect';\n\nexport { LinterAspect };\nexport type { LinterMain, LinterConfig } from './linter.main.runtime';\nexport { LintResults, Linter, LintResult, ComponentLintResult } from './linter';\nexport type { LintTask } from './lint.task';\nexport type { LinterContext, LinterOptions } from './linter-context';\nexport type { LinterEnv } from './linter-env-type';\nexport default LinterAspect;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAAA,QAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,OAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAIA,SAAAE,SAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,QAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAgF,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAIjEC,sBAAY"}
@@ -11,9 +11,8 @@ function _harmony() {
11
11
  };
12
12
  return data;
13
13
  }
14
- const LinterAspect = _harmony().Aspect.create({
14
+ const LinterAspect = exports.LinterAspect = _harmony().Aspect.create({
15
15
  id: 'teambit.defender/linter'
16
16
  });
17
- exports.LinterAspect = LinterAspect;
18
17
 
19
18
  //# sourceMappingURL=linter.aspect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_harmony","data","require","LinterAspect","Aspect","create","id","exports"],"sources":["linter.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const LinterAspect = Aspect.create({\n id: 'teambit.defender/linter',\n});\n"],"mappings":";;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEO,MAAME,YAAY,GAAGC,iBAAM,CAACC,MAAM,CAAC;EACxCC,EAAE,EAAE;AACN,CAAC,CAAC;AAACC,OAAA,CAAAJ,YAAA,GAAAA,YAAA"}
1
+ {"version":3,"names":["_harmony","data","require","LinterAspect","exports","Aspect","create","id"],"sources":["linter.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const LinterAspect = Aspect.create({\n id: 'teambit.defender/linter',\n});\n"],"mappings":";;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEO,MAAME,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAGE,iBAAM,CAACC,MAAM,CAAC;EACxCC,EAAE,EAAE;AACN,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_linter@1.0.41/dist/linter.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_linter@1.0.41/dist/linter.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_linter@1.0.42/dist/linter.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_linter@1.0.42/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,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/linter",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
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": "1.0.41"
9
+ "version": "1.0.42"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -15,15 +15,15 @@
15
15
  "cli-highlight": "2.1.9",
16
16
  "ink": "3.2.0",
17
17
  "core-js": "^3.0.0",
18
- "@babel/runtime": "7.20.0",
18
+ "@babel/runtime": "7.23.2",
19
19
  "@teambit/harmony": "0.4.6",
20
- "@teambit/cli": "0.0.806",
21
- "@teambit/component": "1.0.41",
22
- "@teambit/envs": "1.0.41",
23
- "@teambit/workspace": "1.0.41",
24
- "@teambit/builder": "1.0.41",
25
- "@teambit/isolator": "1.0.41",
26
- "@teambit/logger": "0.0.899"
20
+ "@teambit/cli": "0.0.807",
21
+ "@teambit/component": "1.0.42",
22
+ "@teambit/envs": "1.0.42",
23
+ "@teambit/workspace": "1.0.42",
24
+ "@teambit/builder": "1.0.42",
25
+ "@teambit/isolator": "1.0.42",
26
+ "@teambit/logger": "0.0.900"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash": "4.14.165",
@@ -36,7 +36,7 @@
36
36
  "@teambit/defender.content.linter-overview": "1.95.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@teambit/legacy": "1.0.587",
39
+ "@teambit/legacy": "1.0.590",
40
40
  "react": "^16.8.0 || ^17.0.0",
41
41
  "react-dom": "^16.8.0 || ^17.0.0"
42
42
  },