@lage-run/cli 0.4.25 → 0.4.26

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,46 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 29 Oct 2022 18:42:29 GMT",
5
+ "date": "Mon, 31 Oct 2022 21:27:32 GMT",
6
+ "tag": "@lage-run/cli_v0.4.26",
7
+ "version": "0.4.26",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/cli",
13
+ "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e",
14
+ "comment": "adds depcheck and fixes"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/cli",
19
+ "comment": "Bump @lage-run/find-npm-client to v0.1.2",
20
+ "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/cli",
25
+ "comment": "Bump @lage-run/scheduler to v0.5.3",
26
+ "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/cli",
31
+ "comment": "Bump @lage-run/scheduler-types to v0.2.3",
32
+ "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@lage-run/cli",
37
+ "comment": "Bump @lage-run/reporters to v0.2.34",
38
+ "commit": "e8946dc08fb76dc616d61f3b67b0ca99e15d9a7e"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Sat, 29 Oct 2022 18:42:49 GMT",
6
45
  "tag": "@lage-run/cli_v0.4.25",
7
46
  "version": "0.4.25",
8
47
  "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 Sat, 29 Oct 2022 18:42:29 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 31 Oct 2022 21:27:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.26
8
+
9
+ Mon, 31 Oct 2022 21:27:32 GMT
10
+
11
+ ### Patches
12
+
13
+ - adds depcheck and fixes (kchau@microsoft.com)
14
+ - Bump @lage-run/find-npm-client to v0.1.2
15
+ - Bump @lage-run/scheduler to v0.5.3
16
+ - Bump @lage-run/scheduler-types to v0.2.3
17
+ - Bump @lage-run/reporters to v0.2.34
18
+
7
19
  ## 0.4.25
8
20
 
9
- Sat, 29 Oct 2022 18:42:29 GMT
21
+ Sat, 29 Oct 2022 18:42:49 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.25",
3
+ "version": "0.4.26",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -17,18 +17,23 @@
17
17
  "test": "jest"
18
18
  },
19
19
  "dependencies": {
20
- "@lage-run/find-npm-client": "^0.1.1",
20
+ "@lage-run/find-npm-client": "^0.1.2",
21
21
  "@lage-run/logger": "^1.2.0",
22
- "@lage-run/scheduler": "^0.5.2",
22
+ "@lage-run/scheduler": "^0.5.3",
23
+ "@lage-run/scheduler-types": "^0.2.3",
23
24
  "@lage-run/target-graph": "^0.5.1",
24
25
  "@lage-run/cache": "^0.1.26",
25
- "@lage-run/reporters": "^0.2.33",
26
+ "@lage-run/reporters": "^0.2.34",
26
27
  "commander": "^9.4.0",
27
28
  "workspace-tools": "^0.29.0",
28
- "chokidar": "3.5.3"
29
+ "chokidar": "3.5.3",
30
+ "fast-glob": "^3.2.11",
31
+ "cosmiconfig": "^7.0.0"
29
32
  },
30
33
  "devDependencies": {
31
- "@lage-run/monorepo-fixture": "*"
34
+ "monorepo-scripts": "*",
35
+ "@lage-run/monorepo-fixture": "*",
36
+ "backfill-config": "^6.3.0"
32
37
  },
33
38
  "publishConfig": {
34
39
  "access": "public"