@teambit/export 1.0.64 → 1.0.66

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/esm.d.mts ADDED
@@ -0,0 +1,7 @@
1
+ export const ExportAspect: any;
2
+ export const ExportPersist: any;
3
+ export const ExportValidate: any;
4
+ export const RemovePendingDir: any;
5
+ export const FetchMissingDeps: any;
6
+ export const ObjectList: any;
7
+ export default cjsModule;
package/dist/esm.mjs ADDED
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line import/no-unresolved
2
+ import cjsModule from './index.js';
3
+
4
+ export const ExportAspect = cjsModule.ExportAspect;
5
+ export const ExportPersist = cjsModule.ExportPersist;
6
+ export const ExportValidate = cjsModule.ExportValidate;
7
+ export const RemovePendingDir = cjsModule.RemovePendingDir;
8
+ export const FetchMissingDeps = cjsModule.FetchMissingDeps;
9
+ export const ObjectList = cjsModule.ObjectList;
10
+
11
+ export default cjsModule;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export type { ExportMain } from './export.main.runtime';
2
2
  export { ExportAspect } from './export.aspect';
3
- export { Network } from '@teambit/legacy/dist/scope/network/network';
4
- export { PushOptions } from '@teambit/legacy/dist/api/scope/lib/put';
3
+ export type { Network } from '@teambit/legacy/dist/scope/network/network';
4
+ export type { PushOptions } from '@teambit/legacy/dist/api/scope/lib/put';
5
5
  export { ExportPersist, ExportValidate, RemovePendingDir, FetchMissingDeps } from '@teambit/legacy/dist/scope/actions';
6
6
  export { ObjectList } from '@teambit/legacy/dist/scope/objects/object-list';
package/dist/index.js CHANGED
@@ -27,24 +27,12 @@ Object.defineProperty(exports, "FetchMissingDeps", {
27
27
  return _actions().FetchMissingDeps;
28
28
  }
29
29
  });
30
- Object.defineProperty(exports, "Network", {
31
- enumerable: true,
32
- get: function () {
33
- return _network().Network;
34
- }
35
- });
36
30
  Object.defineProperty(exports, "ObjectList", {
37
31
  enumerable: true,
38
32
  get: function () {
39
33
  return _objectList().ObjectList;
40
34
  }
41
35
  });
42
- Object.defineProperty(exports, "PushOptions", {
43
- enumerable: true,
44
- get: function () {
45
- return _put().PushOptions;
46
- }
47
- });
48
36
  Object.defineProperty(exports, "RemovePendingDir", {
49
37
  enumerable: true,
50
38
  get: function () {
@@ -58,20 +46,6 @@ function _export() {
58
46
  };
59
47
  return data;
60
48
  }
61
- function _network() {
62
- const data = require("@teambit/legacy/dist/scope/network/network");
63
- _network = function () {
64
- return data;
65
- };
66
- return data;
67
- }
68
- function _put() {
69
- const data = require("@teambit/legacy/dist/api/scope/lib/put");
70
- _put = function () {
71
- return data;
72
- };
73
- return data;
74
- }
75
49
  function _actions() {
76
50
  const data = require("@teambit/legacy/dist/scope/actions");
77
51
  _actions = function () {
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_export","data","require","_network","_put","_actions","_objectList"],"sources":["index.ts"],"sourcesContent":["export type { ExportMain } from './export.main.runtime';\nexport { ExportAspect } from './export.aspect';\nexport { Network } from '@teambit/legacy/dist/scope/network/network';\nexport { PushOptions } from '@teambit/legacy/dist/api/scope/lib/put';\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;AACA,SAAAE,SAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,QAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,KAAA;EAAA,MAAAH,IAAA,GAAAC,OAAA;EAAAE,IAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAI,SAAA;EAAA,MAAAJ,IAAA,GAAAC,OAAA;EAAAG,QAAA,YAAAA,CAAA;IAAA,OAAAJ,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAK,YAAA;EAAA,MAAAL,IAAA,GAAAC,OAAA;EAAAI,WAAA,YAAAA,CAAA;IAAA,OAAAL,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA"}
1
+ {"version":3,"names":["_export","data","require","_actions","_objectList"],"sources":["index.ts"],"sourcesContent":["export type { ExportMain } 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/dist/api/scope/lib/put';\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"}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_export@1.0.64/dist/export.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_export@1.0.64/dist/export.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_export@1.0.66/dist/export.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_export@1.0.66/dist/export.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/esm.mjs ADDED
@@ -0,0 +1,11 @@
1
+ // eslint-disable-next-line import/no-unresolved
2
+ import cjsModule from './index.js';
3
+
4
+ export const ExportAspect = cjsModule.ExportAspect;
5
+ export const ExportPersist = cjsModule.ExportPersist;
6
+ export const ExportValidate = cjsModule.ExportValidate;
7
+ export const RemovePendingDir = cjsModule.RemovePendingDir;
8
+ export const FetchMissingDeps = cjsModule.FetchMissingDeps;
9
+ export const ObjectList = cjsModule.ObjectList;
10
+
11
+ export default cjsModule;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/export",
3
- "version": "1.0.64",
3
+ "version": "1.0.66",
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.64"
9
+ "version": "1.0.66"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -21,14 +21,14 @@
21
21
  "@teambit/bit-error": "0.0.404",
22
22
  "@teambit/component-id": "1.2.0",
23
23
  "@teambit/lane-id": "0.0.311",
24
- "@teambit/cli": "0.0.822",
25
- "@teambit/eject": "1.0.64",
26
- "@teambit/dependency-resolver": "1.0.64",
27
- "@teambit/logger": "0.0.915",
28
- "@teambit/remove": "1.0.64",
29
- "@teambit/scope": "1.0.64",
30
- "@teambit/workspace.modules.node-modules-linker": "0.0.154",
31
- "@teambit/workspace": "1.0.64"
24
+ "@teambit/cli": "0.0.823",
25
+ "@teambit/eject": "1.0.66",
26
+ "@teambit/dependency-resolver": "1.0.66",
27
+ "@teambit/logger": "0.0.916",
28
+ "@teambit/remove": "1.0.66",
29
+ "@teambit/scope": "1.0.66",
30
+ "@teambit/workspace.modules.node-modules-linker": "0.0.155",
31
+ "@teambit/workspace": "1.0.66"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/lodash": "4.14.165",
@@ -41,7 +41,7 @@
41
41
  "@types/testing-library__jest-dom": "5.9.5"
42
42
  },
43
43
  "peerDependencies": {
44
- "@teambit/legacy": "1.0.605",
44
+ "@teambit/legacy": "1.0.606",
45
45
  "react": "^16.8.0 || ^17.0.0",
46
46
  "react-dom": "^16.8.0 || ^17.0.0"
47
47
  },