@lage-run/cli 0.1.3 → 0.1.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 CHANGED
@@ -2,7 +2,34 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 24 Aug 2022 15:22:25 GMT",
5
+ "date": "Wed, 24 Aug 2022 16:23:38 GMT",
6
+ "tag": "@lage-run/cli_v0.1.4",
7
+ "version": "0.1.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/cli",
13
+ "comment": "Bump @lage-run/scheduler to v0.1.6",
14
+ "commit": "70f7aecc6b7f7418d4df17e0db21fea2be143601"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cli",
19
+ "comment": "Bump @lage-run/cache to v0.1.5",
20
+ "commit": "70f7aecc6b7f7418d4df17e0db21fea2be143601"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/cli",
25
+ "comment": "Bump @lage-run/reporters to v0.1.5",
26
+ "commit": "70f7aecc6b7f7418d4df17e0db21fea2be143601"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 24 Aug 2022 15:22:38 GMT",
6
33
  "tag": "@lage-run/cli_v0.1.3",
7
34
  "version": "0.1.3",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- This log was last generated on Wed, 24 Aug 2022 15:22:25 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 24 Aug 2022 16:23:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.4
8
+
9
+ Wed, 24 Aug 2022 16:23:38 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler to v0.1.6
14
+ - Bump @lage-run/cache to v0.1.5
15
+ - Bump @lage-run/reporters to v0.1.5
16
+
7
17
  ## 0.1.3
8
18
 
9
- Wed, 24 Aug 2022 15:22:25 GMT
19
+ Wed, 24 Aug 2022 15:22:38 GMT
10
20
 
11
21
  ### Patches
12
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
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.1.2",
21
- "@lage-run/scheduler": "^0.1.5",
21
+ "@lage-run/scheduler": "^0.1.6",
22
22
  "@lage-run/target-graph": "^0.2.1",
23
- "@lage-run/cache": "^0.1.4",
24
- "@lage-run/reporters": "^0.1.4",
23
+ "@lage-run/cache": "^0.1.5",
24
+ "@lage-run/reporters": "^0.1.5",
25
25
  "commander": "^9.4.0",
26
26
  "workspace-tools": "^0.26.0"
27
27
  },