@teambit/install 1.0.65 → 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,4 @@
1
+ export const InstallAspect: any;
2
+ export const getAnotherInstallRequiredOutput: any;
3
+ export default cjsModule;
4
+ import cjsModule from "./index.js";
package/dist/esm.mjs ADDED
@@ -0,0 +1,7 @@
1
+ // eslint-disable-next-line import/no-unresolved
2
+ import cjsModule from './index.js';
3
+
4
+ export const InstallAspect = cjsModule.InstallAspect;
5
+ export const getAnotherInstallRequiredOutput = cjsModule.getAnotherInstallRequiredOutput;
6
+
7
+ export default cjsModule;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { InstallAspect } from './install.aspect';
2
+ export { getAnotherInstallRequiredOutput } from './install.cmd';
2
3
  export type { InstallMain } from './install.main.runtime';
3
4
  export default InstallAspect;
4
5
  export { InstallAspect };
package/dist/index.js CHANGED
@@ -10,6 +10,12 @@ Object.defineProperty(exports, "InstallAspect", {
10
10
  }
11
11
  });
12
12
  exports.default = void 0;
13
+ Object.defineProperty(exports, "getAnotherInstallRequiredOutput", {
14
+ enumerable: true,
15
+ get: function () {
16
+ return _install2().getAnotherInstallRequiredOutput;
17
+ }
18
+ });
13
19
  function _install() {
14
20
  const data = require("./install.aspect");
15
21
  _install = function () {
@@ -17,6 +23,13 @@ function _install() {
17
23
  };
18
24
  return data;
19
25
  }
26
+ function _install2() {
27
+ const data = require("./install.cmd");
28
+ _install2 = function () {
29
+ return data;
30
+ };
31
+ return data;
32
+ }
20
33
  var _default = exports.default = _install().InstallAspect;
21
34
 
22
35
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_install","data","require","_default","exports","default","InstallAspect"],"sources":["index.ts"],"sourcesContent":["import { InstallAspect } from './install.aspect';\n\nexport type { InstallMain } from './install.main.runtime';\nexport default InstallAspect;\nexport { InstallAspect };\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAiD,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAGlCC,wBAAa"}
1
+ {"version":3,"names":["_install","data","require","_install2","_default","exports","default","InstallAspect"],"sources":["index.ts"],"sourcesContent":["import { InstallAspect } from './install.aspect';\n\nexport { getAnotherInstallRequiredOutput } from './install.cmd';\nexport type { InstallMain } from './install.main.runtime';\nexport default InstallAspect;\nexport { InstallAspect };\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEA,SAAAE,UAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,SAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAgE,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEjDC,wBAAa"}
package/esm.mjs ADDED
@@ -0,0 +1,7 @@
1
+ // eslint-disable-next-line import/no-unresolved
2
+ import cjsModule from './index.js';
3
+
4
+ export const InstallAspect = cjsModule.InstallAspect;
5
+ export const getAnotherInstallRequiredOutput = cjsModule.getAnotherInstallRequiredOutput;
6
+
7
+ export default cjsModule;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/install",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "install",
9
- "version": "1.0.65"
9
+ "version": "1.0.66"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -24,23 +24,23 @@
24
24
  "@teambit/harmony": "0.4.6",
25
25
  "@teambit/bit-roots": "0.0.133",
26
26
  "@teambit/bit-error": "0.0.404",
27
- "@teambit/cli": "0.0.822",
28
- "@teambit/dependency-resolver": "1.0.65",
29
- "@teambit/logger": "0.0.915",
30
- "@teambit/workspace": "1.0.65",
31
- "@teambit/application": "1.0.65",
32
- "@teambit/compiler": "1.0.65",
33
- "@teambit/component-issues": "0.0.118",
27
+ "@teambit/cli": "0.0.823",
28
+ "@teambit/dependency-resolver": "1.0.66",
29
+ "@teambit/logger": "0.0.916",
30
+ "@teambit/workspace": "1.0.66",
31
+ "@teambit/application": "1.0.66",
32
+ "@teambit/compiler": "1.0.66",
33
+ "@teambit/component-issues": "0.0.119",
34
34
  "@teambit/component-package-version": "0.0.430",
35
- "@teambit/component": "1.0.65",
35
+ "@teambit/component": "1.0.66",
36
36
  "@teambit/dependencies.fs.linked-dependencies": "0.0.6",
37
- "@teambit/envs": "1.0.65",
38
- "@teambit/generator": "1.0.66",
39
- "@teambit/ipc-events": "1.0.65",
40
- "@teambit/issues": "1.0.65",
41
- "@teambit/variants": "0.0.931",
42
- "@teambit/workspace-config-files": "1.0.65",
43
- "@teambit/workspace.modules.node-modules-linker": "0.0.154",
37
+ "@teambit/envs": "1.0.66",
38
+ "@teambit/generator": "1.0.67",
39
+ "@teambit/ipc-events": "1.0.66",
40
+ "@teambit/issues": "1.0.66",
41
+ "@teambit/variants": "0.0.932",
42
+ "@teambit/workspace-config-files": "1.0.66",
43
+ "@teambit/workspace.modules.node-modules-linker": "0.0.155",
44
44
  "@teambit/toolbox.time.time-format": "0.0.494"
45
45
  },
46
46
  "devDependencies": {
@@ -55,7 +55,7 @@
55
55
  "@types/testing-library__jest-dom": "5.9.5"
56
56
  },
57
57
  "peerDependencies": {
58
- "@teambit/legacy": "1.0.605",
58
+ "@teambit/legacy": "1.0.606",
59
59
  "react": "^16.8.0 || ^17.0.0",
60
60
  "react-dom": "^16.8.0 || ^17.0.0"
61
61
  },