@lage-run/hasher
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 21 Jun 2023 19:05:46 GMT", | ||
"date": "Tue, 11 Jul 2023 14:51:38 GMT", | ||
"tag": "@lage-run/hasher_v1.0.3", | ||
"version": "1.0.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "brunoru@microsoft.com", | ||
"package": "@lage-run/hasher", | ||
"commit": "e7dbec3c24355721132a15425fa5044c74c13efb", | ||
"comment": "Log file level input file hashes to silly logs" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 21 Jun 2023 19:06:25 GMT", | ||
"tag": "@lage-run/hasher_v1.0.2", | ||
@@ -8,0 +23,0 @@ "version": "1.0.2", |
# Change Log - @lage-run/hasher | ||
This log was last generated on Wed, 21 Jun 2023 19:05:46 GMT and should not be manually modified. | ||
This log was last generated on Tue, 11 Jul 2023 14:51:38 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.0.3 | ||
Tue, 11 Jul 2023 14:51:38 GMT | ||
### Patches | ||
- Log file level input file hashes to silly logs (brunoru@microsoft.com) | ||
## 1.0.2 | ||
Wed, 21 Jun 2023 19:05:46 GMT | ||
Wed, 21 Jun 2023 19:06:25 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -136,2 +136,5 @@ "use strict"; | ||
this.logger.verbose(`Global inputs hash: ${globalInputsHash}`); | ||
// Log global input hashs to log file | ||
const globalInputsHashJson = JSON.stringify(this.globalInputsHash, null, 2); | ||
this.logger.silly(globalInputsHashJson); | ||
} | ||
@@ -138,0 +141,0 @@ } |
{ | ||
"name": "@lage-run/hasher", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Hasher for Lage Targets", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89915
2140