flowscale 1.0.17-beta.3 → 1.0.17-beta.4

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.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -184,6 +184,7 @@ var FlowscaleAPI = /** @class */ (function () {
184
184
  return [4 /*yield*/, this.getOutput(outputName)];
185
185
  case 4:
186
186
  output = _c.sent();
187
+ console.log("DEBUG:", output);
187
188
  if (output) {
188
189
  if (output.status === 'success' && output.data.generation_status === 'completed') {
189
190
  return [2 /*return*/, output];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowscale",
3
- "version": "1.0.17-beta.3",
3
+ "version": "1.0.17-beta.4",
4
4
  "description": "An NPM library for communicating with the Flowscale APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",