@teambit/application 0.0.172 → 0.0.176

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/app.cmd.js CHANGED
@@ -7,7 +7,7 @@ require("core-js/modules/es.promise.js");
7
7
  Object.defineProperty(exports, "__esModule", {
8
8
  value: true
9
9
  });
10
- exports.AppCmd = exports.AppListCmd = void 0;
10
+ exports.AppListCmd = exports.AppCmd = void 0;
11
11
 
12
12
  function _defineProperty2() {
13
13
  const data = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
package/dist/index.js CHANGED
@@ -3,22 +3,16 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "ApplicationAspect", {
7
- enumerable: true,
8
- get: function () {
9
- return _application().ApplicationAspect;
10
- }
11
- });
12
6
  Object.defineProperty(exports, "AppContext", {
13
7
  enumerable: true,
14
8
  get: function () {
15
9
  return _appContext().AppContext;
16
10
  }
17
11
  });
18
- Object.defineProperty(exports, "DeploymentProvider", {
12
+ Object.defineProperty(exports, "ApplicationAspect", {
19
13
  enumerable: true,
20
14
  get: function () {
21
- return _deploymentProvider().DeploymentProvider;
15
+ return _application().ApplicationAspect;
22
16
  }
23
17
  });
24
18
  Object.defineProperty(exports, "ApplicationType", {
@@ -33,6 +27,12 @@ Object.defineProperty(exports, "DeployContext", {
33
27
  return _deployContext().DeployContext;
34
28
  }
35
29
  });
30
+ Object.defineProperty(exports, "DeploymentProvider", {
31
+ enumerable: true,
32
+ get: function () {
33
+ return _deploymentProvider().DeploymentProvider;
34
+ }
35
+ });
36
36
 
37
37
  function _application() {
38
38
  const data = require("./application.aspect");
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/application",
3
- "version": "0.0.172",
3
+ "version": "0.0.176",
4
4
  "homepage": "https://bit.dev/teambit/harmony/application",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "application",
9
- "version": "0.0.172"
9
+ "version": "0.0.176"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -16,14 +16,14 @@
16
16
  "ink": "3.0.8",
17
17
  "@babel/runtime": "7.12.18",
18
18
  "core-js": "^3.0.0",
19
- "@teambit/envs": "0.0.530",
19
+ "@teambit/envs": "0.0.534",
20
20
  "@teambit/cli-table": "0.0.3",
21
21
  "@teambit/cli": "0.0.380",
22
- "@teambit/aspect-loader": "0.0.530",
23
- "@teambit/builder": "0.0.530",
24
- "@teambit/component": "0.0.530",
25
- "@teambit/logger": "0.0.454",
26
- "@teambit/isolator": "0.0.530"
22
+ "@teambit/aspect-loader": "0.0.534",
23
+ "@teambit/builder": "0.0.534",
24
+ "@teambit/component": "0.0.534",
25
+ "@teambit/logger": "0.0.456",
26
+ "@teambit/isolator": "0.0.534"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash": "4.14.165",