@teambit/export 1.0.310 → 1.0.312
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.scope/export@1.0.
|
|
3
|
+
<testsuite name="teambit.scope/export@1.0.312" 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.scope/export-preview"]=t():e["teambit.scope/export-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.scope/export-preview"]=t():e["teambit.scope/export-preview"]=t()}(self,(()=>(()=>{"use strict";var e={38558:(e,t,o)=>{var r={id:"teambit.scope/export@1.0.312",homepage:"https://bit.cloud/teambit/scope/export",exported:!0};function n(){const e=i(o(41594));return n=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,n.__bit_component=r,i.__bit_component=r;const p=()=>n().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},n().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/export.svg"}));p.__bit_component=r,t.Logo=p},41594:e=>{e.exports=React}},t={};function o(r){var n=t[r];if(void 0!==n)return n.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},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 r={};o.r(r),o.d(r,{compositions:()=>f,compositions_metadata:()=>v,overview:()=>m});var n={};o.r(n),o.d(n,{default:()=>l});var i=o(38558);o(41594);const p=MdxJsReact,a=TeambitMdxUiMdxScopeContext;var c=["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 r in o)({}).hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},s.apply(null,arguments)}var u={},d="wrapper";function l(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,r,n=function(e,t){if(null==e)return{};var o={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;o[r]=e[r]}return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)o=i[r],t.indexOf(o)>=0||{}.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,c);return(0,p.mdx)(d,s({},u,o,{components:t,mdxType:"MDXLayout"}),(0,p.mdx)(a.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}l.isMDXComponent=!0;const f=[i],m=[n],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -245,7 +245,8 @@
|
|
|
245
245
|
"character": 3
|
|
246
246
|
},
|
|
247
247
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
|
248
|
-
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371"
|
|
248
|
+
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371",
|
|
249
|
+
"tags": []
|
|
249
250
|
},
|
|
250
251
|
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n idsWithFutureScope: ComponentIdList;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
|
251
252
|
"name": "exportMany",
|
|
@@ -2087,7 +2088,8 @@
|
|
|
2087
2088
|
"character": 3
|
|
2088
2089
|
},
|
|
2089
2090
|
"raw": "/**\n * the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371\n */",
|
|
2090
|
-
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371"
|
|
2091
|
+
"comment": "the export process uses four steps. read more about it here: https://github.com/teambit/bit/pull/3371",
|
|
2092
|
+
"tags": []
|
|
2091
2093
|
},
|
|
2092
2094
|
"signature": "(method) ExportMain.exportMany({ scope, ids, laneObject, allVersions, originDirectly, idsWithFutureScope, resumeExportId, throwForMissingArtifacts, isOnMain, exportHeadsOnly, filterOutExistingVersions, exportOrigin, }: {\n scope: Scope;\n ids: ComponentIdList;\n laneObject?: Lane;\n allVersions?: boolean;\n originDirectly?: boolean;\n idsWithFutureScope: ComponentIdList;\n resumeExportId?: string | undefined;\n throwForMissingArtifacts?: boolean;\n isOnMain?: boolean;\n exportHeadsOnly?: boolean;\n filterOutExistingVersions?: boolean;\n exportOrigin?: ExportOrigin;\n}): Promise<{\n exported: ComponentIdList;\n updatedLocally: ComponentIdList;\n newIdsOnRemote: ComponentID[];\n rippleJobs: string[];\n}>",
|
|
2093
2095
|
"name": "exportMany",
|
|
@@ -3653,7 +3655,8 @@
|
|
|
3653
3655
|
"character": 1
|
|
3654
3656
|
},
|
|
3655
3657
|
"raw": "/**\n * the componentsIds passed here are the ones that didn't have scope-name before, and now they have.\n * so if the bitMap.updateComponentId returns bitId without scope-name is because it couldn't find it there\n */",
|
|
3656
|
-
"comment": "the componentsIds passed here are the ones that didn't have scope-name before, and now they have.\nso if the bitMap.updateComponentId returns bitId without scope-name is because it couldn't find it there"
|
|
3658
|
+
"comment": "the componentsIds passed here are the ones that didn't have scope-name before, and now they have.\nso if the bitMap.updateComponentId returns bitId without scope-name is because it couldn't find it there",
|
|
3659
|
+
"tags": []
|
|
3657
3660
|
},
|
|
3658
3661
|
"signature": "function _updateIdsOnBitMap(bitMap: BitMap, componentsIds: ComponentIdList): ComponentID[]",
|
|
3659
3662
|
"name": "_updateIdsOnBitMap",
|
|
@@ -3963,7 +3966,7 @@
|
|
|
3963
3966
|
"componentId": {
|
|
3964
3967
|
"scope": "teambit.scope",
|
|
3965
3968
|
"name": "export",
|
|
3966
|
-
"version": "1.0.
|
|
3969
|
+
"version": "1.0.312"
|
|
3967
3970
|
},
|
|
3968
3971
|
"taggedModuleExports": []
|
|
3969
3972
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_export@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_export@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_export@1.0.312/dist/export.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_export@1.0.312/dist/export.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/export",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.312",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/scope/export",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "export",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.312"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"@teambit/bit-error": "0.0.404",
|
|
19
19
|
"@teambit/component-id": "1.2.0",
|
|
20
20
|
"@teambit/lane-id": "0.0.311",
|
|
21
|
-
"@teambit/cli": "0.0.
|
|
22
|
-
"@teambit/eject": "1.0.
|
|
23
|
-
"@teambit/dependency-resolver": "1.0.
|
|
24
|
-
"@teambit/logger": "0.0.
|
|
25
|
-
"@teambit/remove": "1.0.
|
|
26
|
-
"@teambit/scope": "1.0.
|
|
21
|
+
"@teambit/cli": "0.0.889",
|
|
22
|
+
"@teambit/eject": "1.0.312",
|
|
23
|
+
"@teambit/dependency-resolver": "1.0.312",
|
|
24
|
+
"@teambit/logger": "0.0.982",
|
|
25
|
+
"@teambit/remove": "1.0.312",
|
|
26
|
+
"@teambit/scope": "1.0.312",
|
|
27
27
|
"@teambit/workspace.modules.node-modules-linker": "0.0.174",
|
|
28
|
-
"@teambit/workspace": "1.0.
|
|
28
|
+
"@teambit/workspace": "1.0.312"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/lodash": "4.14.165",
|