@teambit/envs 1.0.228 → 1.0.229

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/envs",
3
- "version": "1.0.228",
3
+ "version": "1.0.229",
4
4
  "homepage": "https://bit.cloud/teambit/envs/envs",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.envs",
8
8
  "name": "envs",
9
- "version": "1.0.228"
9
+ "version": "1.0.229"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -18,28 +18,28 @@
18
18
  "@teambit/harmony": "0.4.6",
19
19
  "@teambit/bit-error": "0.0.404",
20
20
  "@teambit/component-id": "1.2.0",
21
- "@teambit/component": "1.0.228",
22
- "@teambit/aspect-loader": "1.0.228",
23
- "@teambit/cli": "0.0.861",
24
- "@teambit/logger": "0.0.954",
25
- "@teambit/worker": "0.0.1165",
26
- "@teambit/builder": "1.0.228",
27
- "@teambit/bundler": "1.0.228",
28
- "@teambit/compiler": "1.0.228",
29
- "@teambit/dependency-resolver": "1.0.228",
30
- "@teambit/formatter": "1.0.228",
31
- "@teambit/isolator": "1.0.228",
32
- "@teambit/linter": "1.0.228",
33
- "@teambit/pkg": "1.0.228",
34
- "@teambit/preview": "1.0.228",
35
- "@teambit/schema": "1.0.228",
36
- "@teambit/tester": "1.0.228",
37
- "@teambit/typescript": "1.0.228",
38
- "@teambit/webpack": "1.0.228",
39
- "@teambit/graphql": "1.0.228",
40
- "@teambit/bit": "1.6.121",
21
+ "@teambit/component": "1.0.229",
22
+ "@teambit/aspect-loader": "1.0.229",
23
+ "@teambit/cli": "0.0.862",
24
+ "@teambit/logger": "0.0.955",
25
+ "@teambit/worker": "0.0.1166",
26
+ "@teambit/builder": "1.0.229",
27
+ "@teambit/bundler": "1.0.229",
28
+ "@teambit/compiler": "1.0.229",
29
+ "@teambit/dependency-resolver": "1.0.229",
30
+ "@teambit/formatter": "1.0.229",
31
+ "@teambit/isolator": "1.0.229",
32
+ "@teambit/linter": "1.0.229",
33
+ "@teambit/pkg": "1.0.229",
34
+ "@teambit/preview": "1.0.229",
35
+ "@teambit/schema": "1.0.229",
36
+ "@teambit/tester": "1.0.229",
37
+ "@teambit/typescript": "1.0.229",
38
+ "@teambit/webpack": "1.0.229",
39
+ "@teambit/graphql": "1.0.229",
40
+ "@teambit/bit": "1.6.122",
41
41
  "@teambit/component-issues": "0.0.143",
42
- "@teambit/issues": "1.0.228",
42
+ "@teambit/issues": "1.0.229",
43
43
  "@teambit/toolbox.array.duplications-finder": "0.0.1",
44
44
  "@teambit/cli-table": "0.0.48"
45
45
  },
@@ -47,7 +47,7 @@
47
47
  "@types/lodash": "4.14.165",
48
48
  "@types/mocha": "9.1.0",
49
49
  "chai": "4.3.0",
50
- "@teambit/harmony.envs.core-aspect-env": "0.0.30",
50
+ "@teambit/harmony.envs.core-aspect-env": "0.0.33",
51
51
  "@teambit/envs.aspect-docs.envs": "0.0.167"
52
52
  },
53
53
  "peerDependencies": {
package/tsconfig.json CHANGED
@@ -20,8 +20,7 @@
20
20
  "emitDeclarationOnly": true,
21
21
  "strict": true,
22
22
  "strictPropertyInitialization": false,
23
- "noImplicitAny": false,
24
- "composite": true
23
+ "noImplicitAny": false
25
24
  },
26
25
  "exclude": [
27
26
  "artifacts",
@@ -36,67 +35,5 @@
36
35
  "include": [
37
36
  "**/*",
38
37
  "**/*.json"
39
- ],
40
- "references": [
41
- {
42
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.228"
43
- },
44
- {
45
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_aspect-loader@1.0.228"
46
- },
47
- {
48
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.861"
49
- },
50
- {
51
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.954"
52
- },
53
- {
54
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_worker@0.0.1165"
55
- },
56
- {
57
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.228"
58
- },
59
- {
60
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_bundler@1.0.228"
61
- },
62
- {
63
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_compiler@1.0.228"
64
- },
65
- {
66
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_formatter@1.0.228"
67
- },
68
- {
69
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_isolator@1.0.228"
70
- },
71
- {
72
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_linter@1.0.228"
73
- },
74
- {
75
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pkg_pkg@1.0.228"
76
- },
77
- {
78
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.preview_preview@1.0.228"
79
- },
80
- {
81
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.semantics_schema@1.0.228"
82
- },
83
- {
84
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_tester@1.0.228"
85
- },
86
- {
87
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.typescript_typescript@1.0.228"
88
- },
89
- {
90
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.webpack_webpack@1.0.228"
91
- },
92
- {
93
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.228"
94
- },
95
- {
96
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_bit@1.6.121"
97
- },
98
- {
99
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_issues@1.0.228"
100
- }
101
38
  ]
102
39
  }