publ-echo-test 0.0.81 → 0.0.82

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.
@@ -196,7 +196,7 @@ export var addBulkToTarget = function (blockStructure, targetId, bulkIds // comp
196
196
  return blockStructure;
197
197
  }
198
198
  var bulkBlocks = targetBlock.children.filter(function (child) {
199
- if (child.type === 'COMPONENT_BLOCK' && bulkIds.includes(child.componentBlockId.toString())) {
199
+ if (child.type === 'COMPONENT_BLOCK' && bulkIds.includes(child.blockId.toString())) {
200
200
  return true;
201
201
  }
202
202
  if (child.type === 'GROUP_BLOCK' && bulkIds.includes(child.blockId)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",