@lage-run/cli 0.3.11 → 0.3.12
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 +22 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri, 30 Sep 2022
|
|
5
|
+
"date": "Fri, 30 Sep 2022 23:00:05 GMT",
|
|
6
|
+
"tag": "@lage-run/cli_v0.3.12",
|
|
7
|
+
"version": "0.3.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@lage-run/cli",
|
|
13
|
+
"comment": "Bump @lage-run/scheduler to v0.3.7",
|
|
14
|
+
"commit": "a86ba91c06d5ede0916e84633896324ea30aaf07"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/cli",
|
|
19
|
+
"comment": "Bump @lage-run/reporters to v0.2.9",
|
|
20
|
+
"commit": "a86ba91c06d5ede0916e84633896324ea30aaf07"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 30 Sep 2022 16:50:18 GMT",
|
|
6
27
|
"tag": "@lage-run/cli_v0.3.11",
|
|
7
28
|
"version": "0.3.11",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @lage-run/cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri, 30 Sep 2022
|
|
3
|
+
This log was last generated on Fri, 30 Sep 2022 23:00:05 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.12
|
|
8
|
+
|
|
9
|
+
Fri, 30 Sep 2022 23:00:05 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @lage-run/scheduler to v0.3.7
|
|
14
|
+
- Bump @lage-run/reporters to v0.2.9
|
|
15
|
+
|
|
7
16
|
## 0.3.11
|
|
8
17
|
|
|
9
|
-
Fri, 30 Sep 2022 16:50:
|
|
18
|
+
Fri, 30 Sep 2022 16:50:18 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12",
|
|
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.7",
|
|
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.9",
|
|
25
25
|
"commander": "^9.4.0",
|
|
26
26
|
"workspace-tools": "^0.28.0"
|
|
27
27
|
},
|