@teambit/cli 0.0.626 → 0.0.627

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.
@@ -1,3 +1,4 @@
1
1
  import { Aspect, RuntimeDefinition } from '@teambit/harmony';
2
2
  export declare const MainRuntime: RuntimeDefinition;
3
3
  export declare const CLIAspect: Aspect;
4
+ export default CLIAspect;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.MainRuntime = exports.CLIAspect = void 0;
6
+ exports.default = exports.MainRuntime = exports.CLIAspect = void 0;
7
7
  function _harmony() {
8
8
  const data = require("@teambit/harmony");
9
9
  _harmony = function () {
@@ -19,5 +19,7 @@ const CLIAspect = _harmony().Aspect.create({
19
19
  declareRuntime: MainRuntime
20
20
  });
21
21
  exports.CLIAspect = CLIAspect;
22
+ var _default = CLIAspect;
23
+ exports.default = _default;
22
24
 
23
25
  //# sourceMappingURL=cli.aspect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["MainRuntime","RuntimeDefinition","CLIAspect","Aspect","create","id","dependencies","declareRuntime"],"sources":["cli.aspect.ts"],"sourcesContent":["import { Aspect, RuntimeDefinition } from '@teambit/harmony';\n\nexport const MainRuntime = new RuntimeDefinition('main');\n\nexport const CLIAspect = Aspect.create({\n id: 'teambit.harmony/cli',\n dependencies: [],\n declareRuntime: MainRuntime,\n});\n"],"mappings":";;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEO,MAAMA,WAAW,GAAG,KAAIC,4BAAiB,EAAC,MAAM,CAAC;AAAC;AAElD,MAAMC,SAAS,GAAGC,iBAAM,CAACC,MAAM,CAAC;EACrCC,EAAE,EAAE,qBAAqB;EACzBC,YAAY,EAAE,EAAE;EAChBC,cAAc,EAAEP;AAClB,CAAC,CAAC;AAAC"}
1
+ {"version":3,"names":["MainRuntime","RuntimeDefinition","CLIAspect","Aspect","create","id","dependencies","declareRuntime"],"sources":["cli.aspect.ts"],"sourcesContent":["import { Aspect, RuntimeDefinition } from '@teambit/harmony';\n\nexport const MainRuntime = new RuntimeDefinition('main');\n\nexport const CLIAspect = Aspect.create({\n id: 'teambit.harmony/cli',\n dependencies: [],\n declareRuntime: MainRuntime,\n});\n\nexport default CLIAspect;"],"mappings":";;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEO,MAAMA,WAAW,GAAG,KAAIC,4BAAiB,EAAC,MAAM,CAAC;AAAC;AAElD,MAAMC,SAAS,GAAGC,iBAAM,CAACC,MAAM,CAAC;EACrCC,EAAE,EAAE,qBAAqB;EACzBC,YAAY,EAAE,EAAE;EAChBC,cAAc,EAAEP;AAClB,CAAC,CAAC;AAAC;AAAA,eAEYE,SAAS;AAAA"}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.626/dist/cli.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.626/dist/cli.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.627/dist/cli.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.627/dist/cli.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/cli",
3
- "version": "0.0.626",
3
+ "version": "0.0.627",
4
4
  "homepage": "https://bit.dev/teambit/harmony/cli",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "cli",
9
- "version": "0.0.626"
9
+ "version": "0.0.627"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -19,8 +19,8 @@
19
19
  "core-js": "^3.0.0",
20
20
  "@babel/runtime": "7.20.0",
21
21
  "@teambit/harmony": "0.4.6",
22
- "@teambit/community": "0.0.174",
23
- "@teambit/logger": "0.0.719",
22
+ "@teambit/community": "0.0.175",
23
+ "@teambit/logger": "0.0.720",
24
24
  "@teambit/bit-error": "0.0.402"
25
25
  },
26
26
  "devDependencies": {
@@ -35,7 +35,7 @@
35
35
  "@types/testing-library__jest-dom": "5.9.5"
36
36
  },
37
37
  "peerDependencies": {
38
- "@teambit/legacy": "1.0.407",
38
+ "@teambit/legacy": "1.0.408",
39
39
  "react": "^16.8.0 || ^17.0.0",
40
40
  "react-dom": "^16.8.0 || ^17.0.0"
41
41
  },
Binary file