@lage-run/cli 0.4.34 → 0.4.35

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,61 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Nov 2022 20:20:28 GMT",
5
+ "date": "Fri, 11 Nov 2022 07:29:32 GMT",
6
+ "tag": "@lage-run/cli_v0.4.35",
7
+ "version": "0.4.35",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/cli",
13
+ "comment": "Bump @lage-run/scheduler to v0.5.12",
14
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cli",
19
+ "comment": "Bump @lage-run/scheduler-types to v0.2.8",
20
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/cli",
25
+ "comment": "Bump @lage-run/target-graph to v0.6.1",
26
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/cli",
31
+ "comment": "Bump @lage-run/cache to v0.2.2",
32
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/cli",
37
+ "comment": "Bump @lage-run/reporters to v0.2.39",
38
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Thu, 10 Nov 2022 22:52:47 GMT",
45
+ "tag": "@lage-run/cli_v0.4.34",
46
+ "version": "0.4.34",
47
+ "comments": {
48
+ "none": [
49
+ {
50
+ "author": "email not defined",
51
+ "package": "@lage-run/cli",
52
+ "commit": "64afbef3c57c999e631604cfa2761e0fb85b85b4",
53
+ "comment": "Pin devDependencies"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Thu, 10 Nov 2022 20:20:45 GMT",
6
60
  "tag": "@lage-run/cli_v0.4.34",
7
61
  "version": "0.4.34",
8
62
  "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 Thu, 10 Nov 2022 20:20:28 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Nov 2022 07:29:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.35
8
+
9
+ Fri, 11 Nov 2022 07:29:32 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler to v0.5.12
14
+ - Bump @lage-run/scheduler-types to v0.2.8
15
+ - Bump @lage-run/target-graph to v0.6.1
16
+ - Bump @lage-run/cache to v0.2.2
17
+ - Bump @lage-run/reporters to v0.2.39
18
+
7
19
  ## 0.4.34
8
20
 
9
- Thu, 10 Nov 2022 20:20:28 GMT
21
+ Thu, 10 Nov 2022 20:20:45 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.4.34",
3
+ "version": "0.4.35",
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.5.11",
24
- "@lage-run/scheduler-types": "^0.2.7",
25
- "@lage-run/target-graph": "^0.6.0",
26
- "@lage-run/cache": "^0.2.1",
27
- "@lage-run/reporters": "^0.2.38",
23
+ "@lage-run/scheduler": "^0.5.12",
24
+ "@lage-run/scheduler-types": "^0.2.8",
25
+ "@lage-run/target-graph": "^0.6.1",
26
+ "@lage-run/cache": "^0.2.2",
27
+ "@lage-run/reporters": "^0.2.39",
28
28
  "commander": "^9.4.0",
29
29
  "workspace-tools": "^0.29.0",
30
30
  "chokidar": "3.5.3",
@@ -34,7 +34,7 @@
34
34
  "devDependencies": {
35
35
  "monorepo-scripts": "*",
36
36
  "@lage-run/monorepo-fixture": "*",
37
- "backfill-config": "^6.3.0"
37
+ "backfill-config": "6.3.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"