@teambit/importer 1.0.410 → 1.0.412
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/importer@1.0.
|
|
3
|
+
<testsuite name="teambit.scope/importer@1.0.412" 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/importer-preview"]=t():e["teambit.scope/importer-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/importer-preview"]=t():e["teambit.scope/importer-preview"]=t()}(self,(()=>(()=>{"use strict";var e={5859:(e,t,o)=>{var r={id:"teambit.scope/importer@1.0.412",homepage:"https://bit.cloud/teambit/scope/importer",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/import.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:()=>d});var i=o(5859);o(41594);const p=MdxJsReact,c=TeambitMdxUiMdxScopeContext;var s=["components"];function a(){return a=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},a.apply(null,arguments)}var u={},l="wrapper";function d(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.includes(r))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.includes(o)||{}.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,s);return(0,p.mdx)(l,a({},u,o,{components:t,mdxType:"MDXLayout"}),(0,p.mdx)(c.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}d.isMDXComponent=!0;const f=[i],m=[n],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"line": 3,
|
|
21
21
|
"character": 10
|
|
22
22
|
},
|
|
23
|
+
"signature": "class FetchCmd",
|
|
23
24
|
"name": "FetchCmd",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "ClassSchema",
|
|
@@ -533,7 +534,7 @@
|
|
|
533
534
|
"_legacy": {
|
|
534
535
|
"scope": "teambit.scope",
|
|
535
536
|
"name": "importer",
|
|
536
|
-
"version": "1.0.
|
|
537
|
+
"version": "1.0.412"
|
|
537
538
|
},
|
|
538
539
|
"_scope": "teambit.scope"
|
|
539
540
|
}
|
|
@@ -549,6 +550,7 @@
|
|
|
549
550
|
"line": 4,
|
|
550
551
|
"character": 15
|
|
551
552
|
},
|
|
553
|
+
"signature": "type ImportOptions = {\n ids: string[];\n verbose?: boolean | undefined;\n merge?: boolean | undefined;\n mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined;\n filterEnvs?: string[] | undefined;\n writeToPath?: string | undefined;\n ... 18 more ...;\n isLaneFromRemote?: boolean | undefined;\n}",
|
|
552
554
|
"name": "ImportOptions",
|
|
553
555
|
"exportNode": {
|
|
554
556
|
"__schema": "TypeSchema",
|
|
@@ -1140,6 +1142,7 @@
|
|
|
1140
1142
|
"line": 5,
|
|
1141
1143
|
"character": 15
|
|
1142
1144
|
},
|
|
1145
|
+
"signature": "class ImporterMain",
|
|
1143
1146
|
"name": "ImporterMain",
|
|
1144
1147
|
"exportNode": {
|
|
1145
1148
|
"__schema": "ClassSchema",
|
|
@@ -2487,6 +2490,7 @@
|
|
|
2487
2490
|
"line": 7,
|
|
2488
2491
|
"character": 10
|
|
2489
2492
|
},
|
|
2493
|
+
"signature": "const ImporterAspect: Aspect",
|
|
2490
2494
|
"name": "ImporterAspect",
|
|
2491
2495
|
"exportNode": {
|
|
2492
2496
|
"__schema": "VariableLikeSchema",
|
|
@@ -3039,7 +3043,7 @@
|
|
|
3039
3043
|
"_legacy": {
|
|
3040
3044
|
"scope": "teambit.scope",
|
|
3041
3045
|
"name": "importer",
|
|
3042
|
-
"version": "1.0.
|
|
3046
|
+
"version": "1.0.412"
|
|
3043
3047
|
},
|
|
3044
3048
|
"_scope": "teambit.scope"
|
|
3045
3049
|
}
|
|
@@ -6974,7 +6978,7 @@
|
|
|
6974
6978
|
"componentId": {
|
|
6975
6979
|
"scope": "teambit.scope",
|
|
6976
6980
|
"name": "importer",
|
|
6977
|
-
"version": "1.0.
|
|
6981
|
+
"version": "1.0.412"
|
|
6978
6982
|
},
|
|
6979
6983
|
"taggedModuleExports": []
|
|
6980
6984
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_importer@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_importer@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_importer@1.0.412/dist/importer.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_importer@1.0.412/dist/importer.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/importer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.412",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/scope/importer",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "importer",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.412"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -20,30 +20,29 @@
|
|
|
20
20
|
"@teambit/lane-id": "0.0.311",
|
|
21
21
|
"@teambit/harmony": "0.4.6",
|
|
22
22
|
"@teambit/legacy-bit-id": "1.1.1",
|
|
23
|
-
"@teambit/graph": "1.0.
|
|
24
|
-
"@teambit/logger": "0.0.
|
|
25
|
-
"@teambit/workspace": "1.0.
|
|
26
|
-
"@teambit/cli": "0.0.
|
|
27
|
-
"@teambit/merging": "1.0.
|
|
28
|
-
"@teambit/checkout": "1.0.
|
|
29
|
-
"@teambit/component-writer": "1.0.
|
|
30
|
-
"@teambit/config-merger": "0.0.
|
|
31
|
-
"@teambit/envs": "1.0.
|
|
23
|
+
"@teambit/graph": "1.0.412",
|
|
24
|
+
"@teambit/logger": "0.0.1082",
|
|
25
|
+
"@teambit/workspace": "1.0.412",
|
|
26
|
+
"@teambit/cli": "0.0.989",
|
|
27
|
+
"@teambit/merging": "1.0.412",
|
|
28
|
+
"@teambit/checkout": "1.0.412",
|
|
29
|
+
"@teambit/component-writer": "1.0.412",
|
|
30
|
+
"@teambit/config-merger": "0.0.279",
|
|
31
|
+
"@teambit/envs": "1.0.412",
|
|
32
32
|
"@teambit/legacy.utils": "0.0.5",
|
|
33
|
-
"@teambit/lister": "1.0.
|
|
34
|
-
"@teambit/component.sources": "0.0.
|
|
35
|
-
"@teambit/dependency-resolver": "1.0.
|
|
36
|
-
"@teambit/install": "1.0.
|
|
37
|
-
"@teambit/legacy.analytics": "0.0.
|
|
38
|
-
"@teambit/legacy.scope-api": "0.0.
|
|
33
|
+
"@teambit/lister": "1.0.412",
|
|
34
|
+
"@teambit/component.sources": "0.0.30",
|
|
35
|
+
"@teambit/dependency-resolver": "1.0.412",
|
|
36
|
+
"@teambit/install": "1.0.412",
|
|
37
|
+
"@teambit/legacy.analytics": "0.0.36",
|
|
38
|
+
"@teambit/legacy.scope-api": "0.0.33",
|
|
39
39
|
"@teambit/pkg.modules.component-package-name": "0.0.4",
|
|
40
|
-
"@teambit/scope": "1.0.
|
|
40
|
+
"@teambit/scope": "1.0.412"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/lodash": "4.14.165",
|
|
44
44
|
"@types/mocha": "9.1.0",
|
|
45
|
-
"
|
|
46
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.47"
|
|
45
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.59"
|
|
47
46
|
},
|
|
48
47
|
"peerDependencies": {
|
|
49
48
|
"react": "^17.0.0 || ^18.0.0",
|