@lage-run/cli 0.3.2 → 0.3.4
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 +88 -1
- package/CHANGELOG.md +20 -2
- package/package.json +9 -9
- package/tsconfig.json +0 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,94 @@
|
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 16 Sep 2022 23:45:19 GMT",
|
|
6
|
+
"tag": "@lage-run/cli_v0.3.4",
|
|
7
|
+
"version": "0.3.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "elcraig@microsoft.com",
|
|
12
|
+
"package": "@lage-run/cli",
|
|
13
|
+
"commit": "9712fbe4c78c803822302d8a83ace2bc7f7c923e",
|
|
14
|
+
"comment": "Remove unused and non-exported path utilities"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 16 Sep 2022 20:06:10 GMT",
|
|
21
|
+
"tag": "@lage-run/cli_v0.3.3",
|
|
22
|
+
"version": "0.3.3",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "email not defined",
|
|
27
|
+
"package": "@lage-run/cli",
|
|
28
|
+
"commit": "4cc6afee8a8b0eeabd5e36f764615860baca6de4",
|
|
29
|
+
"comment": "Update devDependency @types/node to v14.18.29"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Fri, 16 Sep 2022 03:59:54 GMT",
|
|
36
|
+
"tag": "@lage-run/cli_v0.3.3",
|
|
37
|
+
"version": "0.3.3",
|
|
38
|
+
"comments": {
|
|
39
|
+
"none": [
|
|
40
|
+
{
|
|
41
|
+
"author": "renovate@whitesourcesoftware.com",
|
|
42
|
+
"package": "@lage-run/cli",
|
|
43
|
+
"commit": "feb30c988cd07f121e217f9825758af844b18b77",
|
|
44
|
+
"comment": "Update jest monorepo to v29"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Fri, 16 Sep 2022 01:59:38 GMT",
|
|
51
|
+
"tag": "@lage-run/cli_v0.3.3",
|
|
52
|
+
"version": "0.3.3",
|
|
53
|
+
"comments": {
|
|
54
|
+
"none": [
|
|
55
|
+
{
|
|
56
|
+
"author": "email not defined",
|
|
57
|
+
"package": "@lage-run/cli",
|
|
58
|
+
"commit": "7bb3cfa39ca17144915a94233b46ba67e284788f",
|
|
59
|
+
"comment": "Pin devDependencies"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Fri, 16 Sep 2022 01:32:24 GMT",
|
|
66
|
+
"tag": "@lage-run/cli_v0.3.3",
|
|
67
|
+
"version": "0.3.3",
|
|
68
|
+
"comments": {
|
|
69
|
+
"patch": [
|
|
70
|
+
{
|
|
71
|
+
"author": "beachball",
|
|
72
|
+
"package": "@lage-run/cli",
|
|
73
|
+
"comment": "Bump @lage-run/scheduler to v0.3.2",
|
|
74
|
+
"commit": "b509683b29885c254d2ffa3c18d60cba20371f90"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "beachball",
|
|
78
|
+
"package": "@lage-run/cli",
|
|
79
|
+
"comment": "Bump @lage-run/cache to v0.1.9",
|
|
80
|
+
"commit": "b509683b29885c254d2ffa3c18d60cba20371f90"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"author": "beachball",
|
|
84
|
+
"package": "@lage-run/cli",
|
|
85
|
+
"comment": "Bump @lage-run/reporters to v0.2.3",
|
|
86
|
+
"commit": "b509683b29885c254d2ffa3c18d60cba20371f90"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"date": "Thu, 15 Sep 2022 20:42:32 GMT",
|
|
6
93
|
"tag": "@lage-run/cli_v0.3.2",
|
|
7
94
|
"version": "0.3.2",
|
|
8
95
|
"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 Fri, 16 Sep 2022 23:45:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.3.4
|
|
8
|
+
|
|
9
|
+
Fri, 16 Sep 2022 23:45:19 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Remove unused and non-exported path utilities (elcraig@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 0.3.3
|
|
16
|
+
|
|
17
|
+
Fri, 16 Sep 2022 01:32:24 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @lage-run/scheduler to v0.3.2
|
|
22
|
+
- Bump @lage-run/cache to v0.1.9
|
|
23
|
+
- Bump @lage-run/reporters to v0.2.3
|
|
24
|
+
|
|
7
25
|
## 0.3.2
|
|
8
26
|
|
|
9
|
-
Thu, 15 Sep 2022 20:42:
|
|
27
|
+
Thu, 15 Sep 2022 20:42:32 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.4",
|
|
4
4
|
"description": "Command Line Interface for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -18,20 +18,20 @@
|
|
|
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.2",
|
|
22
22
|
"@lage-run/target-graph": "^0.3.1",
|
|
23
|
-
"@lage-run/cache": "^0.1.
|
|
24
|
-
"@lage-run/reporters": "^0.2.
|
|
23
|
+
"@lage-run/cache": "^0.1.9",
|
|
24
|
+
"@lage-run/reporters": "^0.2.3",
|
|
25
25
|
"commander": "^9.4.0",
|
|
26
26
|
"workspace-tools": "^0.26.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@types/jest": "
|
|
30
|
-
"@types/node": "14.18.
|
|
29
|
+
"@types/jest": "29.0.3",
|
|
30
|
+
"@types/node": "14.18.29",
|
|
31
31
|
"@lage-run/monorepo-fixture": "^0.1.0",
|
|
32
|
-
"jest": "
|
|
33
|
-
"ts-jest": "
|
|
34
|
-
"typescript": "
|
|
32
|
+
"jest": "29.0.3",
|
|
33
|
+
"ts-jest": "29.0.1",
|
|
34
|
+
"typescript": "4.6.4"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|