@lage-run/cli 0.13.1 → 0.13.2

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,58 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 06 Apr 2023 22:27:27 GMT",
5
+ "date": "Fri, 14 Apr 2023 04:37:34 GMT",
6
+ "tag": "@lage-run/cli_v0.13.2",
7
+ "version": "0.13.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/cli",
13
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0",
14
+ "comment": "making lage boot faster"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cli",
19
+ "comment": "Bump @lage-run/config to v0.1.3",
20
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/cli",
25
+ "comment": "Bump @lage-run/scheduler to v0.11.2",
26
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/cli",
31
+ "comment": "Bump @lage-run/scheduler-types to v0.3.7",
32
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/cli",
37
+ "comment": "Bump @lage-run/target-graph to v0.8.3",
38
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@lage-run/cli",
43
+ "comment": "Bump @lage-run/cache to v0.5.3",
44
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@lage-run/cli",
49
+ "comment": "Bump @lage-run/reporters to v1.1.2",
50
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 06 Apr 2023 22:27:50 GMT",
6
57
  "tag": "@lage-run/cli_v0.13.1",
7
58
  "version": "0.13.1",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- This log was last generated on Thu, 06 Apr 2023 22:27:27 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 14 Apr 2023 04:37:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.13.2
8
+
9
+ Fri, 14 Apr 2023 04:37:34 GMT
10
+
11
+ ### Patches
12
+
13
+ - making lage boot faster (kchau@microsoft.com)
14
+ - Bump @lage-run/config to v0.1.3
15
+ - Bump @lage-run/scheduler to v0.11.2
16
+ - Bump @lage-run/scheduler-types to v0.3.7
17
+ - Bump @lage-run/target-graph to v0.8.3
18
+ - Bump @lage-run/cache to v0.5.3
19
+ - Bump @lage-run/reporters to v1.1.2
20
+
7
21
  ## 0.13.1
8
22
 
9
- Thu, 06 Apr 2023 22:27:27 GMT
23
+ Thu, 06 Apr 2023 22:27:50 GMT
10
24
 
11
25
  ### Patches
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -18,16 +18,16 @@
18
18
  "lint": "monorepo-scripts lint"
19
19
  },
20
20
  "dependencies": {
21
- "@lage-run/config": "^0.1.2",
21
+ "@lage-run/config": "^0.1.3",
22
22
  "@lage-run/find-npm-client": "^0.1.4",
23
23
  "@lage-run/logger": "^1.2.2",
24
- "@lage-run/scheduler": "^0.11.1",
25
- "@lage-run/scheduler-types": "^0.3.6",
26
- "@lage-run/target-graph": "^0.8.2",
27
- "@lage-run/cache": "^0.5.2",
28
- "@lage-run/reporters": "^1.1.1",
24
+ "@lage-run/scheduler": "^0.11.2",
25
+ "@lage-run/scheduler-types": "^0.3.7",
26
+ "@lage-run/target-graph": "^0.8.3",
27
+ "@lage-run/cache": "^0.5.3",
28
+ "@lage-run/reporters": "^1.1.2",
29
29
  "commander": "^9.4.0",
30
- "workspace-tools": "^0.32.0",
30
+ "workspace-tools": "^0.34.0",
31
31
  "chokidar": "3.5.3",
32
32
  "fast-glob": "^3.2.11"
33
33
  },