@builttocreate/engine-utils 2.11.0-beta.1629.3 → 2.11.0-beta.1629.5

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.
@@ -460,6 +460,7 @@ var duplicateDocumentPage = exports.duplicateDocumentPage = function duplicateDo
460
460
  var config = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
461
461
  // Extract useReadableIds from pageDefaults to prevent it from being stored in page objects
462
462
  var useReadableIds = config.useReadableIds;
463
+ console.log('useReadableIds', useReadableIds);
463
464
  var changelogInfo = {
464
465
  primaryPages: {
465
466
  targetIndex: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.11.0-beta.1629.3",
3
+ "version": "2.11.0-beta.1629.5",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [