blockly-fluid 1.4.28 → 1.4.29

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -201,8 +201,8 @@ module.exports = (Blockly, { generator: languageGeneratorFallback, generators: l
201
201
  } else {
202
202
  if (output === "Color") (output = "Colour");
203
203
  if ((typeof output === "function") && ![String, Number, Boolean, Array, Object].includes(output)) {
204
- output = output();
205
204
  console.log(output, [String, Number, Boolean, Array, Object].includes(output));
205
+ output = output();
206
206
  };
207
207
 
208
208
  this.setPreviousStatement(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blockly-fluid",
3
- "version": "1.4.28",
3
+ "version": "1.4.29",
4
4
  "description": "A flexible proxy wrapper for Blockly blocks.",
5
5
  "main": "index.js",
6
6
  "scripts": {