@teambit/envs 0.0.530 → 0.0.534

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.
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "EnvNotFoundInRuntime", {
6
+ Object.defineProperty(exports, "EnvNotConfiguredForComponent", {
7
7
  enumerable: true,
8
8
  get: function () {
9
- return _envNotFoundInRuntime().EnvNotFoundInRuntime;
9
+ return _envNotConfiguredForComponent().EnvNotConfiguredForComponent;
10
10
  }
11
11
  });
12
12
  Object.defineProperty(exports, "EnvNotFound", {
@@ -15,10 +15,10 @@ Object.defineProperty(exports, "EnvNotFound", {
15
15
  return _envNotFound().EnvNotFound;
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "EnvNotConfiguredForComponent", {
18
+ Object.defineProperty(exports, "EnvNotFoundInRuntime", {
19
19
  enumerable: true,
20
20
  get: function () {
21
- return _envNotConfiguredForComponent().EnvNotConfiguredForComponent;
21
+ return _envNotFoundInRuntime().EnvNotFoundInRuntime;
22
22
  }
23
23
  });
24
24
 
package/dist/index.js CHANGED
@@ -14,46 +14,46 @@ var _exportNames = {
14
14
  EnvsExecutionResult: true,
15
15
  EnvDefinition: true
16
16
  };
17
- Object.defineProperty(exports, "EnvsAspect", {
17
+ Object.defineProperty(exports, "ConcreteService", {
18
18
  enumerable: true,
19
19
  get: function () {
20
- return _environments().EnvsAspect;
20
+ return _services().ConcreteService;
21
21
  }
22
22
  });
23
- Object.defineProperty(exports, "Descriptor", {
23
+ Object.defineProperty(exports, "DEFAULT_ENV", {
24
24
  enumerable: true,
25
25
  get: function () {
26
- return _environmentsMain().Descriptor;
26
+ return _environmentsMain().DEFAULT_ENV;
27
27
  }
28
28
  });
29
- Object.defineProperty(exports, "DEFAULT_ENV", {
29
+ Object.defineProperty(exports, "Descriptor", {
30
30
  enumerable: true,
31
31
  get: function () {
32
- return _environmentsMain().DEFAULT_ENV;
32
+ return _environmentsMain().Descriptor;
33
33
  }
34
34
  });
35
- Object.defineProperty(exports, "ExecutionContext", {
35
+ Object.defineProperty(exports, "EnvDefinition", {
36
36
  enumerable: true,
37
37
  get: function () {
38
- return _context().ExecutionContext;
38
+ return _envDefinition().EnvDefinition;
39
39
  }
40
40
  });
41
- Object.defineProperty(exports, "EnvService", {
41
+ Object.defineProperty(exports, "EnvRuntime", {
42
42
  enumerable: true,
43
43
  get: function () {
44
- return _services().EnvService;
44
+ return _envRuntime().EnvRuntime;
45
45
  }
46
46
  });
47
- Object.defineProperty(exports, "ConcreteService", {
47
+ Object.defineProperty(exports, "EnvService", {
48
48
  enumerable: true,
49
49
  get: function () {
50
- return _services().ConcreteService;
50
+ return _services().EnvService;
51
51
  }
52
52
  });
53
- Object.defineProperty(exports, "EnvRuntime", {
53
+ Object.defineProperty(exports, "EnvsAspect", {
54
54
  enumerable: true,
55
55
  get: function () {
56
- return _envRuntime().EnvRuntime;
56
+ return _environments().EnvsAspect;
57
57
  }
58
58
  });
59
59
  Object.defineProperty(exports, "EnvsExecutionResult", {
@@ -62,10 +62,10 @@ Object.defineProperty(exports, "EnvsExecutionResult", {
62
62
  return _envsExecutionResult().EnvsExecutionResult;
63
63
  }
64
64
  });
65
- Object.defineProperty(exports, "EnvDefinition", {
65
+ Object.defineProperty(exports, "ExecutionContext", {
66
66
  enumerable: true,
67
67
  get: function () {
68
- return _envDefinition().EnvDefinition;
68
+ return _context().ExecutionContext;
69
69
  }
70
70
  });
71
71
  exports.default = void 0;
@@ -3,16 +3,16 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "Runtime", {
6
+ Object.defineProperty(exports, "EnvRuntime", {
7
7
  enumerable: true,
8
8
  get: function () {
9
- return _runtime().Runtime;
9
+ return _envRuntime().EnvRuntime;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "EnvRuntime", {
12
+ Object.defineProperty(exports, "Runtime", {
13
13
  enumerable: true,
14
14
  get: function () {
15
- return _envRuntime().EnvRuntime;
15
+ return _runtime().Runtime;
16
16
  }
17
17
  });
18
18
 
@@ -3,22 +3,22 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "EnvService", {
6
+ Object.defineProperty(exports, "ConcreteService", {
7
7
  enumerable: true,
8
8
  get: function () {
9
- return _service().Service;
9
+ return _concreteService().ConcreteService;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "ServiceExecutionResult", {
12
+ Object.defineProperty(exports, "EnvService", {
13
13
  enumerable: true,
14
14
  get: function () {
15
- return _service().ServiceExecutionResult;
15
+ return _service().Service;
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "ConcreteService", {
18
+ Object.defineProperty(exports, "ServiceExecutionResult", {
19
19
  enumerable: true,
20
20
  get: function () {
21
- return _concreteService().ConcreteService;
21
+ return _service().ServiceExecutionResult;
22
22
  }
23
23
  });
24
24
  Object.defineProperty(exports, "ServiceHandler", {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/envs",
3
- "version": "0.0.530",
3
+ "version": "0.0.534",
4
4
  "homepage": "https://bit.dev/teambit/envs/envs",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.envs",
8
8
  "name": "envs",
9
- "version": "0.0.530"
9
+ "version": "0.0.534"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/harmony": "0.2.11",
@@ -16,20 +16,20 @@
16
16
  "p-map-series": "2.1.0",
17
17
  "@babel/runtime": "7.12.18",
18
18
  "core-js": "^3.0.0",
19
- "@teambit/component": "0.0.530",
20
- "@teambit/builder": "0.0.530",
21
- "@teambit/bundler": "0.0.530",
22
- "@teambit/compiler": "0.0.530",
23
- "@teambit/dependency-resolver": "0.0.530",
24
- "@teambit/formatter": "0.0.81",
25
- "@teambit/linter": "0.0.530",
26
- "@teambit/pkg": "0.0.530",
27
- "@teambit/schema": "0.0.530",
28
- "@teambit/tester": "0.0.530",
29
- "@teambit/webpack": "0.0.530",
30
- "@teambit/graphql": "0.0.530",
19
+ "@teambit/component": "0.0.534",
20
+ "@teambit/builder": "0.0.534",
21
+ "@teambit/bundler": "0.0.534",
22
+ "@teambit/compiler": "0.0.534",
23
+ "@teambit/dependency-resolver": "0.0.534",
24
+ "@teambit/formatter": "0.0.85",
25
+ "@teambit/linter": "0.0.534",
26
+ "@teambit/pkg": "0.0.534",
27
+ "@teambit/schema": "0.0.534",
28
+ "@teambit/tester": "0.0.534",
29
+ "@teambit/webpack": "0.0.534",
30
+ "@teambit/graphql": "0.0.534",
31
31
  "@teambit/cli": "0.0.380",
32
- "@teambit/logger": "0.0.454",
32
+ "@teambit/logger": "0.0.456",
33
33
  "@teambit/cli-table": "0.0.3",
34
34
  "@teambit/bit-error": "0.0.366"
35
35
  },
@@ -41,7 +41,7 @@
41
41
  "@types/jest": "^26.0.0",
42
42
  "@types/react-dom": "^17.0.5",
43
43
  "@types/node": "12.20.4",
44
- "@teambit/envs.aspect-docs.envs": "0.0.90"
44
+ "@teambit/envs.aspect-docs.envs": "0.0.92"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@teambit/legacy": "1.0.76",