@lage-run/hasher 1.8.0 → 1.8.2
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 +16 -1
- package/CHANGELOG.md +10 -2
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@lage-run/hasher",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 17 Apr 2025 08:09:27 GMT",
|
|
6
|
+
"version": "1.8.2",
|
|
7
|
+
"tag": "@lage-run/hasher_v1.8.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@lage-run/hasher",
|
|
13
|
+
"commit": "00e45954e48cdddcb3fa4b68a6e732a43ec7bd57",
|
|
14
|
+
"comment": "Update dependency workspace-tools to v0.38.3"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sat, 29 Mar 2025 02:16:38 GMT",
|
|
6
21
|
"version": "1.8.0",
|
|
7
22
|
"tag": "@lage-run/hasher_v1.8.0",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @lage-run/hasher
|
|
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
|
+
## 1.8.2
|
|
8
|
+
|
|
9
|
+
Thu, 17 Apr 2025 08:09:27 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update dependency workspace-tools to v0.38.3 (email not defined)
|
|
14
|
+
|
|
7
15
|
## 1.8.0
|
|
8
16
|
|
|
9
|
-
Sat, 29 Mar 2025 02:16:
|
|
17
|
+
Sat, 29 Mar 2025 02:16:38 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/hasher",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Hasher for Lage Targets",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"lint": "monorepo-scripts lint"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@lage-run/globby": "^14.2.
|
|
18
|
+
"@lage-run/globby": "^14.2.1",
|
|
19
19
|
"@lage-run/logger": "^1.3.1",
|
|
20
|
-
"@lage-run/target-graph": "^0.11.
|
|
20
|
+
"@lage-run/target-graph": "^0.11.2",
|
|
21
21
|
"execa": "5.1.1",
|
|
22
22
|
"glob-hasher": "^1.4.2",
|
|
23
23
|
"graceful-fs": "4.2.11",
|
|
24
24
|
"micromatch": "4.0.8",
|
|
25
|
-
"workspace-tools": "0.38.
|
|
25
|
+
"workspace-tools": "0.38.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@lage-run/monorepo-fixture": "^0.1.0",
|