@teambit/new-component-helper 1.0.227 → 1.0.229
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_component_new_component_helper-preview.js +1 -1
- package/artifacts/schema.json +109 -21
- package/dist/index.d.ts +4 -0
- package/dist/new-component-helper.aspect.d.ts +2 -0
- package/dist/new-component-helper.composition.d.ts +1 -0
- package/dist/new-component-helper.main.runtime.d.ts +41 -0
- package/dist/{preview-1712719054377.js → preview-1712822929999.js} +2 -2
- package/package.json +11 -11
- package/tsconfig.json +1 -28
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.component/new-component-helper@1.0.
|
|
3
|
+
<testsuite name="teambit.component/new-component-helper@1.0.229" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.component/new-component-helper-preview"]=t():e["teambit.component/new-component-helper-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.component/new-component-helper-preview"]=t():e["teambit.component/new-component-helper-preview"]=t()}(self,(()=>(()=>{"use strict";var e={40038:(e,t,o)=>{var n={id:"teambit.component/new-component-helper@1.0.229",homepage:"https://bit.cloud/teambit/component/new-component-helper",exported:!0};function r(){const e=i(o(41594));return r=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,r.__bit_component=n,i.__bit_component=n;const p=()=>r().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},r().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/new-component-helper.svg"}));p.__bit_component=n,t.Logo=p},41594:e=>{e.exports=React}},t={};function o(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{o.r(n),o.d(n,{compositions:()=>d,compositions_metadata:()=>m,overview:()=>u});var e={};o.r(e),o.d(e,{default:()=>l});var t=o(40038);o(41594);const r=MdxJsReact,i=TeambitMdxUiMdxScopeContext;var p=["components"];function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},c.apply(this,arguments)}var a={},s="wrapper";function l(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,n,r=function(e,t){if(null==e)return{};var o,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||(r[o]=e[o]);return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}(e,p);return(0,r.mdx)(s,c({},a,o,{components:t,mdxType:"MDXLayout"}),(0,r.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}l.isMDXComponent=!0;const d=[t],u=[e],m={compositions:[{displayName:"Logo",identifier:"Logo"}]}})(),n})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -48,7 +48,11 @@
|
|
|
48
48
|
"line": 22,
|
|
49
49
|
"character": 34
|
|
50
50
|
},
|
|
51
|
-
"name": "Workspace"
|
|
51
|
+
"name": "Workspace",
|
|
52
|
+
"componentId": {
|
|
53
|
+
"scope": "teambit.workspace",
|
|
54
|
+
"name": "workspace"
|
|
55
|
+
}
|
|
52
56
|
},
|
|
53
57
|
"isOptional": false,
|
|
54
58
|
"isSpread": false
|
|
@@ -68,7 +72,12 @@
|
|
|
68
72
|
"line": 22,
|
|
69
73
|
"character": 62
|
|
70
74
|
},
|
|
71
|
-
"name": "Harmony"
|
|
75
|
+
"name": "Harmony",
|
|
76
|
+
"componentId": {
|
|
77
|
+
"scope": "teambit.harmony",
|
|
78
|
+
"name": "harmony",
|
|
79
|
+
"version": "0.4.6"
|
|
80
|
+
}
|
|
72
81
|
},
|
|
73
82
|
"isOptional": false,
|
|
74
83
|
"isSpread": false
|
|
@@ -88,7 +97,11 @@
|
|
|
88
97
|
"line": 22,
|
|
89
98
|
"character": 88
|
|
90
99
|
},
|
|
91
|
-
"name": "TrackerMain"
|
|
100
|
+
"name": "TrackerMain",
|
|
101
|
+
"componentId": {
|
|
102
|
+
"scope": "teambit.component",
|
|
103
|
+
"name": "tracker"
|
|
104
|
+
}
|
|
92
105
|
},
|
|
93
106
|
"isOptional": false,
|
|
94
107
|
"isSpread": false
|
|
@@ -237,7 +250,12 @@
|
|
|
237
250
|
"line": 44,
|
|
238
251
|
"character": 18
|
|
239
252
|
},
|
|
240
|
-
"name": "ComponentID"
|
|
253
|
+
"name": "ComponentID",
|
|
254
|
+
"componentId": {
|
|
255
|
+
"scope": "teambit.component",
|
|
256
|
+
"name": "component-id",
|
|
257
|
+
"version": "1.2.0"
|
|
258
|
+
}
|
|
241
259
|
},
|
|
242
260
|
"isOptional": false,
|
|
243
261
|
"isSpread": false
|
|
@@ -424,7 +442,11 @@
|
|
|
424
442
|
"line": 86,
|
|
425
443
|
"character": 11
|
|
426
444
|
},
|
|
427
|
-
"name": "Component"
|
|
445
|
+
"name": "Component",
|
|
446
|
+
"componentId": {
|
|
447
|
+
"scope": "teambit.component",
|
|
448
|
+
"name": "component"
|
|
449
|
+
}
|
|
428
450
|
},
|
|
429
451
|
"isOptional": false,
|
|
430
452
|
"isSpread": false
|
|
@@ -444,7 +466,12 @@
|
|
|
444
466
|
"line": 87,
|
|
445
467
|
"character": 15
|
|
446
468
|
},
|
|
447
|
-
"name": "ComponentID"
|
|
469
|
+
"name": "ComponentID",
|
|
470
|
+
"componentId": {
|
|
471
|
+
"scope": "teambit.component",
|
|
472
|
+
"name": "component-id",
|
|
473
|
+
"version": "1.2.0"
|
|
474
|
+
}
|
|
448
475
|
},
|
|
449
476
|
"isOptional": false,
|
|
450
477
|
"isSpread": false
|
|
@@ -647,7 +674,11 @@
|
|
|
647
674
|
"line": 144,
|
|
648
675
|
"character": 51
|
|
649
676
|
},
|
|
650
|
-
"name": "Component"
|
|
677
|
+
"name": "Component",
|
|
678
|
+
"componentId": {
|
|
679
|
+
"scope": "teambit.component",
|
|
680
|
+
"name": "component"
|
|
681
|
+
}
|
|
651
682
|
},
|
|
652
683
|
"isOptional": false,
|
|
653
684
|
"isSpread": false
|
|
@@ -762,7 +793,11 @@
|
|
|
762
793
|
"line": 162,
|
|
763
794
|
"character": 48
|
|
764
795
|
},
|
|
765
|
-
"name": "Workspace"
|
|
796
|
+
"name": "Workspace",
|
|
797
|
+
"componentId": {
|
|
798
|
+
"scope": "teambit.workspace",
|
|
799
|
+
"name": "workspace"
|
|
800
|
+
}
|
|
766
801
|
},
|
|
767
802
|
{
|
|
768
803
|
"__schema": "TypeRefSchema",
|
|
@@ -771,7 +806,11 @@
|
|
|
771
806
|
"line": 162,
|
|
772
807
|
"character": 59
|
|
773
808
|
},
|
|
774
|
-
"name": "TrackerMain"
|
|
809
|
+
"name": "TrackerMain",
|
|
810
|
+
"componentId": {
|
|
811
|
+
"scope": "teambit.component",
|
|
812
|
+
"name": "tracker"
|
|
813
|
+
}
|
|
775
814
|
}
|
|
776
815
|
]
|
|
777
816
|
},
|
|
@@ -833,7 +872,12 @@
|
|
|
833
872
|
"line": 162,
|
|
834
873
|
"character": 93
|
|
835
874
|
},
|
|
836
|
-
"name": "Harmony"
|
|
875
|
+
"name": "Harmony",
|
|
876
|
+
"componentId": {
|
|
877
|
+
"scope": "teambit.harmony",
|
|
878
|
+
"name": "harmony",
|
|
879
|
+
"version": "0.4.6"
|
|
880
|
+
}
|
|
837
881
|
},
|
|
838
882
|
"isOptional": false,
|
|
839
883
|
"isSpread": false
|
|
@@ -940,7 +984,11 @@
|
|
|
940
984
|
"line": 22,
|
|
941
985
|
"character": 34
|
|
942
986
|
},
|
|
943
|
-
"name": "Workspace"
|
|
987
|
+
"name": "Workspace",
|
|
988
|
+
"componentId": {
|
|
989
|
+
"scope": "teambit.workspace",
|
|
990
|
+
"name": "workspace"
|
|
991
|
+
}
|
|
944
992
|
},
|
|
945
993
|
"isOptional": false,
|
|
946
994
|
"isSpread": false
|
|
@@ -960,7 +1008,12 @@
|
|
|
960
1008
|
"line": 22,
|
|
961
1009
|
"character": 62
|
|
962
1010
|
},
|
|
963
|
-
"name": "Harmony"
|
|
1011
|
+
"name": "Harmony",
|
|
1012
|
+
"componentId": {
|
|
1013
|
+
"scope": "teambit.harmony",
|
|
1014
|
+
"name": "harmony",
|
|
1015
|
+
"version": "0.4.6"
|
|
1016
|
+
}
|
|
964
1017
|
},
|
|
965
1018
|
"isOptional": false,
|
|
966
1019
|
"isSpread": false
|
|
@@ -980,7 +1033,11 @@
|
|
|
980
1033
|
"line": 22,
|
|
981
1034
|
"character": 88
|
|
982
1035
|
},
|
|
983
|
-
"name": "TrackerMain"
|
|
1036
|
+
"name": "TrackerMain",
|
|
1037
|
+
"componentId": {
|
|
1038
|
+
"scope": "teambit.component",
|
|
1039
|
+
"name": "tracker"
|
|
1040
|
+
}
|
|
984
1041
|
},
|
|
985
1042
|
"isOptional": false,
|
|
986
1043
|
"isSpread": false
|
|
@@ -1129,7 +1186,12 @@
|
|
|
1129
1186
|
"line": 44,
|
|
1130
1187
|
"character": 18
|
|
1131
1188
|
},
|
|
1132
|
-
"name": "ComponentID"
|
|
1189
|
+
"name": "ComponentID",
|
|
1190
|
+
"componentId": {
|
|
1191
|
+
"scope": "teambit.component",
|
|
1192
|
+
"name": "component-id",
|
|
1193
|
+
"version": "1.2.0"
|
|
1194
|
+
}
|
|
1133
1195
|
},
|
|
1134
1196
|
"isOptional": false,
|
|
1135
1197
|
"isSpread": false
|
|
@@ -1316,7 +1378,11 @@
|
|
|
1316
1378
|
"line": 86,
|
|
1317
1379
|
"character": 11
|
|
1318
1380
|
},
|
|
1319
|
-
"name": "Component"
|
|
1381
|
+
"name": "Component",
|
|
1382
|
+
"componentId": {
|
|
1383
|
+
"scope": "teambit.component",
|
|
1384
|
+
"name": "component"
|
|
1385
|
+
}
|
|
1320
1386
|
},
|
|
1321
1387
|
"isOptional": false,
|
|
1322
1388
|
"isSpread": false
|
|
@@ -1336,7 +1402,12 @@
|
|
|
1336
1402
|
"line": 87,
|
|
1337
1403
|
"character": 15
|
|
1338
1404
|
},
|
|
1339
|
-
"name": "ComponentID"
|
|
1405
|
+
"name": "ComponentID",
|
|
1406
|
+
"componentId": {
|
|
1407
|
+
"scope": "teambit.component",
|
|
1408
|
+
"name": "component-id",
|
|
1409
|
+
"version": "1.2.0"
|
|
1410
|
+
}
|
|
1340
1411
|
},
|
|
1341
1412
|
"isOptional": false,
|
|
1342
1413
|
"isSpread": false
|
|
@@ -1539,7 +1610,11 @@
|
|
|
1539
1610
|
"line": 144,
|
|
1540
1611
|
"character": 51
|
|
1541
1612
|
},
|
|
1542
|
-
"name": "Component"
|
|
1613
|
+
"name": "Component",
|
|
1614
|
+
"componentId": {
|
|
1615
|
+
"scope": "teambit.component",
|
|
1616
|
+
"name": "component"
|
|
1617
|
+
}
|
|
1543
1618
|
},
|
|
1544
1619
|
"isOptional": false,
|
|
1545
1620
|
"isSpread": false
|
|
@@ -1654,7 +1729,11 @@
|
|
|
1654
1729
|
"line": 162,
|
|
1655
1730
|
"character": 48
|
|
1656
1731
|
},
|
|
1657
|
-
"name": "Workspace"
|
|
1732
|
+
"name": "Workspace",
|
|
1733
|
+
"componentId": {
|
|
1734
|
+
"scope": "teambit.workspace",
|
|
1735
|
+
"name": "workspace"
|
|
1736
|
+
}
|
|
1658
1737
|
},
|
|
1659
1738
|
{
|
|
1660
1739
|
"__schema": "TypeRefSchema",
|
|
@@ -1663,7 +1742,11 @@
|
|
|
1663
1742
|
"line": 162,
|
|
1664
1743
|
"character": 59
|
|
1665
1744
|
},
|
|
1666
|
-
"name": "TrackerMain"
|
|
1745
|
+
"name": "TrackerMain",
|
|
1746
|
+
"componentId": {
|
|
1747
|
+
"scope": "teambit.component",
|
|
1748
|
+
"name": "tracker"
|
|
1749
|
+
}
|
|
1667
1750
|
}
|
|
1668
1751
|
]
|
|
1669
1752
|
},
|
|
@@ -1725,7 +1808,12 @@
|
|
|
1725
1808
|
"line": 162,
|
|
1726
1809
|
"character": 93
|
|
1727
1810
|
},
|
|
1728
|
-
"name": "Harmony"
|
|
1811
|
+
"name": "Harmony",
|
|
1812
|
+
"componentId": {
|
|
1813
|
+
"scope": "teambit.harmony",
|
|
1814
|
+
"name": "harmony",
|
|
1815
|
+
"version": "0.4.6"
|
|
1816
|
+
}
|
|
1729
1817
|
},
|
|
1730
1818
|
"isOptional": false,
|
|
1731
1819
|
"isSpread": false
|
|
@@ -1844,7 +1932,7 @@
|
|
|
1844
1932
|
"componentId": {
|
|
1845
1933
|
"scope": "teambit.component",
|
|
1846
1934
|
"name": "new-component-helper",
|
|
1847
|
-
"version": "1.0.
|
|
1935
|
+
"version": "1.0.229"
|
|
1848
1936
|
},
|
|
1849
1937
|
"taggedModuleExports": []
|
|
1850
1938
|
}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Component } from '@teambit/component';
|
|
2
|
+
import { TrackerMain } from '@teambit/tracker';
|
|
3
|
+
import { ComponentID } from '@teambit/component-id';
|
|
4
|
+
import { Harmony } from '@teambit/harmony';
|
|
5
|
+
import { PathLinuxRelative } from '@teambit/legacy/dist/utils/path';
|
|
6
|
+
import { Workspace } from '@teambit/workspace';
|
|
7
|
+
export declare class NewComponentHelperMain {
|
|
8
|
+
private workspace;
|
|
9
|
+
private harmony;
|
|
10
|
+
private tracker;
|
|
11
|
+
constructor(workspace: Workspace, harmony: Harmony, tracker: TrackerMain);
|
|
12
|
+
/**
|
|
13
|
+
* when creating/forking a component, the user provides the new name and optionally the scope/namespace.
|
|
14
|
+
* from this user input, create a ComponentID.
|
|
15
|
+
*/
|
|
16
|
+
getNewComponentId(name: string, namespace?: string, scope?: string): ComponentID;
|
|
17
|
+
/**
|
|
18
|
+
* when creating/forking a component, the user may or may not provide a path.
|
|
19
|
+
* if not provided, generate the path based on the component-id.
|
|
20
|
+
* the component will be written to that path.
|
|
21
|
+
*/
|
|
22
|
+
getNewComponentPath(componentId: ComponentID, { pathFromUser, componentsToCreate, incrementPathIfConflicted, }?: {
|
|
23
|
+
pathFromUser?: string;
|
|
24
|
+
componentsToCreate?: number;
|
|
25
|
+
incrementPathIfConflicted?: boolean;
|
|
26
|
+
}): PathLinuxRelative;
|
|
27
|
+
writeAndAddNewComp(comp: Component, targetId: ComponentID, options?: {
|
|
28
|
+
path?: string;
|
|
29
|
+
scope?: string;
|
|
30
|
+
env?: string;
|
|
31
|
+
incrementPathIfConflicted?: boolean;
|
|
32
|
+
}, config?: {
|
|
33
|
+
[aspectName: string]: any;
|
|
34
|
+
}): Promise<void>;
|
|
35
|
+
private throwForExistingPath;
|
|
36
|
+
getConfigFromExistingToNewComponent(comp: Component): Promise<{}>;
|
|
37
|
+
static slots: never[];
|
|
38
|
+
static dependencies: import("@teambit/harmony").Aspect[];
|
|
39
|
+
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
40
|
+
static provider([workspace, tracker]: [Workspace, TrackerMain], config: any, _: any, harmony: Harmony): Promise<NewComponentHelperMain>;
|
|
41
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_new-component-helper@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_new-component-helper@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_new-component-helper@1.0.229/dist/new-component-helper.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_new-component-helper@1.0.229/dist/new-component-helper.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/new-component-helper",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.229",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/new-component-helper",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "new-component-helper",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.229"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -14,20 +14,20 @@
|
|
|
14
14
|
"@teambit/bit-error": "0.0.404",
|
|
15
15
|
"@teambit/component-id": "1.2.0",
|
|
16
16
|
"@teambit/legacy-bit-id": "1.1.1",
|
|
17
|
-
"@teambit/cli": "0.0.
|
|
18
|
-
"@teambit/component-writer": "1.0.
|
|
19
|
-
"@teambit/component": "1.0.
|
|
20
|
-
"@teambit/envs": "1.0.
|
|
21
|
-
"@teambit/pkg": "1.0.
|
|
22
|
-
"@teambit/renaming": "1.0.
|
|
23
|
-
"@teambit/tracker": "1.0.
|
|
24
|
-
"@teambit/workspace": "1.0.
|
|
17
|
+
"@teambit/cli": "0.0.862",
|
|
18
|
+
"@teambit/component-writer": "1.0.229",
|
|
19
|
+
"@teambit/component": "1.0.229",
|
|
20
|
+
"@teambit/envs": "1.0.229",
|
|
21
|
+
"@teambit/pkg": "1.0.229",
|
|
22
|
+
"@teambit/renaming": "1.0.229",
|
|
23
|
+
"@teambit/tracker": "1.0.229",
|
|
24
|
+
"@teambit/workspace": "1.0.229"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/fs-extra": "9.0.7",
|
|
28
28
|
"@types/mocha": "9.1.0",
|
|
29
29
|
"chai": "4.3.0",
|
|
30
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
30
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.33"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": "^17.0.0 || ^18.0.0",
|
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,31 +35,5 @@
|
|
|
36
35
|
"include": [
|
|
37
36
|
"**/*",
|
|
38
37
|
"**/*.json"
|
|
39
|
-
],
|
|
40
|
-
"references": [
|
|
41
|
-
{
|
|
42
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.860"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-writer@1.0.227"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.227"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.227"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pkg_pkg@1.0.227"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_renaming@1.0.227"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_tracker@1.0.227"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.227"
|
|
64
|
-
}
|
|
65
38
|
]
|
|
66
39
|
}
|