@lage-run/config 0.4.11 → 0.4.13

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,64 @@
2
2
  "name": "@lage-run/config",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 02 Dec 2024 17:22:51 GMT",
5
+ "date": "Thu, 17 Apr 2025 08:09:27 GMT",
6
+ "version": "0.4.13",
7
+ "tag": "@lage-run/config_v0.4.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "renovate@whitesourcesoftware.com",
12
+ "package": "@lage-run/config",
13
+ "commit": "00e45954e48cdddcb3fa4b68a6e732a43ec7bd57",
14
+ "comment": "Update backfill monorepo"
15
+ },
16
+ {
17
+ "author": "email not defined",
18
+ "package": "@lage-run/config",
19
+ "commit": "00e45954e48cdddcb3fa4b68a6e732a43ec7bd57",
20
+ "comment": "Update dependency workspace-tools to v0.38.3"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Sat, 29 Mar 2025 02:16:38 GMT",
27
+ "version": "0.4.12",
28
+ "tag": "@lage-run/config_v0.4.12",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "elcraig@microsoft.com",
33
+ "package": "@lage-run/config",
34
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
35
+ "comment": "Sync versions, and use workspace:^ versions for local deps"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 15 Jan 2025 16:56:22 GMT",
42
+ "version": "0.4.12",
43
+ "tag": "@lage-run/config_v0.4.12",
44
+ "comments": {
45
+ "patch": [
46
+ {
47
+ "author": "beachball",
48
+ "package": "@lage-run/config",
49
+ "comment": "Bump @lage-run/runners to v1.2.1",
50
+ "commit": "not available"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@lage-run/config",
55
+ "comment": "Bump @lage-run/target-graph to v0.11.1",
56
+ "commit": "not available"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Mon, 02 Dec 2024 17:23:22 GMT",
6
63
  "version": "0.4.11",
7
64
  "tag": "@lage-run/config_v0.4.11",
8
65
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @lage-run/config
2
2
 
3
- <!-- This log was last generated on Mon, 02 Dec 2024 17:22:51 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 17 Apr 2025 08:09:27 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.13
8
+
9
+ Thu, 17 Apr 2025 08:09:27 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update backfill monorepo (renovate@whitesourcesoftware.com)
14
+ - Update dependency workspace-tools to v0.38.3 (email not defined)
15
+
16
+ ## 0.4.12
17
+
18
+ Wed, 15 Jan 2025 16:56:22 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @lage-run/runners to v1.2.1
23
+ - Bump @lage-run/target-graph to v0.11.1
24
+
7
25
  ## 0.4.11
8
26
 
9
- Mon, 02 Dec 2024 17:22:51 GMT
27
+ Mon, 02 Dec 2024 17:23:22 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/config",
3
- "version": "0.4.11",
3
+ "version": "0.4.13",
4
4
  "description": "Config management for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@lage-run/logger": "^1.3.1",
24
- "@lage-run/runners": "^1.2.0",
25
- "@lage-run/target-graph": "^0.11.0",
26
- "backfill-config": "6.4.2",
24
+ "@lage-run/runners": "^1.2.2",
25
+ "@lage-run/target-graph": "^0.11.2",
26
+ "backfill-config": "6.6.0",
27
27
  "cosmiconfig": "7.1.0",
28
- "workspace-tools": "0.38.1"
28
+ "workspace-tools": "0.38.3"
29
29
  },
30
30
  "devDependencies": {
31
- "@lage-run/monorepo-scripts": "*"
31
+ "@lage-run/monorepo-scripts": "^1.0.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"