@protorobotics/jenga 1.1.0 → 1.1.1

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/jenga.js +1 -1
  2. package/package.json +1 -1
package/jenga.js CHANGED
@@ -101,7 +101,7 @@ function initBlocklyBlock(entry, category, generator) {
101
101
  init: function () {
102
102
  const inputConn = entry.blocklyInput;
103
103
  const rootInput = !inputConn
104
- ? this.appendDummyInput()
104
+ ? this.appendDummyInput("dummyInput")
105
105
  : this.appendValueInput(inputConn.name).setCheck(inputConn.type);
106
106
 
107
107
  for (const field of entry.blocklyTemplate) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protorobotics/jenga",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Build a function vocabulary and a blockly instance from one JSON object",
5
5
  "keywords": [
6
6
  "blockly",