@teambit/lanes 0.0.730 → 0.0.731
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/create-lane.js +1 -3
- package/dist/create-lane.js.map +1 -1
- package/dist/lane.cmd.js +93 -101
- package/dist/lane.cmd.js.map +1 -1
- package/dist/lanes.composition.js +1 -1
- package/dist/lanes.composition.js.map +1 -1
- package/dist/lanes.create.route.js +7 -13
- package/dist/lanes.create.route.js.map +1 -1
- package/dist/lanes.delete.route.js +7 -13
- package/dist/lanes.delete.route.js.map +1 -1
- package/dist/lanes.graphql.js +5 -13
- package/dist/lanes.graphql.js.map +1 -1
- package/dist/lanes.main.runtime.js +11 -18
- package/dist/lanes.main.runtime.js.map +1 -1
- package/dist/lanes.restore.route.js +7 -13
- package/dist/lanes.restore.route.js.map +1 -1
- package/dist/lanes.spec.js +1 -2
- package/dist/lanes.spec.js.map +1 -1
- package/dist/lanes.ui.runtime.js +16 -30
- package/dist/lanes.ui.runtime.js.map +1 -1
- package/dist/{preview-1694575035715.js → preview-1694624356552.js} +2 -2
- package/dist/switch-lanes.js +7 -14
- package/dist/switch-lanes.js.map +1 -1
- package/dist/switch.cmd.js +12 -18
- package/dist/switch.cmd.js.map +1 -1
- package/package.json +36 -38
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/lanes",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.731",
|
4
4
|
"homepage": "https://bit.cloud/teambit/lanes/lanes",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.lanes",
|
8
8
|
"name": "lanes",
|
9
|
-
"version": "0.0.
|
9
|
+
"version": "0.0.731"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"lodash": "4.17.21",
|
@@ -15,45 +15,43 @@
|
|
15
15
|
"fuse.js": "6.6.2",
|
16
16
|
"graphql-tag": "2.12.1",
|
17
17
|
"p-map-series": "2.1.0",
|
18
|
-
"core-js": "^3.0.0",
|
19
|
-
"@babel/runtime": "7.20.0",
|
20
18
|
"@teambit/harmony": "0.4.6",
|
21
19
|
"@teambit/legacy-bit-id": "1.0.0",
|
22
20
|
"@teambit/design.ui.pages.not-found": "0.0.366",
|
23
21
|
"@teambit/scope.ui.scope-icon": "0.0.91",
|
24
22
|
"@teambit/bit-error": "0.0.402",
|
25
23
|
"@teambit/component-version": "1.0.0",
|
26
|
-
"@teambit/lane-id": "0.0.
|
27
|
-
"@teambit/scope": "0.0.
|
28
|
-
"@teambit/snapping": "0.0.
|
29
|
-
"@teambit/workspace": "0.0.
|
30
|
-
"@teambit/lanes.ui.models.lanes-model": "0.0.
|
31
|
-
"@teambit/cli": "0.0.
|
32
|
-
"@teambit/express": "0.0.
|
33
|
-
"@teambit/logger": "0.0.
|
34
|
-
"@teambit/graphql": "0.0.
|
35
|
-
"@teambit/checkout": "0.0.
|
36
|
-
"@teambit/component-compare": "0.0.
|
37
|
-
"@teambit/component-writer": "0.0.
|
38
|
-
"@teambit/component": "0.0.
|
39
|
-
"@teambit/export": "0.0.
|
40
|
-
"@teambit/importer": "0.0.
|
41
|
-
"@teambit/lanes.entities.lane-diff": "0.0.
|
42
|
-
"@teambit/lanes.modules.diff": "0.0.
|
43
|
-
"@teambit/merging": "0.0.
|
44
|
-
"@teambit/remove": "0.0.
|
45
|
-
"@teambit/lanes.hooks.use-lanes": "0.0.
|
46
|
-
"@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.
|
47
|
-
"@teambit/lanes.ui.compare.lane-compare-page": "0.0.
|
48
|
-
"@teambit/lanes.ui.compare.lane-compare": "0.0.
|
49
|
-
"@teambit/lanes.ui.lane-overview": "0.0.
|
50
|
-
"@teambit/lanes.ui.menus.lanes-overview-menu": "0.0.
|
51
|
-
"@teambit/lanes.ui.menus.use-lanes-menu": "0.0.
|
52
|
-
"@teambit/lanes.ui.navigation.lane-switcher": "0.0.
|
53
|
-
"@teambit/ui-foundation.ui.menu": "0.0.
|
54
|
-
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.
|
55
|
-
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.
|
56
|
-
"@teambit/ui": "0.0.
|
24
|
+
"@teambit/lane-id": "0.0.288",
|
25
|
+
"@teambit/scope": "0.0.1159",
|
26
|
+
"@teambit/snapping": "0.0.474",
|
27
|
+
"@teambit/workspace": "0.0.1159",
|
28
|
+
"@teambit/lanes.ui.models.lanes-model": "0.0.188",
|
29
|
+
"@teambit/cli": "0.0.773",
|
30
|
+
"@teambit/express": "0.0.872",
|
31
|
+
"@teambit/logger": "0.0.866",
|
32
|
+
"@teambit/graphql": "0.0.1159",
|
33
|
+
"@teambit/checkout": "0.0.328",
|
34
|
+
"@teambit/component-compare": "0.0.407",
|
35
|
+
"@teambit/component-writer": "0.0.195",
|
36
|
+
"@teambit/component": "0.0.1159",
|
37
|
+
"@teambit/export": "0.0.1159",
|
38
|
+
"@teambit/importer": "0.0.588",
|
39
|
+
"@teambit/lanes.entities.lane-diff": "0.0.133",
|
40
|
+
"@teambit/lanes.modules.diff": "0.0.406",
|
41
|
+
"@teambit/merging": "0.0.474",
|
42
|
+
"@teambit/remove": "0.0.336",
|
43
|
+
"@teambit/lanes.hooks.use-lanes": "0.0.235",
|
44
|
+
"@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.197",
|
45
|
+
"@teambit/lanes.ui.compare.lane-compare-page": "0.0.133",
|
46
|
+
"@teambit/lanes.ui.compare.lane-compare": "0.0.151",
|
47
|
+
"@teambit/lanes.ui.lane-overview": "0.0.191",
|
48
|
+
"@teambit/lanes.ui.menus.lanes-overview-menu": "0.0.6",
|
49
|
+
"@teambit/lanes.ui.menus.use-lanes-menu": "0.0.189",
|
50
|
+
"@teambit/lanes.ui.navigation.lane-switcher": "0.0.194",
|
51
|
+
"@teambit/ui-foundation.ui.menu": "0.0.498",
|
52
|
+
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.502",
|
53
|
+
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.497",
|
54
|
+
"@teambit/ui": "0.0.1159"
|
57
55
|
},
|
58
56
|
"devDependencies": {
|
59
57
|
"@types/lodash": "4.14.165",
|
@@ -65,13 +63,13 @@
|
|
65
63
|
"@types/react-dom": "^17.0.5",
|
66
64
|
"@types/jest": "^26.0.0",
|
67
65
|
"@types/testing-library__jest-dom": "5.9.5",
|
68
|
-
"@teambit/component.testing.mock-components": "0.0.
|
69
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
66
|
+
"@teambit/component.testing.mock-components": "0.0.135",
|
67
|
+
"@teambit/harmony.testing.load-aspect": "0.0.134",
|
70
68
|
"@teambit/workspace.testing.mock-workspace": "0.0.14"
|
71
69
|
},
|
72
70
|
"peerDependencies": {
|
73
71
|
"react-router-dom": "^6.0.0",
|
74
|
-
"@teambit/legacy": "1.0.
|
72
|
+
"@teambit/legacy": "1.0.558",
|
75
73
|
"react": "^16.8.0 || ^17.0.0",
|
76
74
|
"react-dom": "^16.8.0 || ^17.0.0"
|
77
75
|
},
|