@lage-run/hasher 1.0.3 → 1.0.4
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 +22 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@lage-run/hasher",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 17 Jul 2023 15:13:19 GMT",
|
|
6
|
+
"tag": "@lage-run/hasher_v1.0.4",
|
|
7
|
+
"version": "1.0.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@lage-run/hasher",
|
|
13
|
+
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6",
|
|
14
|
+
"comment": "Update lage core deps"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@lage-run/hasher",
|
|
19
|
+
"comment": "Bump @lage-run/target-graph to v0.8.7",
|
|
20
|
+
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Tue, 11 Jul 2023 14:51:52 GMT",
|
|
6
27
|
"tag": "@lage-run/hasher_v1.0.3",
|
|
7
28
|
"version": "1.0.3",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @lage-run/hasher
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 17 Jul 2023 15:13:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.4
|
|
8
|
+
|
|
9
|
+
Mon, 17 Jul 2023 15:13:19 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update lage core deps (email not defined)
|
|
14
|
+
- Bump @lage-run/target-graph to v0.8.7
|
|
15
|
+
|
|
7
16
|
## 1.0.3
|
|
8
17
|
|
|
9
|
-
Tue, 11 Jul 2023 14:51:
|
|
18
|
+
Tue, 11 Jul 2023 14:51:52 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lage-run/hasher",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Hasher for Lage Targets",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"lint": "monorepo-scripts lint"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@lage-run/target-graph": "^0.8.
|
|
18
|
+
"@lage-run/target-graph": "^0.8.7",
|
|
19
19
|
"@lage-run/logger": "^1.3.0",
|
|
20
20
|
"execa": "5.1.1",
|
|
21
|
-
"workspace-tools": "0.
|
|
21
|
+
"workspace-tools": "0.35.0",
|
|
22
22
|
"fast-glob": "3.2.12",
|
|
23
23
|
"glob-hasher": "^1.3.0",
|
|
24
24
|
"graceful-fs": "^4.2.11",
|