@epic-web/workshop-utils 6.52.0 → 6.53.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.
@@ -438,8 +438,18 @@ async function _getApps({ timings, request, } = {}) {
438
438
  }
439
439
  }
440
440
  console.error('unhandled sorting case', {
441
- a: { type: a.type, name: a.name, isProblem: aIsProblem, isSolution: aIsSolution },
442
- b: { type: b.type, name: b.name, isProblem: bIsProblem, isSolution: bIsSolution },
441
+ a: {
442
+ type: a.type,
443
+ name: a.name,
444
+ isProblem: aIsProblem,
445
+ isSolution: aIsSolution,
446
+ },
447
+ b: {
448
+ type: b.type,
449
+ name: b.name,
450
+ isProblem: bIsProblem,
451
+ isSolution: bIsSolution,
452
+ },
443
453
  });
444
454
  return 0;
445
455
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epic-web/workshop-utils",
3
- "version": "6.52.0",
3
+ "version": "6.53.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },