@graphcommerce/next-config 9.1.0-canary.53 → 9.1.0-canary.55

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.55
4
+
5
+ ## 9.1.0-canary.54
6
+
3
7
  ## 9.1.0-canary.53
4
8
 
5
9
  ## 9.1.0-canary.52
package/dist/index.js CHANGED
@@ -382,7 +382,7 @@ var defaultReconciler = function(target, source, property) {
382
382
  };
383
383
  var DeepMerger = (
384
384
  /** @class */
385
- function() {
385
+ (function() {
386
386
  function DeepMerger2(reconciler) {
387
387
  if (reconciler === void 0) {
388
388
  reconciler = defaultReconciler;
@@ -435,7 +435,7 @@ var DeepMerger = (
435
435
  return value;
436
436
  };
437
437
  return DeepMerger2;
438
- }()
438
+ })()
439
439
  );
440
440
 
441
441
  var toString = Object.prototype.toString;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-config",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.53",
5
+ "version": "9.1.0-canary.55",
6
6
  "type": "module",
7
7
  "types": "./src/index.ts",
8
8
  "exports": {
@@ -43,7 +43,7 @@
43
43
  "zod": "^3.24.1"
44
44
  },
45
45
  "peerDependencies": {
46
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.53",
46
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.55",
47
47
  "@lingui/loader": "*",
48
48
  "@lingui/macro": "*",
49
49
  "@lingui/react": "*",