@teambit/envs 1.0.1083 → 1.0.1085

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.
@@ -354,7 +354,7 @@ export declare class EnvsMain {
354
354
  private aggregateByDefs;
355
355
  private getEnvAspectDef;
356
356
  private throwForDuplicateComponents;
357
- static slots: (((registerFn: () => string) => SlotRegistry<Environment>) | ((registerFn: () => string) => SlotRegistry<EnvService<any, {}, {}>>) | ((registerFn: () => string) => SlotRegistry<EnvJsoncMergeCustomizerRegistry>) | ((registerFn: () => string) => SlotRegistry<EnvJsoncResolverRegistry>))[];
357
+ static slots: (((registerFn: () => string) => SlotRegistry<EnvJsoncMergeCustomizerRegistry>) | ((registerFn: () => string) => SlotRegistry<EnvJsoncResolverRegistry>) | ((registerFn: () => string) => SlotRegistry<Environment>) | ((registerFn: () => string) => SlotRegistry<EnvService<any, {}, {}>>))[];
358
358
  static dependencies: import("@teambit/harmony").Aspect[];
359
359
  static provider([graphql, loggerAspect, component, cli, worker, issues]: [
360
360
  GraphqlMain,
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_envs@1.0.1083/dist/env.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_envs@1.0.1083/dist/envs.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_envs@1.0.1085/dist/env.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_envs@1.0.1085/dist/envs.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/envs",
3
- "version": "1.0.1083",
3
+ "version": "1.0.1085",
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.1083"
9
+ "version": "1.0.1085"
10
10
  },
11
11
  "dependencies": {
12
12
  "comment-json": "4.2.5",
@@ -27,24 +27,24 @@
27
27
  "@teambit/legacy.extension-data": "0.0.144",
28
28
  "@teambit/toolbox.array.duplications-finder": "0.0.12",
29
29
  "@teambit/cli-table": "0.0.59",
30
- "@teambit/dependency-resolver": "1.0.1083",
31
- "@teambit/component": "1.0.1083",
32
- "@teambit/aspect-loader": "1.0.1083",
33
- "@teambit/builder": "1.0.1083",
34
- "@teambit/bundler": "1.0.1083",
35
- "@teambit/compiler": "1.0.1083",
36
- "@teambit/formatter": "1.0.1083",
37
- "@teambit/isolator": "1.0.1083",
38
- "@teambit/linter": "1.0.1083",
39
- "@teambit/pkg": "1.0.1083",
40
- "@teambit/preview": "1.0.1083",
41
- "@teambit/schema": "1.0.1083",
42
- "@teambit/tester": "1.0.1083",
43
- "@teambit/typescript": "1.0.1083",
44
- "@teambit/webpack": "1.0.1083",
45
- "@teambit/graphql": "1.0.1083",
46
- "@teambit/dev-files": "1.0.1083",
47
- "@teambit/issues": "1.0.1083"
30
+ "@teambit/dependency-resolver": "1.0.1085",
31
+ "@teambit/component": "1.0.1085",
32
+ "@teambit/aspect-loader": "1.0.1085",
33
+ "@teambit/builder": "1.0.1085",
34
+ "@teambit/bundler": "1.0.1085",
35
+ "@teambit/compiler": "1.0.1085",
36
+ "@teambit/formatter": "1.0.1085",
37
+ "@teambit/isolator": "1.0.1085",
38
+ "@teambit/linter": "1.0.1085",
39
+ "@teambit/pkg": "1.0.1085",
40
+ "@teambit/preview": "1.0.1085",
41
+ "@teambit/schema": "1.0.1085",
42
+ "@teambit/tester": "1.0.1085",
43
+ "@teambit/typescript": "1.0.1085",
44
+ "@teambit/webpack": "1.0.1085",
45
+ "@teambit/graphql": "1.0.1085",
46
+ "@teambit/dev-files": "1.0.1085",
47
+ "@teambit/issues": "1.0.1085"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/lodash": "4.14.165",