@teambit/lanes 0.0.267 → 0.0.268
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/lanes.docs.mdx
CHANGED
@@ -9,25 +9,21 @@ The following describes the final implementation, which differs from the specifi
|
|
9
9
|
|
10
10
|
## Synopsis
|
11
11
|
|
12
|
-
|
13
|
-
- create a
|
14
|
-
-
|
12
|
+
```
|
13
|
+
- create a snap: `bit snap` (synopsis similar to the `bit tag`)
|
14
|
+
- create a new lane: `bit lane create <name> --test`
|
15
|
+
- list lanes: `bit lane list`
|
15
16
|
- switch between lanes: `bit switch <name>`
|
16
|
-
- merge lanes: `bit lane merge
|
17
|
+
- merge lanes: `bit lane merge`
|
17
18
|
- show lane details: `bit lane show <name>`
|
18
19
|
- diff between lanes: `bit lane diff <values>`
|
19
20
|
- track local lane to a remote lane: `bit switch --as`
|
20
21
|
- remove a lane `bit lane remove <name>`.
|
21
|
-
- fetch lane objects (without the components): `bit fetch --lanes
|
22
|
+
- fetch lane objects (without the components): `bit fetch --lanes`
|
22
23
|
- import a lane: `bit switch <name> --remote`
|
23
|
-
|
24
|
-
.
|
25
|
-
|
26
24
|
- export current lane: `bit export`
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
- (internal) cat lane object: `bit cat-lane <name>`.
|
25
|
+
- (internal) cat lane object: `bit cat-lane <name>`
|
26
|
+
```
|
31
27
|
|
32
28
|
## Remaining tasks
|
33
29
|
|
package/lanes.docs.mdx
CHANGED
@@ -9,25 +9,21 @@ The following describes the final implementation, which differs from the specifi
|
|
9
9
|
|
10
10
|
## Synopsis
|
11
11
|
|
12
|
-
|
13
|
-
- create a
|
14
|
-
-
|
12
|
+
```
|
13
|
+
- create a snap: `bit snap` (synopsis similar to the `bit tag`)
|
14
|
+
- create a new lane: `bit lane create <name> --test`
|
15
|
+
- list lanes: `bit lane list`
|
15
16
|
- switch between lanes: `bit switch <name>`
|
16
|
-
- merge lanes: `bit lane merge
|
17
|
+
- merge lanes: `bit lane merge`
|
17
18
|
- show lane details: `bit lane show <name>`
|
18
19
|
- diff between lanes: `bit lane diff <values>`
|
19
20
|
- track local lane to a remote lane: `bit switch --as`
|
20
21
|
- remove a lane `bit lane remove <name>`.
|
21
|
-
- fetch lane objects (without the components): `bit fetch --lanes
|
22
|
+
- fetch lane objects (without the components): `bit fetch --lanes`
|
22
23
|
- import a lane: `bit switch <name> --remote`
|
23
|
-
|
24
|
-
.
|
25
|
-
|
26
24
|
- export current lane: `bit export`
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
- (internal) cat lane object: `bit cat-lane <name>`.
|
25
|
+
- (internal) cat lane object: `bit cat-lane <name>`
|
26
|
+
```
|
31
27
|
|
32
28
|
## Remaining tasks
|
33
29
|
|
Binary file
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/lanes",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.268",
|
4
4
|
"homepage": "https://bit.dev/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.268"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -18,20 +18,20 @@
|
|
18
18
|
"@babel/runtime": "7.12.18",
|
19
19
|
"core-js": "^3.0.0",
|
20
20
|
"@teambit/bit-error": "0.0.394",
|
21
|
-
"@teambit/cli": "0.0.
|
22
|
-
"@teambit/merging": "0.0.
|
23
|
-
"@teambit/scope": "0.0.
|
24
|
-
"@teambit/workspace": "0.0.
|
25
|
-
"@teambit/graphql": "0.0.
|
26
|
-
"@teambit/community": "0.0.
|
21
|
+
"@teambit/cli": "0.0.465",
|
22
|
+
"@teambit/merging": "0.0.11",
|
23
|
+
"@teambit/scope": "0.0.696",
|
24
|
+
"@teambit/workspace": "0.0.696",
|
25
|
+
"@teambit/graphql": "0.0.696",
|
26
|
+
"@teambit/community": "0.0.13",
|
27
27
|
"@teambit/lanes.modules.diff": "0.0.107",
|
28
|
-
"@teambit/component": "0.0.
|
29
|
-
"@teambit/lanes.ui.lanes": "0.0.
|
30
|
-
"@teambit/react-router": "0.0.
|
31
|
-
"@teambit/sidebar": "0.0.
|
28
|
+
"@teambit/component": "0.0.696",
|
29
|
+
"@teambit/lanes.ui.lanes": "0.0.30",
|
30
|
+
"@teambit/react-router": "0.0.696",
|
31
|
+
"@teambit/sidebar": "0.0.696",
|
32
32
|
"@teambit/ui-foundation.ui.menu": "0.0.486",
|
33
33
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.488",
|
34
|
-
"@teambit/ui": "0.0.
|
34
|
+
"@teambit/ui": "0.0.696",
|
35
35
|
"@teambit/legacy-bit-id": "0.0.399"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"@teambit/workspace.testing.mock-workspace": "0.0.4"
|
48
48
|
},
|
49
49
|
"peerDependencies": {
|
50
|
-
"@teambit/legacy": "1.0.
|
50
|
+
"@teambit/legacy": "1.0.243",
|
51
51
|
"react-dom": "^16.8.0 || ^17.0.0",
|
52
52
|
"react": "^16.8.0 || ^17.0.0"
|
53
53
|
},
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"react": "-"
|
76
76
|
},
|
77
77
|
"peerDependencies": {
|
78
|
-
"@teambit/legacy": "1.0.
|
78
|
+
"@teambit/legacy": "1.0.243",
|
79
79
|
"react-dom": "^16.8.0 || ^17.0.0",
|
80
80
|
"react": "^16.8.0 || ^17.0.0"
|
81
81
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@0.0.
|
2
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@0.0.
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@0.0.268/dist/lanes.composition.js')]
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@0.0.268/dist/lanes.docs.mdx')]
|
Binary file
|