@teambit/cli 0.0.906 → 0.0.908
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,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.harmony/cli@0.0.
|
|
3
|
+
<testsuite name="teambit.harmony/cli@0.0.908" 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.harmony/cli-preview"]=t():e["teambit.harmony/cli-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.harmony/cli-preview"]=t():e["teambit.harmony/cli-preview"]=t()}(self,(()=>(()=>{"use strict";var e={78578:(e,t,o)=>{var n={id:"teambit.harmony/cli@0.0.908",homepage:"https://bit.cloud/teambit/harmony/cli",exported:!0};function r(){const e=a(o(41594));return r=function(){return e},e}function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,r.__bit_component=n,a.__bit_component=n;const i=()=>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/cli.svg"}));i.__bit_component=n,t.Logo=i},41594:e=>{e.exports=React}},t={};function o(n){var r=t[n];if(void 0!==r)return r.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,o),a.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={};o.r(n),o.d(n,{compositions:()=>u,compositions_metadata:()=>y,overview:()=>f});var r={};o.r(r),o.d(r,{default:()=>p});var a=o(78578);o(41594);const i=MdxJsReact,s=TeambitMdxUiMdxScopeContext;var c=["components"];function d(){return d=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)({}).hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},d.apply(null,arguments)}var l={},m="wrapper";function p(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={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;o[n]=e[n]}return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)o=a[n],t.indexOf(o)>=0||{}.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}(e,c);return(0,i.mdx)(m,d({},l,o,{components:t,mdxType:"MDXLayout"}),(0,i.mdx)(s.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,i.mdx)("p",null,"CLI Aspect manages the commands in the CLI. New commands are registered to this aspect with the necessary data such as, command-name, description and flags. Parsing the args from the CLI is done by Commander package."),(0,i.mdx)("h2",null,"Features"),(0,i.mdx)("ul",null,(0,i.mdx)("li",{parentName:"ul"},"Allow to register new commands"),(0,i.mdx)("li",{parentName:"ul"},"Use commander commands."),(0,i.mdx)("li",{parentName:"ul"},"Render to stdout as string or as a React component by Ink."))))}p.isMDXComponent=!0;const u=[a],f=[r],y={compositions:[{displayName:"Logo",identifier:"Logo"}]};return n})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -98,8 +98,7 @@
|
|
|
98
98
|
"line": 32,
|
|
99
99
|
"character": 26
|
|
100
100
|
},
|
|
101
|
-
"name": "OnStartSlot"
|
|
102
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
101
|
+
"name": "OnStartSlot"
|
|
103
102
|
},
|
|
104
103
|
"isOptional": false,
|
|
105
104
|
"isSpread": false
|
|
@@ -119,8 +118,7 @@
|
|
|
119
118
|
"line": 33,
|
|
120
119
|
"character": 34
|
|
121
120
|
},
|
|
122
|
-
"name": "OnCommandStartSlot"
|
|
123
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
121
|
+
"name": "OnCommandStartSlot"
|
|
124
122
|
},
|
|
125
123
|
"isOptional": false,
|
|
126
124
|
"isSpread": false
|
|
@@ -140,8 +138,7 @@
|
|
|
140
138
|
"line": 34,
|
|
141
139
|
"character": 31
|
|
142
140
|
},
|
|
143
|
-
"name": "OnBeforeExitSlot"
|
|
144
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
141
|
+
"name": "OnBeforeExitSlot"
|
|
145
142
|
},
|
|
146
143
|
"isOptional": false,
|
|
147
144
|
"isSpread": false
|
|
@@ -161,11 +158,7 @@
|
|
|
161
158
|
"line": 35,
|
|
162
159
|
"character": 21
|
|
163
160
|
},
|
|
164
|
-
"name": "Logger"
|
|
165
|
-
"componentId": {
|
|
166
|
-
"scope": "teambit.harmony",
|
|
167
|
-
"name": "logger"
|
|
168
|
-
}
|
|
161
|
+
"name": "Logger"
|
|
169
162
|
},
|
|
170
163
|
"isOptional": false,
|
|
171
164
|
"isSpread": false
|
|
@@ -364,8 +357,7 @@
|
|
|
364
357
|
"line": 73,
|
|
365
358
|
"character": 29
|
|
366
359
|
},
|
|
367
|
-
"name": "Command"
|
|
368
|
-
"packageName": "@teambit/legacy/dist/cli/command"
|
|
360
|
+
"name": "Command"
|
|
369
361
|
},
|
|
370
362
|
{
|
|
371
363
|
"__schema": "KeywordTypeSchema",
|
|
@@ -489,8 +481,7 @@
|
|
|
489
481
|
"line": 94,
|
|
490
482
|
"character": 30
|
|
491
483
|
},
|
|
492
|
-
"name": "OnStart"
|
|
493
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
484
|
+
"name": "OnStart"
|
|
494
485
|
},
|
|
495
486
|
"isOptional": false,
|
|
496
487
|
"isSpread": false
|
|
@@ -543,8 +534,7 @@
|
|
|
543
534
|
"line": 103,
|
|
544
535
|
"character": 44
|
|
545
536
|
},
|
|
546
|
-
"name": "OnCommandStart"
|
|
547
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
537
|
+
"name": "OnCommandStart"
|
|
548
538
|
},
|
|
549
539
|
"isOptional": false,
|
|
550
540
|
"isSpread": false
|
|
@@ -617,8 +607,7 @@
|
|
|
617
607
|
"line": 123,
|
|
618
608
|
"character": 40
|
|
619
609
|
},
|
|
620
|
-
"name": "OnBeforeExitFn"
|
|
621
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
610
|
+
"name": "OnBeforeExitFn"
|
|
622
611
|
},
|
|
623
612
|
"isOptional": false,
|
|
624
613
|
"isSpread": false
|
|
@@ -786,11 +775,7 @@
|
|
|
786
775
|
"line": 175,
|
|
787
776
|
"character": 20
|
|
788
777
|
},
|
|
789
|
-
"name": "LoggerMain"
|
|
790
|
-
"componentId": {
|
|
791
|
-
"scope": "teambit.harmony",
|
|
792
|
-
"name": "logger"
|
|
793
|
-
}
|
|
778
|
+
"name": "LoggerMain"
|
|
794
779
|
}
|
|
795
780
|
]
|
|
796
781
|
},
|
|
@@ -849,8 +834,7 @@
|
|
|
849
834
|
"line": 179,
|
|
850
835
|
"character": 7
|
|
851
836
|
},
|
|
852
|
-
"name": "OnStartSlot"
|
|
853
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
837
|
+
"name": "OnStartSlot"
|
|
854
838
|
},
|
|
855
839
|
{
|
|
856
840
|
"__schema": "TypeRefSchema",
|
|
@@ -859,8 +843,7 @@
|
|
|
859
843
|
"line": 180,
|
|
860
844
|
"character": 7
|
|
861
845
|
},
|
|
862
|
-
"name": "OnCommandStartSlot"
|
|
863
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
846
|
+
"name": "OnCommandStartSlot"
|
|
864
847
|
},
|
|
865
848
|
{
|
|
866
849
|
"__schema": "TypeRefSchema",
|
|
@@ -869,8 +852,7 @@
|
|
|
869
852
|
"line": 181,
|
|
870
853
|
"character": 7
|
|
871
854
|
},
|
|
872
|
-
"name": "OnBeforeExitSlot"
|
|
873
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
855
|
+
"name": "OnBeforeExitSlot"
|
|
874
856
|
}
|
|
875
857
|
]
|
|
876
858
|
},
|
|
@@ -930,8 +912,7 @@
|
|
|
930
912
|
"line": 18,
|
|
931
913
|
"character": 33
|
|
932
914
|
},
|
|
933
|
-
"name": "Command"
|
|
934
|
-
"packageName": "@teambit/legacy/dist/cli/command"
|
|
915
|
+
"name": "Command"
|
|
935
916
|
}
|
|
936
917
|
]
|
|
937
918
|
}
|
|
@@ -962,11 +943,6 @@
|
|
|
962
943
|
"character": 28
|
|
963
944
|
},
|
|
964
945
|
"name": "SlotRegistry",
|
|
965
|
-
"componentId": {
|
|
966
|
-
"scope": "teambit.harmony",
|
|
967
|
-
"name": "harmony",
|
|
968
|
-
"version": "0.4.6"
|
|
969
|
-
},
|
|
970
946
|
"typeArgs": [
|
|
971
947
|
{
|
|
972
948
|
"__schema": "TypeRefSchema",
|
|
@@ -1355,7 +1331,7 @@
|
|
|
1355
1331
|
"_legacy": {
|
|
1356
1332
|
"scope": "teambit.harmony",
|
|
1357
1333
|
"name": "cli",
|
|
1358
|
-
"version": "0.0.
|
|
1334
|
+
"version": "0.0.908"
|
|
1359
1335
|
},
|
|
1360
1336
|
"_scope": "teambit.harmony"
|
|
1361
1337
|
}
|
|
@@ -1508,8 +1484,7 @@
|
|
|
1508
1484
|
"line": 18,
|
|
1509
1485
|
"character": 33
|
|
1510
1486
|
},
|
|
1511
|
-
"name": "Command"
|
|
1512
|
-
"packageName": "@teambit/legacy/dist/cli/command"
|
|
1487
|
+
"name": "Command"
|
|
1513
1488
|
}
|
|
1514
1489
|
]
|
|
1515
1490
|
}
|
|
@@ -1530,7 +1505,7 @@
|
|
|
1530
1505
|
"line": 19,
|
|
1531
1506
|
"character": 23
|
|
1532
1507
|
},
|
|
1533
|
-
"signature": "(hasWorkspace: boolean, currentCommand: string, commandObject?:
|
|
1508
|
+
"signature": "(hasWorkspace: boolean, currentCommand: string, commandObject?: Command): Promise<void>",
|
|
1534
1509
|
"name": "",
|
|
1535
1510
|
"params": [
|
|
1536
1511
|
{
|
|
@@ -1588,8 +1563,7 @@
|
|
|
1588
1563
|
"line": 19,
|
|
1589
1564
|
"character": 87
|
|
1590
1565
|
},
|
|
1591
|
-
"name": "Command"
|
|
1592
|
-
"packageName": "@teambit/legacy/dist/cli/command"
|
|
1566
|
+
"name": "Command"
|
|
1593
1567
|
},
|
|
1594
1568
|
"isOptional": true,
|
|
1595
1569
|
"isSpread": false
|
|
@@ -1634,7 +1608,7 @@
|
|
|
1634
1608
|
"line": 20,
|
|
1635
1609
|
"character": 30
|
|
1636
1610
|
},
|
|
1637
|
-
"signature": "(commandName: string, args:
|
|
1611
|
+
"signature": "(commandName: string, args: CLIArgs, flags: Flags): Promise<void>",
|
|
1638
1612
|
"name": "",
|
|
1639
1613
|
"params": [
|
|
1640
1614
|
{
|
|
@@ -1672,8 +1646,7 @@
|
|
|
1672
1646
|
"line": 20,
|
|
1673
1647
|
"character": 58
|
|
1674
1648
|
},
|
|
1675
|
-
"name": "CLIArgs"
|
|
1676
|
-
"packageName": "@teambit/legacy/dist/cli/command"
|
|
1649
|
+
"name": "CLIArgs"
|
|
1677
1650
|
},
|
|
1678
1651
|
"isOptional": false,
|
|
1679
1652
|
"isSpread": false
|
|
@@ -1693,8 +1666,7 @@
|
|
|
1693
1666
|
"line": 20,
|
|
1694
1667
|
"character": 74
|
|
1695
1668
|
},
|
|
1696
|
-
"name": "Flags"
|
|
1697
|
-
"packageName": "@teambit/legacy/dist/cli/command"
|
|
1669
|
+
"name": "Flags"
|
|
1698
1670
|
},
|
|
1699
1671
|
"isOptional": false,
|
|
1700
1672
|
"isSpread": false
|
|
@@ -1782,11 +1754,6 @@
|
|
|
1782
1754
|
"character": 27
|
|
1783
1755
|
},
|
|
1784
1756
|
"name": "SlotRegistry",
|
|
1785
|
-
"componentId": {
|
|
1786
|
-
"scope": "teambit.harmony",
|
|
1787
|
-
"name": "harmony",
|
|
1788
|
-
"version": "0.4.6"
|
|
1789
|
-
},
|
|
1790
1757
|
"typeArgs": [
|
|
1791
1758
|
{
|
|
1792
1759
|
"__schema": "TypeRefSchema",
|
|
@@ -1795,8 +1762,7 @@
|
|
|
1795
1762
|
"line": 23,
|
|
1796
1763
|
"character": 40
|
|
1797
1764
|
},
|
|
1798
|
-
"name": "OnStart"
|
|
1799
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
1765
|
+
"name": "OnStart"
|
|
1800
1766
|
}
|
|
1801
1767
|
]
|
|
1802
1768
|
}
|
|
@@ -1818,11 +1784,6 @@
|
|
|
1818
1784
|
"character": 34
|
|
1819
1785
|
},
|
|
1820
1786
|
"name": "SlotRegistry",
|
|
1821
|
-
"componentId": {
|
|
1822
|
-
"scope": "teambit.harmony",
|
|
1823
|
-
"name": "harmony",
|
|
1824
|
-
"version": "0.4.6"
|
|
1825
|
-
},
|
|
1826
1787
|
"typeArgs": [
|
|
1827
1788
|
{
|
|
1828
1789
|
"__schema": "TypeRefSchema",
|
|
@@ -1831,8 +1792,7 @@
|
|
|
1831
1792
|
"line": 24,
|
|
1832
1793
|
"character": 47
|
|
1833
1794
|
},
|
|
1834
|
-
"name": "OnCommandStart"
|
|
1835
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
1795
|
+
"name": "OnCommandStart"
|
|
1836
1796
|
}
|
|
1837
1797
|
]
|
|
1838
1798
|
}
|
|
@@ -1854,11 +1814,6 @@
|
|
|
1854
1814
|
"character": 28
|
|
1855
1815
|
},
|
|
1856
1816
|
"name": "SlotRegistry",
|
|
1857
|
-
"componentId": {
|
|
1858
|
-
"scope": "teambit.harmony",
|
|
1859
|
-
"name": "harmony",
|
|
1860
|
-
"version": "0.4.6"
|
|
1861
|
-
},
|
|
1862
1817
|
"typeArgs": [
|
|
1863
1818
|
{
|
|
1864
1819
|
"__schema": "TypeRefSchema",
|
|
@@ -1889,11 +1844,6 @@
|
|
|
1889
1844
|
"character": 32
|
|
1890
1845
|
},
|
|
1891
1846
|
"name": "SlotRegistry",
|
|
1892
|
-
"componentId": {
|
|
1893
|
-
"scope": "teambit.harmony",
|
|
1894
|
-
"name": "harmony",
|
|
1895
|
-
"version": "0.4.6"
|
|
1896
|
-
},
|
|
1897
1847
|
"typeArgs": [
|
|
1898
1848
|
{
|
|
1899
1849
|
"__schema": "TypeRefSchema",
|
|
@@ -1902,8 +1852,7 @@
|
|
|
1902
1852
|
"line": 26,
|
|
1903
1853
|
"character": 45
|
|
1904
1854
|
},
|
|
1905
|
-
"name": "OnBeforeExitFn"
|
|
1906
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
1855
|
+
"name": "OnBeforeExitFn"
|
|
1907
1856
|
}
|
|
1908
1857
|
]
|
|
1909
1858
|
}
|
|
@@ -1985,8 +1934,7 @@
|
|
|
1985
1934
|
"line": 32,
|
|
1986
1935
|
"character": 26
|
|
1987
1936
|
},
|
|
1988
|
-
"name": "OnStartSlot"
|
|
1989
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
1937
|
+
"name": "OnStartSlot"
|
|
1990
1938
|
},
|
|
1991
1939
|
"isOptional": false,
|
|
1992
1940
|
"isSpread": false
|
|
@@ -2006,8 +1954,7 @@
|
|
|
2006
1954
|
"line": 33,
|
|
2007
1955
|
"character": 34
|
|
2008
1956
|
},
|
|
2009
|
-
"name": "OnCommandStartSlot"
|
|
2010
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
1957
|
+
"name": "OnCommandStartSlot"
|
|
2011
1958
|
},
|
|
2012
1959
|
"isOptional": false,
|
|
2013
1960
|
"isSpread": false
|
|
@@ -2027,8 +1974,7 @@
|
|
|
2027
1974
|
"line": 34,
|
|
2028
1975
|
"character": 31
|
|
2029
1976
|
},
|
|
2030
|
-
"name": "OnBeforeExitSlot"
|
|
2031
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
1977
|
+
"name": "OnBeforeExitSlot"
|
|
2032
1978
|
},
|
|
2033
1979
|
"isOptional": false,
|
|
2034
1980
|
"isSpread": false
|
|
@@ -2048,11 +1994,7 @@
|
|
|
2048
1994
|
"line": 35,
|
|
2049
1995
|
"character": 21
|
|
2050
1996
|
},
|
|
2051
|
-
"name": "Logger"
|
|
2052
|
-
"componentId": {
|
|
2053
|
-
"scope": "teambit.harmony",
|
|
2054
|
-
"name": "logger"
|
|
2055
|
-
}
|
|
1997
|
+
"name": "Logger"
|
|
2056
1998
|
},
|
|
2057
1999
|
"isOptional": false,
|
|
2058
2000
|
"isSpread": false
|
|
@@ -2251,8 +2193,7 @@
|
|
|
2251
2193
|
"line": 73,
|
|
2252
2194
|
"character": 29
|
|
2253
2195
|
},
|
|
2254
|
-
"name": "Command"
|
|
2255
|
-
"packageName": "@teambit/legacy/dist/cli/command"
|
|
2196
|
+
"name": "Command"
|
|
2256
2197
|
},
|
|
2257
2198
|
{
|
|
2258
2199
|
"__schema": "KeywordTypeSchema",
|
|
@@ -2376,8 +2317,7 @@
|
|
|
2376
2317
|
"line": 94,
|
|
2377
2318
|
"character": 30
|
|
2378
2319
|
},
|
|
2379
|
-
"name": "OnStart"
|
|
2380
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
2320
|
+
"name": "OnStart"
|
|
2381
2321
|
},
|
|
2382
2322
|
"isOptional": false,
|
|
2383
2323
|
"isSpread": false
|
|
@@ -2430,8 +2370,7 @@
|
|
|
2430
2370
|
"line": 103,
|
|
2431
2371
|
"character": 44
|
|
2432
2372
|
},
|
|
2433
|
-
"name": "OnCommandStart"
|
|
2434
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
2373
|
+
"name": "OnCommandStart"
|
|
2435
2374
|
},
|
|
2436
2375
|
"isOptional": false,
|
|
2437
2376
|
"isSpread": false
|
|
@@ -2504,8 +2443,7 @@
|
|
|
2504
2443
|
"line": 123,
|
|
2505
2444
|
"character": 40
|
|
2506
2445
|
},
|
|
2507
|
-
"name": "OnBeforeExitFn"
|
|
2508
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
2446
|
+
"name": "OnBeforeExitFn"
|
|
2509
2447
|
},
|
|
2510
2448
|
"isOptional": false,
|
|
2511
2449
|
"isSpread": false
|
|
@@ -2673,11 +2611,7 @@
|
|
|
2673
2611
|
"line": 175,
|
|
2674
2612
|
"character": 20
|
|
2675
2613
|
},
|
|
2676
|
-
"name": "LoggerMain"
|
|
2677
|
-
"componentId": {
|
|
2678
|
-
"scope": "teambit.harmony",
|
|
2679
|
-
"name": "logger"
|
|
2680
|
-
}
|
|
2614
|
+
"name": "LoggerMain"
|
|
2681
2615
|
}
|
|
2682
2616
|
]
|
|
2683
2617
|
},
|
|
@@ -2736,8 +2670,7 @@
|
|
|
2736
2670
|
"line": 179,
|
|
2737
2671
|
"character": 7
|
|
2738
2672
|
},
|
|
2739
|
-
"name": "OnStartSlot"
|
|
2740
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
2673
|
+
"name": "OnStartSlot"
|
|
2741
2674
|
},
|
|
2742
2675
|
{
|
|
2743
2676
|
"__schema": "TypeRefSchema",
|
|
@@ -2746,8 +2679,7 @@
|
|
|
2746
2679
|
"line": 180,
|
|
2747
2680
|
"character": 7
|
|
2748
2681
|
},
|
|
2749
|
-
"name": "OnCommandStartSlot"
|
|
2750
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
2682
|
+
"name": "OnCommandStartSlot"
|
|
2751
2683
|
},
|
|
2752
2684
|
{
|
|
2753
2685
|
"__schema": "TypeRefSchema",
|
|
@@ -2756,8 +2688,7 @@
|
|
|
2756
2688
|
"line": 181,
|
|
2757
2689
|
"character": 7
|
|
2758
2690
|
},
|
|
2759
|
-
"name": "OnBeforeExitSlot"
|
|
2760
|
-
"internalFilePath": "cli.main.runtime.ts"
|
|
2691
|
+
"name": "OnBeforeExitSlot"
|
|
2761
2692
|
}
|
|
2762
2693
|
]
|
|
2763
2694
|
},
|
|
@@ -2951,7 +2882,7 @@
|
|
|
2951
2882
|
"componentId": {
|
|
2952
2883
|
"scope": "teambit.harmony",
|
|
2953
2884
|
"name": "cli",
|
|
2954
|
-
"version": "0.0.
|
|
2885
|
+
"version": "0.0.908"
|
|
2955
2886
|
},
|
|
2956
2887
|
"taggedModuleExports": []
|
|
2957
2888
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.908/dist/cli.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_cli@0.0.908/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.
|
|
3
|
+
"version": "0.0.908",
|
|
4
4
|
"homepage": "https://bit.cloud/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.
|
|
9
|
+
"version": "0.0.908"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@teambit/harmony": "0.4.6",
|
|
19
19
|
"@teambit/bit-error": "0.0.404",
|
|
20
20
|
"@teambit/bit.get-bit-version": "0.0.1",
|
|
21
|
-
"@teambit/host-initializer": "0.0.
|
|
22
|
-
"@teambit/logger": "0.0.
|
|
23
|
-
"@teambit/legacy.analytics": "0.0.
|
|
21
|
+
"@teambit/host-initializer": "0.0.44",
|
|
22
|
+
"@teambit/logger": "0.0.1001",
|
|
23
|
+
"@teambit/legacy.analytics": "0.0.7"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/didyoumean": "1.2.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@types/yargs": "17.0.0",
|
|
29
29
|
"@types/mocha": "9.1.0",
|
|
30
30
|
"chai": "4.3.0",
|
|
31
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
31
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.42"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "^17.0.0 || ^18.0.0",
|