@lage-run/cli 0.4.34 → 0.4.36

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,76 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Nov 2022 20:20:28 GMT",
5
+ "date": "Wed, 16 Nov 2022 17:12:13 GMT",
6
+ "tag": "@lage-run/cli_v0.4.36",
7
+ "version": "0.4.36",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/cli",
13
+ "comment": "Bump @lage-run/scheduler to v0.5.13",
14
+ "commit": "a7a4471aeaa018e40c718ec6bd6611a0ab040765"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 11 Nov 2022 07:29:47 GMT",
21
+ "tag": "@lage-run/cli_v0.4.35",
22
+ "version": "0.4.35",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@lage-run/cli",
28
+ "comment": "Bump @lage-run/scheduler to v0.5.12",
29
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@lage-run/cli",
34
+ "comment": "Bump @lage-run/scheduler-types to v0.2.8",
35
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@lage-run/cli",
40
+ "comment": "Bump @lage-run/target-graph to v0.6.1",
41
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@lage-run/cli",
46
+ "comment": "Bump @lage-run/cache to v0.2.2",
47
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@lage-run/cli",
52
+ "comment": "Bump @lage-run/reporters to v0.2.39",
53
+ "commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Thu, 10 Nov 2022 22:52:47 GMT",
60
+ "tag": "@lage-run/cli_v0.4.34",
61
+ "version": "0.4.34",
62
+ "comments": {
63
+ "none": [
64
+ {
65
+ "author": "email not defined",
66
+ "package": "@lage-run/cli",
67
+ "commit": "64afbef3c57c999e631604cfa2761e0fb85b85b4",
68
+ "comment": "Pin devDependencies"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "date": "Thu, 10 Nov 2022 20:20:45 GMT",
6
75
  "tag": "@lage-run/cli_v0.4.34",
7
76
  "version": "0.4.34",
8
77
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
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 Wed, 16 Nov 2022 17:12:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.36
8
+
9
+ Wed, 16 Nov 2022 17:12:13 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/scheduler to v0.5.13
14
+
15
+ ## 0.4.35
16
+
17
+ Fri, 11 Nov 2022 07:29:47 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @lage-run/scheduler to v0.5.12
22
+ - Bump @lage-run/scheduler-types to v0.2.8
23
+ - Bump @lage-run/target-graph to v0.6.1
24
+ - Bump @lage-run/cache to v0.2.2
25
+ - Bump @lage-run/reporters to v0.2.39
26
+
7
27
  ## 0.4.34
8
28
 
9
- Thu, 10 Nov 2022 20:20:28 GMT
29
+ Thu, 10 Nov 2022 20:20:45 GMT
10
30
 
11
31
  ### Patches
12
32
 
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.36",
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.13",
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"