@terraforge/core 0.0.14 → 0.0.15
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/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -968,6 +968,7 @@ const deployApp = async (app, opt) => {
|
|
|
968
968
|
if (!ignoreReplace && requiresReplacement(nodeState.input, input, meta$1.config?.replaceOnChanges ?? [])) if (meta$1.config?.createBeforeReplace) {
|
|
969
969
|
const priorState = { ...nodeState };
|
|
970
970
|
newResourceState = await createResource(node, appState.idempotentToken, input, opt);
|
|
971
|
+
if (newResourceState.output) meta$1.resolve(newResourceState.output);
|
|
971
972
|
if (!meta$1.config?.retainOnDelete) replacementDeletes.set(meta$1.urn, priorState);
|
|
972
973
|
} else {
|
|
973
974
|
for (const [dependentUrn, dependentNode] of nodeByUrn.entries()) {
|