@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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -3
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraforge/core",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",