@lage-run/target-graph
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Sun, 04 Sep 2022 23:00:04 GMT", | ||
"date": "Tue, 06 Sep 2022 20:10:00 GMT", | ||
"tag": "@lage-run/target-graph_v0.3.1", | ||
"version": "0.3.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "kchau@microsoft.com", | ||
"package": "@lage-run/target-graph", | ||
"commit": "f349df7d144cbe2a575c6dc7cc34fd30c1ccf035", | ||
"comment": "disables cache for global targets (for now, since backfill doesn't support it)" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Sun, 04 Sep 2022 23:00:20 GMT", | ||
"tag": "@lage-run/target-graph_v0.3.0", | ||
@@ -8,0 +23,0 @@ "version": "0.3.0", |
# Change Log - @lage-run/target-graph | ||
This log was last generated on Sun, 04 Sep 2022 23:00:04 GMT and should not be manually modified. | ||
This log was last generated on Tue, 06 Sep 2022 20:10:00 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.3.1 | ||
Tue, 06 Sep 2022 20:10:00 GMT | ||
### Patches | ||
- disables cache for global targets (for now, since backfill doesn't support it) (kchau@microsoft.com) | ||
## 0.3.0 | ||
Sun, 04 Sep 2022 23:00:04 GMT | ||
Sun, 04 Sep 2022 23:00:20 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -55,4 +55,6 @@ "use strict"; | ||
type: config.type, | ||
task: targetId, | ||
cache: cache !== false, | ||
task, | ||
// TODO: backfill currently cannot cache global targets! | ||
// NOTE: We should force cache inputs to be defined for global targets | ||
cache: false, | ||
cwd: this.root, | ||
@@ -59,0 +61,0 @@ dependencies: (_a = dependsOn !== null && dependsOn !== void 0 ? dependsOn : deps) !== null && _a !== void 0 ? _a : [], |
{ | ||
"name": "@lage-run/target-graph", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Target for Lage", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
43755
773