@lage-run/config 0.4.12 → 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 +37 -1
- package/CHANGELOG.md +11 -2
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,43 @@
|
|
|
2
2
|
"name": "@lage-run/config",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
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",
|
|
6
42
|
"version": "0.4.12",
|
|
7
43
|
"tag": "@lage-run/config_v0.4.12",
|
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @lage-run/config
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
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
|
+
|
|
7
16
|
## 0.4.12
|
|
8
17
|
|
|
9
|
-
Wed, 15 Jan 2025 16:
|
|
18
|
+
Wed, 15 Jan 2025 16:56:22 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/config",
|
|
3
|
-
"version": "0.4.
|
|
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.
|
|
25
|
-
"@lage-run/target-graph": "^0.11.
|
|
26
|
-
"backfill-config": "6.
|
|
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.
|
|
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"
|