@terraforge/core 0.0.30 → 0.0.31
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 +0 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1132,9 +1132,6 @@ const createDeleteOperation = (urn, stackState) => {
|
|
|
1132
1132
|
};
|
|
1133
1133
|
};
|
|
1134
1134
|
const createUpdateOperation = (urn, state, nodeState) => {
|
|
1135
|
-
console.log(urn);
|
|
1136
|
-
console.log(nodeState.output);
|
|
1137
|
-
console.log(state);
|
|
1138
1135
|
return {
|
|
1139
1136
|
urn,
|
|
1140
1137
|
operation: "update",
|