@teambit/lanes 0.0.115 → 0.0.123
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.md
CHANGED
|
@@ -60,7 +60,7 @@ More places that stores lanes related data:
|
|
|
60
60
|
|
|
61
61
|
Summary of when/what lanes data is saved per command:
|
|
62
62
|
|
|
63
|
-
- `bit
|
|
63
|
+
- `bit lane create`: creates a new lane-object and creates a new lane record in scope.json.
|
|
64
64
|
- `bit snap`: adds an entry to the lane-object and to the workspace-lane.
|
|
65
65
|
- `bit export`: 1) deletes all records from workspace-lane (as they're in sync with the remote). 2) pushes the lane-object to the remote. On the remote, the lane-object is created or updated/merged.
|
|
66
66
|
- `bit switch --remote`: 1) creates/updates lane-object in the scope. 2) creates/updates remote-lane. the remote-lane is updated also for main.
|
package/lanes.docs.md
CHANGED
|
@@ -60,7 +60,7 @@ More places that stores lanes related data:
|
|
|
60
60
|
|
|
61
61
|
Summary of when/what lanes data is saved per command:
|
|
62
62
|
|
|
63
|
-
- `bit
|
|
63
|
+
- `bit lane create`: creates a new lane-object and creates a new lane record in scope.json.
|
|
64
64
|
- `bit snap`: adds an entry to the lane-object and to the workspace-lane.
|
|
65
65
|
- `bit export`: 1) deletes all records from workspace-lane (as they're in sync with the remote). 2) pushes the lane-object to the remote. On the remote, the lane-object is created or updated/merged.
|
|
66
66
|
- `bit switch --remote`: 1) creates/updates lane-object in the scope. 2) creates/updates remote-lane. the remote-lane is updated also for main.
|
|
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.123",
|
|
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.123"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"graphql-tag": "2.12.1",
|
|
15
15
|
"@babel/runtime": "7.12.18",
|
|
16
16
|
"core-js": "^3.0.0",
|
|
17
|
-
"@teambit/bit-error": "0.0.
|
|
18
|
-
"@teambit/cli": "0.0.
|
|
19
|
-
"@teambit/scope": "0.0.
|
|
20
|
-
"@teambit/workspace": "0.0.
|
|
21
|
-
"@teambit/graphql": "0.0.
|
|
22
|
-
"@teambit/lanes.modules.diff": "0.0.
|
|
17
|
+
"@teambit/bit-error": "0.0.368",
|
|
18
|
+
"@teambit/cli": "0.0.382",
|
|
19
|
+
"@teambit/scope": "0.0.551",
|
|
20
|
+
"@teambit/workspace": "0.0.551",
|
|
21
|
+
"@teambit/graphql": "0.0.551",
|
|
22
|
+
"@teambit/lanes.modules.diff": "0.0.75"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/mocha": "5.2.7",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/node": "12.20.4"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@teambit/legacy": "1.0.
|
|
33
|
+
"@teambit/legacy": "1.0.169",
|
|
34
34
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
35
35
|
"react": "^16.8.0 || ^17.0.0"
|
|
36
36
|
},
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"react": "-"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@teambit/legacy": "1.0.
|
|
61
|
+
"@teambit/legacy": "1.0.169",
|
|
62
62
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
63
63
|
"react": "^16.8.0 || ^17.0.0"
|
|
64
64
|
}
|
|
Binary file
|