@lage-run/cli 0.4.24 → 0.4.25
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/CHANGELOG.json +40 -1
- package/CHANGELOG.md +14 -2
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,46 @@
|
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Sat, 29 Oct 2022
|
|
5
|
+
"date": "Sat, 29 Oct 2022 18:42:29 GMT",
|
|
6
|
+
"tag": "@lage-run/cli_v0.4.25",
|
|
7
|
+
"version": "0.4.25",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ken@gizzar.com",
|
|
12
|
+
"package": "@lage-run/cli",
|
|
13
|
+
"commit": "06a9d752fd2b374615340a39445c51302b566a38",
|
|
14
|
+
"comment": "bump workspace-tools"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/cli",
|
|
19
|
+
"comment": "Bump @lage-run/scheduler to v0.5.2",
|
|
20
|
+
"commit": "06a9d752fd2b374615340a39445c51302b566a38"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@lage-run/cli",
|
|
25
|
+
"comment": "Bump @lage-run/target-graph to v0.5.1",
|
|
26
|
+
"commit": "06a9d752fd2b374615340a39445c51302b566a38"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@lage-run/cli",
|
|
31
|
+
"comment": "Bump @lage-run/cache to v0.1.26",
|
|
32
|
+
"commit": "06a9d752fd2b374615340a39445c51302b566a38"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@lage-run/cli",
|
|
37
|
+
"comment": "Bump @lage-run/reporters to v0.2.33",
|
|
38
|
+
"commit": "06a9d752fd2b374615340a39445c51302b566a38"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Sat, 29 Oct 2022 01:06:17 GMT",
|
|
6
45
|
"tag": "@lage-run/cli_v0.4.24",
|
|
7
46
|
"version": "0.4.24",
|
|
8
47
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# Change Log - @lage-run/cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sat, 29 Oct 2022
|
|
3
|
+
This log was last generated on Sat, 29 Oct 2022 18:42:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.4.25
|
|
8
|
+
|
|
9
|
+
Sat, 29 Oct 2022 18:42:29 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- bump workspace-tools (ken@gizzar.com)
|
|
14
|
+
- Bump @lage-run/scheduler to v0.5.2
|
|
15
|
+
- Bump @lage-run/target-graph to v0.5.1
|
|
16
|
+
- Bump @lage-run/cache to v0.1.26
|
|
17
|
+
- Bump @lage-run/reporters to v0.2.33
|
|
18
|
+
|
|
7
19
|
## 0.4.24
|
|
8
20
|
|
|
9
|
-
Sat, 29 Oct 2022 01:06:
|
|
21
|
+
Sat, 29 Oct 2022 01:06:17 GMT
|
|
10
22
|
|
|
11
23
|
### Patches
|
|
12
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.25",
|
|
4
4
|
"description": "Command Line Interface for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@lage-run/find-npm-client": "^0.1.1",
|
|
21
21
|
"@lage-run/logger": "^1.2.0",
|
|
22
|
-
"@lage-run/scheduler": "^0.5.
|
|
23
|
-
"@lage-run/target-graph": "^0.5.
|
|
24
|
-
"@lage-run/cache": "^0.1.
|
|
25
|
-
"@lage-run/reporters": "^0.2.
|
|
22
|
+
"@lage-run/scheduler": "^0.5.2",
|
|
23
|
+
"@lage-run/target-graph": "^0.5.1",
|
|
24
|
+
"@lage-run/cache": "^0.1.26",
|
|
25
|
+
"@lage-run/reporters": "^0.2.33",
|
|
26
26
|
"commander": "^9.4.0",
|
|
27
|
-
"workspace-tools": "^0.
|
|
27
|
+
"workspace-tools": "^0.29.0",
|
|
28
28
|
"chokidar": "3.5.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|