@lage-run/hasher
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -5,6 +5,42 @@ { | ||
{ | ||
"date": "Tue, 12 Dec 2023 04:22:18 GMT", | ||
"date": "Thu, 21 Dec 2023 09:48:33 GMT", | ||
"version": "1.0.7", | ||
"tag": "@lage-run/hasher_v1.0.7", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@lage-run/hasher", | ||
"commit": "429047eb173880261b9e76f82ef1fcf7bfe9e29a", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@lage-run/hasher", | ||
"comment": "Bump @lage-run/target-graph to v0.8.9", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 21 Dec 2023 08:37:41 GMT", | ||
"version": "1.0.6", | ||
"tag": "@lage-run/hasher_v1.0.6", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "@lage-run/hasher", | ||
"commit": "0752bad677868d982719f792f6692ab43ad325e0", | ||
"comment": "Use ranges for devDependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 12 Dec 2023 04:22:41 GMT", | ||
"version": "1.0.6", | ||
"tag": "@lage-run/hasher_v1.0.6", | ||
"comments": { | ||
"patch": [ | ||
@@ -11,0 +47,0 @@ { |
# Change Log - @lage-run/hasher | ||
This log was last generated on Tue, 12 Dec 2023 04:22:18 GMT and should not be manually modified. | ||
This log was last generated on Thu, 21 Dec 2023 09:48:33 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 1.0.7 | ||
Thu, 21 Dec 2023 09:48:33 GMT | ||
### Patches | ||
- Pin external deps to ensure explicit updates to lage bundle (elcraig@microsoft.com) | ||
- Bump @lage-run/target-graph to v0.8.9 | ||
## 1.0.6 | ||
Tue, 12 Dec 2023 04:22:18 GMT | ||
Tue, 12 Dec 2023 04:22:41 GMT | ||
@@ -11,0 +20,0 @@ ### Patches |
@@ -1,1 +0,1 @@ | ||
module.exports = require("monorepo-scripts/config/jest.config.js"); | ||
module.exports = require("@lage-run/monorepo-scripts/config/jest.config.js"); |
{ | ||
"name": "@lage-run/hasher", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Hasher for Lage Targets", | ||
@@ -18,15 +18,15 @@ "repository": { | ||
"dependencies": { | ||
"@lage-run/target-graph": "^0.8.8", | ||
"@lage-run/target-graph": "^0.8.9", | ||
"@lage-run/logger": "^1.3.0", | ||
"execa": "^5.1.1", | ||
"workspace-tools": "^0.36.4", | ||
"fast-glob": "^3.2.12", | ||
"execa": "5.1.1", | ||
"workspace-tools": "0.36.4", | ||
"fast-glob": "3.3.1", | ||
"glob-hasher": "^1.3.0", | ||
"graceful-fs": "^4.2.11", | ||
"micromatch": "^4.0.5" | ||
"graceful-fs": "4.2.11", | ||
"micromatch": "4.0.5" | ||
}, | ||
"devDependencies": { | ||
"@types/graceful-fs": "^4.1.6", | ||
"@lage-run/monorepo-fixture": "^0.1.0", | ||
"monorepo-scripts": "*" | ||
"@lage-run/monorepo-fixture": "*", | ||
"@lage-run/monorepo-scripts": "*", | ||
"@types/graceful-fs": "^4.1.6" | ||
}, | ||
@@ -33,0 +33,0 @@ "publishConfig": { |
93335
2233
+ Addedfast-glob@3.3.1(transitive)
+ Addedmicromatch@4.0.5(transitive)
- Removedfast-glob@3.3.3(transitive)
- Removedmicromatch@4.0.8(transitive)
Updatedexeca@5.1.1
Updatedfast-glob@3.3.1
Updatedgraceful-fs@4.2.11
Updatedmicromatch@4.0.5
Updatedworkspace-tools@0.36.4