@teambit/forking 1.0.309 → 1.0.311
Sign up to get free protection for your applications and to get access to all the features.
@@ -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/forking@1.0.
|
3
|
+
<testsuite name="teambit.component/forking@1.0.311" 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/forking-preview"]=t():e["teambit.component/forking-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/forking-preview"]=t():e["teambit.component/forking-preview"]=t()}(self,(()=>(()=>{"use strict";var e={1854:(e,t,o)=>{var n={id:"teambit.component/forking@1.0.311",homepage:"https://bit.cloud/teambit/component/forking",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 a=()=>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/forking.svg"}));a.__bit_component=n,t.Logo=a},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={};o.r(n),o.d(n,{compositions:()=>l,compositions_metadata:()=>v,overview:()=>m});var r={};o.r(r),o.d(r,{default:()=>d});var i=o(1854);o(41594);const a=MdxJsReact,c=TeambitMdxUiMdxScopeContext;var p=["components"];function s(){return s=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},s.apply(null,arguments)}var f={},u="wrapper";function d(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 i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||{}.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}(e,p);return(0,a.mdx)(u,s({},f,o,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(c.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}d.isMDXComponent=!0;const l=[i],m=[r],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return n})()));
|
package/artifacts/schema.json
CHANGED
@@ -212,7 +212,8 @@
|
|
212
212
|
"character": 3
|
213
213
|
},
|
214
214
|
"raw": "/**\n * create a new copy of existing/remote component.\n * the new component holds a reference to the old one for future reference.\n * if refactor option is enable, change the source-code to update all dependencies with the new name.\n */",
|
215
|
-
"comment": "create a new copy of existing/remote component.\nthe new component holds a reference to the old one for future reference.\nif refactor option is enable, change the source-code to update all dependencies with the new name."
|
215
|
+
"comment": "create a new copy of existing/remote component.\nthe new component holds a reference to the old one for future reference.\nif refactor option is enable, change the source-code to update all dependencies with the new name.",
|
216
|
+
"tags": []
|
216
217
|
},
|
217
218
|
"signature": "(method) ForkingMain.fork(sourceId: string, targetId?: string, options?: ForkOptions): Promise<ComponentID>",
|
218
219
|
"name": "fork",
|
@@ -323,7 +324,8 @@
|
|
323
324
|
"character": 3
|
324
325
|
},
|
325
326
|
"raw": "/**\n * get the forking data, such as the source where a component was forked from\n */",
|
326
|
-
"comment": "get the forking data, such as the source where a component was forked from"
|
327
|
+
"comment": "get the forking data, such as the source where a component was forked from",
|
328
|
+
"tags": []
|
327
329
|
},
|
328
330
|
"signature": "(method) ForkingMain.getForkInfo(component: Component): ForkInfo | null",
|
329
331
|
"name": "getForkInfo",
|
@@ -466,7 +468,8 @@
|
|
466
468
|
"character": 3
|
467
469
|
},
|
468
470
|
"raw": "/**\n * fork all components of the given scope\n */",
|
469
|
-
"comment": "fork all components of the given scope"
|
471
|
+
"comment": "fork all components of the given scope",
|
472
|
+
"tags": []
|
470
473
|
},
|
471
474
|
"signature": "(method) ForkingMain.forkScope(originalScope: string, newOptionalScope?: string, pattern?: string, options?: ScopeForkOptions): Promise<ComponentID[]>",
|
472
475
|
"name": "forkScope",
|
@@ -1114,7 +1117,8 @@
|
|
1114
1117
|
"character": 3
|
1115
1118
|
},
|
1116
1119
|
"raw": "/**\n * create a new copy of existing/remote component.\n * the new component holds a reference to the old one for future reference.\n * if refactor option is enable, change the source-code to update all dependencies with the new name.\n */",
|
1117
|
-
"comment": "create a new copy of existing/remote component.\nthe new component holds a reference to the old one for future reference.\nif refactor option is enable, change the source-code to update all dependencies with the new name."
|
1120
|
+
"comment": "create a new copy of existing/remote component.\nthe new component holds a reference to the old one for future reference.\nif refactor option is enable, change the source-code to update all dependencies with the new name.",
|
1121
|
+
"tags": []
|
1118
1122
|
},
|
1119
1123
|
"signature": "(method) ForkingMain.fork(sourceId: string, targetId?: string, options?: ForkOptions): Promise<ComponentID>",
|
1120
1124
|
"name": "fork",
|
@@ -1225,7 +1229,8 @@
|
|
1225
1229
|
"character": 3
|
1226
1230
|
},
|
1227
1231
|
"raw": "/**\n * get the forking data, such as the source where a component was forked from\n */",
|
1228
|
-
"comment": "get the forking data, such as the source where a component was forked from"
|
1232
|
+
"comment": "get the forking data, such as the source where a component was forked from",
|
1233
|
+
"tags": []
|
1229
1234
|
},
|
1230
1235
|
"signature": "(method) ForkingMain.getForkInfo(component: Component): ForkInfo | null",
|
1231
1236
|
"name": "getForkInfo",
|
@@ -1368,7 +1373,8 @@
|
|
1368
1373
|
"character": 3
|
1369
1374
|
},
|
1370
1375
|
"raw": "/**\n * fork all components of the given scope\n */",
|
1371
|
-
"comment": "fork all components of the given scope"
|
1376
|
+
"comment": "fork all components of the given scope",
|
1377
|
+
"tags": []
|
1372
1378
|
},
|
1373
1379
|
"signature": "(method) ForkingMain.forkScope(originalScope: string, newOptionalScope?: string, pattern?: string, options?: ScopeForkOptions): Promise<ComponentID[]>",
|
1374
1380
|
"name": "forkScope",
|
@@ -2166,7 +2172,7 @@
|
|
2166
2172
|
"componentId": {
|
2167
2173
|
"scope": "teambit.component",
|
2168
2174
|
"name": "forking",
|
2169
|
-
"version": "1.0.
|
2175
|
+
"version": "1.0.311"
|
2170
2176
|
},
|
2171
2177
|
"taggedModuleExports": []
|
2172
2178
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_forking@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_forking@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_forking@1.0.311/dist/forking.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_forking@1.0.311/dist/forking.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/forking",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.311",
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/forking",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "forking",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.311"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -18,18 +18,18 @@
|
|
18
18
|
"@teambit/bit-error": "0.0.404",
|
19
19
|
"@teambit/component-id": "1.2.0",
|
20
20
|
"@teambit/component-version": "1.0.3",
|
21
|
-
"@teambit/cli": "0.0.
|
22
|
-
"@teambit/generator": "1.0.
|
23
|
-
"@teambit/component": "1.0.
|
24
|
-
"@teambit/graphql": "1.0.
|
21
|
+
"@teambit/cli": "0.0.888",
|
22
|
+
"@teambit/generator": "1.0.312",
|
23
|
+
"@teambit/component": "1.0.311",
|
24
|
+
"@teambit/graphql": "1.0.311",
|
25
25
|
"@teambit/component-package-version": "0.0.433",
|
26
|
-
"@teambit/dependency-resolver": "1.0.
|
27
|
-
"@teambit/install": "1.0.
|
28
|
-
"@teambit/new-component-helper": "1.0.
|
29
|
-
"@teambit/pkg": "1.0.
|
30
|
-
"@teambit/refactoring": "1.0.
|
31
|
-
"@teambit/typescript": "1.0.
|
32
|
-
"@teambit/workspace": "1.0.
|
26
|
+
"@teambit/dependency-resolver": "1.0.311",
|
27
|
+
"@teambit/install": "1.0.311",
|
28
|
+
"@teambit/new-component-helper": "1.0.311",
|
29
|
+
"@teambit/pkg": "1.0.311",
|
30
|
+
"@teambit/refactoring": "1.0.311",
|
31
|
+
"@teambit/typescript": "1.0.311",
|
32
|
+
"@teambit/workspace": "1.0.311"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"@types/lodash": "4.14.165",
|