@lage-run/cli 0.8.3 → 0.8.5

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,43 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 15 Feb 2023 16:46:37 GMT",
5
+ "date": "Sat, 18 Feb 2023 00:40:10 GMT",
6
+ "tag": "@lage-run/cli_v0.8.5",
7
+ "version": "0.8.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/cli",
13
+ "comment": "Bump @lage-run/reporters to v1.0.2",
14
+ "commit": "75247c3e9172dc763c5253cf94014b99ac2f4fc4"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 15 Feb 2023 16:51:15 GMT",
21
+ "tag": "@lage-run/cli_v0.8.4",
22
+ "version": "0.8.4",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@lage-run/cli",
28
+ "comment": "Bump @lage-run/scheduler to v0.8.5",
29
+ "commit": "b8e0ead727b1e7f7065f853e0a1ae677f4455a5b"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@lage-run/cli",
34
+ "comment": "Bump @lage-run/cache to v0.2.5",
35
+ "commit": "b8e0ead727b1e7f7065f853e0a1ae677f4455a5b"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 15 Feb 2023 16:47:12 GMT",
6
42
  "tag": "@lage-run/cli_v0.8.3",
7
43
  "version": "0.8.3",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- This log was last generated on Wed, 15 Feb 2023 16:46:37 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 18 Feb 2023 00:40:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.5
8
+
9
+ Sat, 18 Feb 2023 00:40:10 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/reporters to v1.0.2
14
+
15
+ ## 0.8.4
16
+
17
+ Wed, 15 Feb 2023 16:51:15 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @lage-run/scheduler to v0.8.5
22
+ - Bump @lage-run/cache to v0.2.5
23
+
7
24
  ## 0.8.3
8
25
 
9
- Wed, 15 Feb 2023 16:46:37 GMT
26
+ Wed, 15 Feb 2023 16:47:12 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.8.3",
3
+ "version": "0.8.5",
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.8.4",
23
+ "@lage-run/scheduler": "^0.8.5",
24
24
  "@lage-run/scheduler-types": "^0.3.1",
25
25
  "@lage-run/target-graph": "^0.6.2",
26
- "@lage-run/cache": "^0.2.4",
27
- "@lage-run/reporters": "^1.0.1",
26
+ "@lage-run/cache": "^0.2.5",
27
+ "@lage-run/reporters": "^1.0.2",
28
28
  "commander": "^9.4.0",
29
29
  "workspace-tools": "^0.30.0",
30
30
  "chokidar": "3.5.3",