@teambit/merge-lanes 1.0.1040 → 1.0.1041

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/merge-lanes",
3
- "version": "1.0.1040",
3
+ "version": "1.0.1041",
4
4
  "homepage": "https://bit.cloud/teambit/lanes/merge-lanes",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.lanes",
8
8
  "name": "merge-lanes",
9
- "version": "1.0.1040"
9
+ "version": "1.0.1041"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -15,37 +15,37 @@
15
15
  "yesno": "0.4.0",
16
16
  "lodash": "4.17.21",
17
17
  "p-map-series": "2.1.0",
18
- "@teambit/express": "0.0.1438",
19
- "@teambit/logger": "0.0.1432",
20
18
  "@teambit/bit-error": "0.0.404",
21
- "@teambit/legacy.bit-map": "0.0.184",
22
- "@teambit/legacy.consumer": "0.0.127",
23
- "@teambit/legacy.scope": "0.0.127",
24
- "@teambit/cli": "0.0.1339",
25
- "@teambit/component.modules.merge-helper": "0.0.70",
26
- "@teambit/config-store": "0.0.220",
27
- "@teambit/legacy.constants": "0.0.30",
28
19
  "@teambit/harmony": "0.4.7",
29
20
  "@teambit/component-id": "1.2.4",
30
- "@teambit/component.snap-distance": "0.0.128",
31
- "@teambit/harmony.modules.get-basic-log": "0.0.128",
32
21
  "@teambit/lane-id": "0.0.312",
33
- "@teambit/objects": "0.0.528",
34
- "@teambit/scope": "1.0.1021",
35
- "@teambit/checkout": "1.0.1022",
36
- "@teambit/merging": "1.0.1024",
37
- "@teambit/remove": "1.0.1021",
38
- "@teambit/config-merger": "0.0.888",
39
- "@teambit/export": "1.0.1021",
40
- "@teambit/importer": "1.0.1021",
41
- "@teambit/lanes": "1.0.1040",
42
- "@teambit/workspace": "1.0.1021"
22
+ "@teambit/express": "0.0.1439",
23
+ "@teambit/logger": "0.0.1433",
24
+ "@teambit/legacy.bit-map": "0.0.185",
25
+ "@teambit/legacy.consumer": "0.0.128",
26
+ "@teambit/legacy.scope": "0.0.128",
27
+ "@teambit/objects": "0.0.529",
28
+ "@teambit/scope": "1.0.1022",
29
+ "@teambit/checkout": "1.0.1023",
30
+ "@teambit/cli": "0.0.1340",
31
+ "@teambit/component.modules.merge-helper": "0.0.71",
32
+ "@teambit/config-store": "0.0.221",
33
+ "@teambit/legacy.constants": "0.0.31",
34
+ "@teambit/merging": "1.0.1025",
35
+ "@teambit/remove": "1.0.1022",
36
+ "@teambit/component.snap-distance": "0.0.129",
37
+ "@teambit/config-merger": "0.0.889",
38
+ "@teambit/export": "1.0.1022",
39
+ "@teambit/harmony.modules.get-basic-log": "0.0.129",
40
+ "@teambit/importer": "1.0.1022",
41
+ "@teambit/lanes": "1.0.1041",
42
+ "@teambit/workspace": "1.0.1022"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/fs-extra": "9.0.7",
46
46
  "@types/lodash": "4.14.165",
47
47
  "@types/mocha": "9.1.0",
48
- "@teambit/harmony.envs.core-aspect-env": "0.1.6"
48
+ "@teambit/harmony.envs.core-aspect-env": "0.1.7"
49
49
  },
50
50
  "peerDependencies": {},
51
51
  "license": "Apache-2.0",
@@ -53,6 +53,7 @@
53
53
  "peerDependenciesMeta": {},
54
54
  "exports": {
55
55
  ".": {
56
+ "types": "./index.ts",
56
57
  "node": {
57
58
  "require": "./dist/index.js",
58
59
  "import": "./dist/esm.mjs"