publ-echo-test 0.0.138 → 0.0.139

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.
@@ -119,7 +119,7 @@ export var findGroupBlocks = function (block, targetId) {
119
119
  if (targetBlock.blockId === 'ROOT') {
120
120
  return groupBlocks;
121
121
  }
122
- if (groupInBulk.length > 0) {
122
+ if (groupInBulk && groupInBulk.length > 0) {
123
123
  return [targetBlock].concat(groupBlocks).concat(groupInBulk);
124
124
  }
125
125
  return [targetBlock].concat(groupBlocks);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.138",
3
+ "version": "0.0.139",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",