@lage-run/config 0.1.2 → 0.1.4

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,67 @@
2
2
  "name": "@lage-run/config",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 06 Apr 2023 22:27:27 GMT",
5
+ "date": "Tue, 25 Apr 2023 02:50:56 GMT",
6
+ "tag": "@lage-run/config_v0.1.4",
7
+ "version": "0.1.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "@lage-run/config",
13
+ "commit": "a2e112e8aafee26380684efca4db994a9c5e3801",
14
+ "comment": "Update repository and homepage"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/config",
19
+ "comment": "Bump @lage-run/logger to v1.3.0",
20
+ "commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@lage-run/config",
25
+ "comment": "Bump @lage-run/scheduler-types to v0.3.8",
26
+ "commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@lage-run/config",
31
+ "comment": "Bump @lage-run/target-graph to v0.8.4",
32
+ "commit": "a2e112e8aafee26380684efca4db994a9c5e3801"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Fri, 14 Apr 2023 04:37:54 GMT",
39
+ "tag": "@lage-run/config_v0.1.3",
40
+ "version": "0.1.3",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "kchau@microsoft.com",
45
+ "package": "@lage-run/config",
46
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0",
47
+ "comment": "making lage boot faster"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@lage-run/config",
52
+ "comment": "Bump @lage-run/scheduler-types to v0.3.7",
53
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@lage-run/config",
58
+ "comment": "Bump @lage-run/target-graph to v0.8.3",
59
+ "commit": "bb22ec2ee3a793eef0a09feb6759f7c10db65fe0"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Thu, 06 Apr 2023 22:27:50 GMT",
6
66
  "tag": "@lage-run/config_v0.1.2",
7
67
  "version": "0.1.2",
8
68
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,33 @@
1
1
  # Change Log - @lage-run/config
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 Tue, 25 Apr 2023 02:50:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.1.4
8
+
9
+ Tue, 25 Apr 2023 02:50:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update repository and homepage (elcraig@microsoft.com)
14
+ - Bump @lage-run/logger to v1.3.0
15
+ - Bump @lage-run/scheduler-types to v0.3.8
16
+ - Bump @lage-run/target-graph to v0.8.4
17
+
18
+ ## 0.1.3
19
+
20
+ Fri, 14 Apr 2023 04:37:54 GMT
21
+
22
+ ### Patches
23
+
24
+ - making lage boot faster (kchau@microsoft.com)
25
+ - Bump @lage-run/scheduler-types to v0.3.7
26
+ - Bump @lage-run/target-graph to v0.8.3
27
+
7
28
  ## 0.1.2
8
29
 
9
- Thu, 06 Apr 2023 22:27:27 GMT
30
+ Thu, 06 Apr 2023 22:27:50 GMT
10
31
 
11
32
  ### Patches
12
33
 
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@lage-run/config",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Config management for Lage",
5
5
  "repository": {
6
+ "type": "git",
6
7
  "url": "https://github.com/microsoft/lage"
7
8
  },
9
+ "homepage": "https://microsoft.github.io/lage/",
8
10
  "bin": {
9
11
  "lage": "./bin/lage"
10
12
  },
@@ -18,15 +20,15 @@
18
20
  "lint": "monorepo-scripts lint"
19
21
  },
20
22
  "dependencies": {
21
- "@lage-run/logger": "^1.2.2",
22
- "@lage-run/scheduler-types": "^0.3.6",
23
- "@lage-run/target-graph": "^0.8.2",
24
- "workspace-tools": "^0.32.0",
23
+ "backfill-config": "^6.3.1",
24
+ "@lage-run/logger": "^1.3.0",
25
+ "@lage-run/scheduler-types": "^0.3.8",
26
+ "@lage-run/target-graph": "^0.8.4",
27
+ "workspace-tools": "^0.34.0",
25
28
  "cosmiconfig": "^7.0.0"
26
29
  },
27
30
  "devDependencies": {
28
- "monorepo-scripts": "*",
29
- "backfill-config": "6.3.1"
31
+ "monorepo-scripts": "*"
30
32
  },
31
33
  "publishConfig": {
32
34
  "access": "public"