@lage-run/cli 0.1.2 → 0.1.3
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": "
|
|
5
|
+
"date": "Wed, 24 Aug 2022 15:22:25 GMT",
|
|
6
|
+
"tag": "@lage-run/cli_v0.1.3",
|
|
7
|
+
"version": "0.1.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "renovate@whitesourcesoftware.com",
|
|
12
|
+
"package": "@lage-run/cli",
|
|
13
|
+
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85",
|
|
14
|
+
"comment": "Update dependency workspace-tools to ^0.26.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/cli",
|
|
19
|
+
"comment": "Bump @lage-run/scheduler to v0.1.5",
|
|
20
|
+
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@lage-run/cli",
|
|
25
|
+
"comment": "Bump @lage-run/target-graph to v0.2.1",
|
|
26
|
+
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "beachball",
|
|
30
|
+
"package": "@lage-run/cli",
|
|
31
|
+
"comment": "Bump @lage-run/cache to v0.1.4",
|
|
32
|
+
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@lage-run/cli",
|
|
37
|
+
"comment": "Bump @lage-run/reporters to v0.1.4",
|
|
38
|
+
"commit": "d97182fb8480c7249b4ddd4f9d8c85010d93aa85"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": "Tue, 23 Aug 2022 21:26:23 GMT",
|
|
6
45
|
"tag": "@lage-run/cli_v0.1.2",
|
|
7
46
|
"version": "0.1.2",
|
|
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
|
|
3
|
+
This log was last generated on Wed, 24 Aug 2022 15:22:25 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.1.3
|
|
8
|
+
|
|
9
|
+
Wed, 24 Aug 2022 15:22:25 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update dependency workspace-tools to ^0.26.0 (renovate@whitesourcesoftware.com)
|
|
14
|
+
- Bump @lage-run/scheduler to v0.1.5
|
|
15
|
+
- Bump @lage-run/target-graph to v0.2.1
|
|
16
|
+
- Bump @lage-run/cache to v0.1.4
|
|
17
|
+
- Bump @lage-run/reporters to v0.1.4
|
|
18
|
+
|
|
7
19
|
## 0.1.2
|
|
8
20
|
|
|
9
|
-
Tue, 23 Aug 2022 21:26:
|
|
21
|
+
Tue, 23 Aug 2022 21:26:23 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.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Command Line Interface for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@lage-run/logger": "^1.1.2",
|
|
21
|
-
"@lage-run/scheduler": "^0.1.
|
|
22
|
-
"@lage-run/target-graph": "^0.2.
|
|
23
|
-
"@lage-run/cache": "^0.1.
|
|
24
|
-
"@lage-run/reporters": "^0.1.
|
|
21
|
+
"@lage-run/scheduler": "^0.1.5",
|
|
22
|
+
"@lage-run/target-graph": "^0.2.1",
|
|
23
|
+
"@lage-run/cache": "^0.1.4",
|
|
24
|
+
"@lage-run/reporters": "^0.1.4",
|
|
25
25
|
"commander": "^9.4.0",
|
|
26
|
-
"workspace-tools": "^0.
|
|
26
|
+
"workspace-tools": "^0.26.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/jest": "^27.0.1",
|