@lage-run/config 0.1.3 → 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,40 @@
2
2
  "name": "@lage-run/config",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 14 Apr 2023 04:37:34 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",
6
39
  "tag": "@lage-run/config_v0.1.3",
7
40
  "version": "0.1.3",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @lage-run/config
2
2
 
3
- This log was last generated on Fri, 14 Apr 2023 04:37:34 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
+
7
18
  ## 0.1.3
8
19
 
9
- Fri, 14 Apr 2023 04:37:34 GMT
20
+ Fri, 14 Apr 2023 04:37:54 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@lage-run/config",
3
- "version": "0.1.3",
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
  },
@@ -19,9 +21,9 @@
19
21
  },
20
22
  "dependencies": {
21
23
  "backfill-config": "^6.3.1",
22
- "@lage-run/logger": "^1.2.2",
23
- "@lage-run/scheduler-types": "^0.3.7",
24
- "@lage-run/target-graph": "^0.8.3",
24
+ "@lage-run/logger": "^1.3.0",
25
+ "@lage-run/scheduler-types": "^0.3.8",
26
+ "@lage-run/target-graph": "^0.8.4",
25
27
  "workspace-tools": "^0.34.0",
26
28
  "cosmiconfig": "^7.0.0"
27
29
  },