@lage-run/cli 0.5.6 → 0.5.7
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 +37 -1
- package/CHANGELOG.md +11 -2
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,43 @@
|
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu,
|
|
5
|
+
"date": "Thu, 05 Jan 2023 00:40:39 GMT",
|
|
6
|
+
"tag": "@lage-run/cli_v0.5.7",
|
|
7
|
+
"version": "0.5.7",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@lage-run/cli",
|
|
13
|
+
"comment": "Bump @lage-run/scheduler to v0.7.3",
|
|
14
|
+
"commit": "961843bef658c51312e02498554ad338e467e1a7"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/cli",
|
|
19
|
+
"comment": "Bump @lage-run/reporters to v0.2.44",
|
|
20
|
+
"commit": "961843bef658c51312e02498554ad338e467e1a7"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 16 Dec 2022 03:09:11 GMT",
|
|
27
|
+
"tag": "@lage-run/cli_v0.5.6",
|
|
28
|
+
"version": "0.5.6",
|
|
29
|
+
"comments": {
|
|
30
|
+
"none": [
|
|
31
|
+
{
|
|
32
|
+
"author": "email not defined",
|
|
33
|
+
"package": "@lage-run/cli",
|
|
34
|
+
"commit": "4031d034338244c2947152486a6dffd3d1917a29",
|
|
35
|
+
"comment": "Update devDependency backfill-config to v6.3.1"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Thu, 08 Dec 2022 00:49:28 GMT",
|
|
6
42
|
"tag": "@lage-run/cli_v0.5.6",
|
|
7
43
|
"version": "0.5.6",
|
|
8
44
|
"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 Thu,
|
|
3
|
+
This log was last generated on Thu, 05 Jan 2023 00:40:39 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.7
|
|
8
|
+
|
|
9
|
+
Thu, 05 Jan 2023 00:40:39 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @lage-run/scheduler to v0.7.3
|
|
14
|
+
- Bump @lage-run/reporters to v0.2.44
|
|
15
|
+
|
|
7
16
|
## 0.5.6
|
|
8
17
|
|
|
9
|
-
Thu, 08 Dec 2022 00:49:
|
|
18
|
+
Thu, 08 Dec 2022 00:49:28 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.5.
|
|
3
|
+
"version": "0.5.7",
|
|
4
4
|
"description": "Command Line Interface for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@lage-run/find-npm-client": "^0.1.4",
|
|
22
22
|
"@lage-run/logger": "^1.2.2",
|
|
23
|
-
"@lage-run/scheduler": "^0.7.
|
|
23
|
+
"@lage-run/scheduler": "^0.7.3",
|
|
24
24
|
"@lage-run/scheduler-types": "^0.2.10",
|
|
25
25
|
"@lage-run/target-graph": "^0.6.1",
|
|
26
26
|
"@lage-run/cache": "^0.2.3",
|
|
27
|
-
"@lage-run/reporters": "^0.2.
|
|
27
|
+
"@lage-run/reporters": "^0.2.44",
|
|
28
28
|
"commander": "^9.4.0",
|
|
29
29
|
"workspace-tools": "^0.29.0",
|
|
30
30
|
"chokidar": "3.5.3",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"monorepo-scripts": "*",
|
|
36
36
|
"@lage-run/monorepo-fixture": "*",
|
|
37
|
-
"backfill-config": "6.3.
|
|
37
|
+
"backfill-config": "6.3.1"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|