@lage-run/cli 0.25.4 → 0.25.6
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 +6 -6
- package/CHANGELOG.md +4 -4
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"version": "0.25.
|
|
7
|
-
"tag": "@lage-run/cli_v0.25.
|
|
5
|
+
"date": "Mon, 10 Feb 2025 00:35:41 GMT",
|
|
6
|
+
"version": "0.25.6",
|
|
7
|
+
"tag": "@lage-run/cli_v0.25.6",
|
|
8
8
|
"comments": {
|
|
9
9
|
"patch": [
|
|
10
10
|
{
|
|
11
11
|
"author": "kchau@microsoft.com",
|
|
12
12
|
"package": "@lage-run/cli",
|
|
13
|
-
"commit": "
|
|
13
|
+
"commit": "031ad89ab6a0c64d46c79318377399d15e730e84",
|
|
14
14
|
"comment": "tracks the transitive inputs rather just one level deep"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"author": "kchau@microsoft.com",
|
|
18
18
|
"package": "@lage-run/cli",
|
|
19
|
-
"commit": "
|
|
19
|
+
"commit": "031ad89ab6a0c64d46c79318377399d15e730e84",
|
|
20
20
|
"comment": "simulate transitives by doing our own hashing"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"author": "beachball",
|
|
24
24
|
"package": "@lage-run/cli",
|
|
25
|
-
"comment": "Bump @lage-run/rpc to v1.2.
|
|
25
|
+
"comment": "Bump @lage-run/rpc to v1.2.7",
|
|
26
26
|
"commit": "not available"
|
|
27
27
|
}
|
|
28
28
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# Change Log - @lage-run/cli
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Mon, 10 Feb 2025 00:35:41 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.25.
|
|
7
|
+
## 0.25.6
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Mon, 10 Feb 2025 00:35:41 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
13
|
- tracks the transitive inputs rather just one level deep (kchau@microsoft.com)
|
|
14
14
|
- simulate transitives by doing our own hashing (kchau@microsoft.com)
|
|
15
|
-
- Bump @lage-run/rpc to v1.2.
|
|
15
|
+
- Bump @lage-run/rpc to v1.2.7
|
|
16
16
|
|
|
17
17
|
## 0.25.2
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/cli",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.6",
|
|
4
4
|
"description": "Command Line Interface for Lage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@lage-run/hasher": "^1.6.9",
|
|
29
29
|
"@lage-run/logger": "^1.3.1",
|
|
30
30
|
"@lage-run/reporters": "^1.2.19",
|
|
31
|
-
"@lage-run/rpc": "^1.2.
|
|
31
|
+
"@lage-run/rpc": "^1.2.7",
|
|
32
32
|
"@lage-run/runners": "^1.2.1",
|
|
33
33
|
"@lage-run/scheduler": "^1.5.1",
|
|
34
34
|
"@lage-run/scheduler-types": "^0.3.23",
|