@lage-run/hasher 1.0.4 → 1.0.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 CHANGED
@@ -2,7 +2,43 @@
2
2
  "name": "@lage-run/hasher",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 17 Jul 2023 15:13:19 GMT",
5
+ "date": "Tue, 12 Dec 2023 04:22:18 GMT",
6
+ "version": "1.0.6",
7
+ "tag": "@lage-run/hasher_v1.0.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "stchur@microsoft.com",
12
+ "package": "@lage-run/hasher",
13
+ "commit": "f631134451741444619e28c80616ba22fc6454cf",
14
+ "comment": "Upgrade workspace-tools package to latest"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@lage-run/hasher",
19
+ "comment": "Bump @lage-run/target-graph to v0.8.8",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 05 Sep 2023 22:23:23 GMT",
27
+ "version": "1.0.5",
28
+ "tag": "@lage-run/hasher_v1.0.5",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "elcraig@microsoft.com",
33
+ "package": "@lage-run/hasher",
34
+ "commit": "6f7dbb6f1fd3b75ba07f2a45580e750a6244d572",
35
+ "comment": "Unpin workspace-tools, fast-glob, and execa dependencies"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Mon, 17 Jul 2023 15:14:04 GMT",
6
42
  "tag": "@lage-run/hasher_v1.0.4",
7
43
  "version": "1.0.4",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @lage-run/hasher
2
2
 
3
- This log was last generated on Mon, 17 Jul 2023 15:13:19 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Dec 2023 04:22:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.6
8
+
9
+ Tue, 12 Dec 2023 04:22:18 GMT
10
+
11
+ ### Patches
12
+
13
+ - Upgrade workspace-tools package to latest (stchur@microsoft.com)
14
+ - Bump @lage-run/target-graph to v0.8.8
15
+
16
+ ## 1.0.5
17
+
18
+ Tue, 05 Sep 2023 22:23:23 GMT
19
+
20
+ ### Patches
21
+
22
+ - Unpin workspace-tools, fast-glob, and execa dependencies (elcraig@microsoft.com)
23
+
7
24
  ## 1.0.4
8
25
 
9
- Mon, 17 Jul 2023 15:13:19 GMT
26
+ Mon, 17 Jul 2023 15:14:04 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/hasher",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Hasher for Lage Targets",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -15,11 +15,11 @@
15
15
  "lint": "monorepo-scripts lint"
16
16
  },
17
17
  "dependencies": {
18
- "@lage-run/target-graph": "^0.8.7",
18
+ "@lage-run/target-graph": "^0.8.8",
19
19
  "@lage-run/logger": "^1.3.0",
20
- "execa": "5.1.1",
21
- "workspace-tools": "0.35.0",
22
- "fast-glob": "3.2.12",
20
+ "execa": "^5.1.1",
21
+ "workspace-tools": "^0.36.4",
22
+ "fast-glob": "^3.2.12",
23
23
  "glob-hasher": "^1.3.0",
24
24
  "graceful-fs": "^4.2.11",
25
25
  "micromatch": "^4.0.5"