pds-dev-kit-web-test 2.5.722 → 2.5.723

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.
@@ -288,7 +288,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
288
288
  block: {
289
289
  type: 'BULK',
290
290
  blockId: 'BULK',
291
- childrenBlockIds: bulks_1,
291
+ childrenBlockIds: newBulkIdsArray,
292
292
  workDir: (_a = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _a !== void 0 ? _a : 'NOT-FOUND',
293
293
  childrenCBIds: childrenCBIds,
294
294
  groupDisabled: groupDisabled && editingGroupBlock !== 'ROOT'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.722",
3
+ "version": "2.5.723",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",