@lage-run/hasher 1.5.0 → 1.6.1

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,49 @@
2
2
  "name": "@lage-run/hasher",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 27 Sep 2024 20:03:27 GMT",
5
+ "date": "Thu, 17 Oct 2024 20:32:34 GMT",
6
+ "version": "1.6.1",
7
+ "tag": "@lage-run/hasher_v1.6.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/hasher",
13
+ "comment": "Bump @lage-run/target-graph to v0.9.1",
14
+ "commit": "not available"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 02 Oct 2024 20:26:19 GMT",
21
+ "version": "1.6.0",
22
+ "tag": "@lage-run/hasher_v1.6.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "kchau@microsoft.com",
27
+ "package": "@lage-run/hasher",
28
+ "commit": "6ecbd570669a07fa87429af5de13ec1adc58b864",
29
+ "comment": "exposes getInputFiles, packageTrees"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@lage-run/hasher",
34
+ "comment": "Bump @lage-run/globby to v14.2.0",
35
+ "commit": "not available"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@lage-run/hasher",
40
+ "comment": "Bump @lage-run/target-graph to v0.9.0",
41
+ "commit": "not available"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Fri, 27 Sep 2024 20:03:49 GMT",
6
48
  "version": "1.5.0",
7
49
  "tag": "@lage-run/hasher_v1.5.0",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @lage-run/hasher
2
2
 
3
- <!-- This log was last generated on Fri, 27 Sep 2024 20:03:27 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 17 Oct 2024 20:32:34 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.6.1
8
+
9
+ Thu, 17 Oct 2024 20:32:34 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/target-graph to v0.9.1
14
+
15
+ ## 1.6.0
16
+
17
+ Wed, 02 Oct 2024 20:26:19 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - exposes getInputFiles, packageTrees (kchau@microsoft.com)
22
+ - Bump @lage-run/globby to v14.2.0
23
+ - Bump @lage-run/target-graph to v0.9.0
24
+
7
25
  ## 1.5.0
8
26
 
9
- Fri, 27 Sep 2024 20:03:27 GMT
27
+ Fri, 27 Sep 2024 20:03:49 GMT
10
28
 
11
29
  ### Minor changes
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/hasher",
3
- "version": "1.5.0",
3
+ "version": "1.6.1",
4
4
  "description": "Hasher for Lage Targets",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -15,9 +15,9 @@
15
15
  "lint": "monorepo-scripts lint"
16
16
  },
17
17
  "dependencies": {
18
- "@lage-run/globby": "^14.1.0",
18
+ "@lage-run/globby": "^14.2.0",
19
19
  "@lage-run/logger": "^1.3.1",
20
- "@lage-run/target-graph": "^0.8.10",
20
+ "@lage-run/target-graph": "^0.9.1",
21
21
  "execa": "5.1.1",
22
22
  "glob-hasher": "^1.4.2",
23
23
  "graceful-fs": "4.2.11",