@terraforge/core 0.0.25 → 0.0.26

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 +3 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1133,6 +1133,9 @@ const refresh = async (app, opt) => {
1133
1133
  type: nodeState.type,
1134
1134
  state: nodeState.output
1135
1135
  });
1136
+ console.log(urn);
1137
+ console.log(nodeState.output);
1138
+ console.log(result?.state);
1136
1139
  if (!result) return {
1137
1140
  urn,
1138
1141
  operation: "delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraforge/core",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",