@lage-run/cli 0.3.11 → 0.3.13
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 +43 -1
- package/CHANGELOG.md +20 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,49 @@
|
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 01 Oct 2022 05:25:19 GMT",
|
|
6
|
+
"tag": "@lage-run/cli_v0.3.13",
|
|
7
|
+
"version": "0.3.13",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@lage-run/cli",
|
|
13
|
+
"comment": "Bump @lage-run/scheduler to v0.3.8",
|
|
14
|
+
"commit": "e850f24b770908df902212442baa5fb8ba04cf7c"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/cli",
|
|
19
|
+
"comment": "Bump @lage-run/reporters to v0.2.10",
|
|
20
|
+
"commit": "e850f24b770908df902212442baa5fb8ba04cf7c"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 30 Sep 2022 23:00:17 GMT",
|
|
27
|
+
"tag": "@lage-run/cli_v0.3.12",
|
|
28
|
+
"version": "0.3.12",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "beachball",
|
|
33
|
+
"package": "@lage-run/cli",
|
|
34
|
+
"comment": "Bump @lage-run/scheduler to v0.3.7",
|
|
35
|
+
"commit": "a86ba91c06d5ede0916e84633896324ea30aaf07"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@lage-run/cli",
|
|
40
|
+
"comment": "Bump @lage-run/reporters to v0.2.9",
|
|
41
|
+
"commit": "a86ba91c06d5ede0916e84633896324ea30aaf07"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Fri, 30 Sep 2022 16:50:18 GMT",
|
|
6
48
|
"tag": "@lage-run/cli_v0.3.11",
|
|
7
49
|
"version": "0.3.11",
|
|
8
50
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @lage-run/cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 01 Oct 2022 05:25:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.13
|
|
8
|
+
|
|
9
|
+
Sat, 01 Oct 2022 05:25:19 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @lage-run/scheduler to v0.3.8
|
|
14
|
+
- Bump @lage-run/reporters to v0.2.10
|
|
15
|
+
|
|
16
|
+
## 0.3.12
|
|
17
|
+
|
|
18
|
+
Fri, 30 Sep 2022 23:00:17 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Bump @lage-run/scheduler to v0.3.7
|
|
23
|
+
- Bump @lage-run/reporters to v0.2.9
|
|
24
|
+
|
|
7
25
|
## 0.3.11
|
|
8
26
|
|
|
9
|
-
Fri, 30 Sep 2022 16:50:
|
|
27
|
+
Fri, 30 Sep 2022 16:50:18 GMT
|
|
10
28
|
|
|
11
29
|
### Patches
|
|
12
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.13",
|
|
4
4
|
"description": "Command Line Interface for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@lage-run/logger": "^1.2.0",
|
|
21
|
-
"@lage-run/scheduler": "^0.3.
|
|
21
|
+
"@lage-run/scheduler": "^0.3.8",
|
|
22
22
|
"@lage-run/target-graph": "^0.3.4",
|
|
23
23
|
"@lage-run/cache": "^0.1.12",
|
|
24
|
-
"@lage-run/reporters": "^0.2.
|
|
24
|
+
"@lage-run/reporters": "^0.2.10",
|
|
25
25
|
"commander": "^9.4.0",
|
|
26
26
|
"workspace-tools": "^0.28.0"
|
|
27
27
|
},
|