@teambit/export 1.0.487 → 1.0.489

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/dist/index.js CHANGED
@@ -12,31 +12,73 @@ Object.defineProperty(exports, "ExportAspect", {
12
12
  Object.defineProperty(exports, "ExportPersist", {
13
13
  enumerable: true,
14
14
  get: function () {
15
- return _actions().ExportPersist;
15
+ return _scope().ExportPersist;
16
16
  }
17
17
  });
18
18
  Object.defineProperty(exports, "ExportValidate", {
19
19
  enumerable: true,
20
20
  get: function () {
21
- return _actions().ExportValidate;
21
+ return _scope().ExportValidate;
22
22
  }
23
23
  });
24
24
  Object.defineProperty(exports, "FetchMissingDeps", {
25
25
  enumerable: true,
26
26
  get: function () {
27
- return _actions().FetchMissingDeps;
27
+ return _scope().FetchMissingDeps;
28
28
  }
29
29
  });
30
30
  Object.defineProperty(exports, "ObjectList", {
31
31
  enumerable: true,
32
32
  get: function () {
33
- return _objectList().ObjectList;
33
+ return _scope2().ObjectList;
34
34
  }
35
35
  });
36
36
  Object.defineProperty(exports, "RemovePendingDir", {
37
37
  enumerable: true,
38
38
  get: function () {
39
- return _actions().RemovePendingDir;
39
+ return _scope().RemovePendingDir;
40
+ }
41
+ });
42
+ Object.defineProperty(exports, "exportManyBareScope", {
43
+ enumerable: true,
44
+ get: function () {
45
+ return _exportScopeComponents().exportManyBareScope;
46
+ }
47
+ });
48
+ Object.defineProperty(exports, "mergeObjects", {
49
+ enumerable: true,
50
+ get: function () {
51
+ return _exportScopeComponents().mergeObjects;
52
+ }
53
+ });
54
+ Object.defineProperty(exports, "persistRemotes", {
55
+ enumerable: true,
56
+ get: function () {
57
+ return _exportScopeComponents().persistRemotes;
58
+ }
59
+ });
60
+ Object.defineProperty(exports, "removePendingDirs", {
61
+ enumerable: true,
62
+ get: function () {
63
+ return _exportScopeComponents().removePendingDirs;
64
+ }
65
+ });
66
+ Object.defineProperty(exports, "resumeExport", {
67
+ enumerable: true,
68
+ get: function () {
69
+ return _exportScopeComponents().resumeExport;
70
+ }
71
+ });
72
+ Object.defineProperty(exports, "saveObjects", {
73
+ enumerable: true,
74
+ get: function () {
75
+ return _exportScopeComponents().saveObjects;
76
+ }
77
+ });
78
+ Object.defineProperty(exports, "validateRemotes", {
79
+ enumerable: true,
80
+ get: function () {
81
+ return _exportScopeComponents().validateRemotes;
40
82
  }
41
83
  });
42
84
  function _export() {
@@ -46,16 +88,23 @@ function _export() {
46
88
  };
47
89
  return data;
48
90
  }
49
- function _actions() {
50
- const data = require("@teambit/legacy/dist/scope/actions");
51
- _actions = function () {
91
+ function _scope() {
92
+ const data = require("@teambit/scope.remote-actions");
93
+ _scope = function () {
94
+ return data;
95
+ };
96
+ return data;
97
+ }
98
+ function _scope2() {
99
+ const data = require("@teambit/scope.objects");
100
+ _scope2 = function () {
52
101
  return data;
53
102
  };
54
103
  return data;
55
104
  }
56
- function _objectList() {
57
- const data = require("@teambit/legacy/dist/scope/objects/object-list");
58
- _objectList = function () {
105
+ function _exportScopeComponents() {
106
+ const data = require("./export-scope-components");
107
+ _exportScopeComponents = function () {
59
108
  return data;
60
109
  };
61
110
  return data;
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_export","data","require","_actions","_objectList"],"sources":["index.ts"],"sourcesContent":["export type { ExportMain, ExportResult } from './export.main.runtime';\nexport { ExportAspect } from './export.aspect';\nexport type { Network } from '@teambit/legacy/dist/scope/network/network';\nexport type { PushOptions } from '@teambit/legacy.scope-api';\nexport { ExportPersist, ExportValidate, RemovePendingDir, FetchMissingDeps } from '@teambit/legacy/dist/scope/actions';\nexport { ObjectList } from '@teambit/legacy/dist/scope/objects/object-list';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,SAAAA,QAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,OAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAGA,SAAAE,SAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,QAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,YAAA;EAAA,MAAAH,IAAA,GAAAC,OAAA;EAAAE,WAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["_export","data","require","_scope","_scope2","_exportScopeComponents"],"sources":["index.ts"],"sourcesContent":["export type { ExportMain, ExportResult } from './export.main.runtime';\nexport { ExportAspect } from './export.aspect';\nexport type { Network } from '@teambit/scope.network';\nexport type { PushOptions } from '@teambit/legacy.scope-api';\nexport { ExportPersist, ExportValidate, RemovePendingDir, FetchMissingDeps } from '@teambit/scope.remote-actions';\nexport { ObjectList } from '@teambit/scope.objects';\nexport {\n exportManyBareScope,\n saveObjects,\n persistRemotes,\n validateRemotes,\n resumeExport,\n removePendingDirs,\n mergeObjects,\n} from './export-scope-components';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,SAAAA,QAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,OAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAGA,SAAAE,OAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,MAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,QAAA;EAAA,MAAAH,IAAA,GAAAC,OAAA;EAAAE,OAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAI,uBAAA;EAAA,MAAAJ,IAAA,GAAAC,OAAA;EAAAG,sBAAA,YAAAA,CAAA;IAAA,OAAAJ,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA","ignoreList":[]}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_export@1.0.487/dist/export.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_export@1.0.487/dist/export.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_export@1.0.489/dist/export.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_export@1.0.489/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,36 +1,48 @@
1
1
  {
2
2
  "name": "@teambit/export",
3
- "version": "1.0.487",
3
+ "version": "1.0.489",
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.487"
9
+ "version": "1.0.489"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
13
13
  "lodash": "4.17.21",
14
14
  "open": "7.4.2",
15
- "fs-extra": "10.0.0",
16
15
  "p-map-series": "2.1.0",
16
+ "fs-extra": "10.0.0",
17
+ "@teambit/component-id": "1.2.2",
17
18
  "@teambit/harmony": "0.4.6",
18
19
  "@teambit/bit-error": "0.0.404",
19
- "@teambit/component-id": "1.2.2",
20
20
  "@teambit/lane-id": "0.0.311",
21
- "@teambit/cli": "0.0.1064",
22
- "@teambit/eject": "1.0.487",
23
- "@teambit/dependency-resolver": "1.0.487",
24
- "@teambit/legacy.analytics": "0.0.58",
25
- "@teambit/legacy.bit-map": "0.0.57",
26
- "@teambit/legacy.component-list": "0.0.54",
27
- "@teambit/legacy.utils": "0.0.7",
28
- "@teambit/logger": "0.0.1157",
29
- "@teambit/remove": "1.0.487",
30
- "@teambit/scope": "1.0.487",
31
- "@teambit/workspace.modules.node-modules-linker": "0.0.228",
32
- "@teambit/workspace": "1.0.487",
33
- "@teambit/legacy.scope-api": "0.0.55"
21
+ "@teambit/cli": "0.0.1066",
22
+ "@teambit/eject": "1.0.489",
23
+ "@teambit/legacy.constants": "0.0.2",
24
+ "@teambit/harmony.modules.concurrency": "0.0.3",
25
+ "@teambit/legacy.loader": "0.0.4",
26
+ "@teambit/legacy.logger": "0.0.2",
27
+ "@teambit/legacy.scope": "0.0.2",
28
+ "@teambit/scope.objects": "0.0.2",
29
+ "@teambit/scope.remote-actions": "0.0.2",
30
+ "@teambit/scope.remotes": "0.0.2",
31
+ "@teambit/toolbox.promise.map-pool": "0.0.2",
32
+ "@teambit/component.snap-distance": "0.0.2",
33
+ "@teambit/dependency-resolver": "1.0.489",
34
+ "@teambit/legacy.analytics": "0.0.60",
35
+ "@teambit/legacy.bit-map": "0.0.59",
36
+ "@teambit/legacy.component-list": "0.0.56",
37
+ "@teambit/legacy.consumer": "0.0.2",
38
+ "@teambit/legacy.utils": "0.0.9",
39
+ "@teambit/logger": "0.0.1159",
40
+ "@teambit/remove": "1.0.489",
41
+ "@teambit/scope.network": "0.0.2",
42
+ "@teambit/scope": "1.0.489",
43
+ "@teambit/workspace.modules.node-modules-linker": "0.0.230",
44
+ "@teambit/workspace": "1.0.489",
45
+ "@teambit/legacy.scope-api": "0.0.57"
34
46
  },
35
47
  "devDependencies": {
36
48
  "@types/lodash": "4.14.165",