From 1ab6cc2c98973cdb516cffe28c4ad1d0a50c5d3a Mon Sep 17 00:00:00 2001 From: Michael Sober Date: Thu, 30 Jul 2026 06:52:40 +0000 Subject: [PATCH] fix(push-notifications): add customer-profiles subpath package.json for legacy/Metro resolution --- .../push-notifications/customer-profiles/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/aws-amplify/push-notifications/customer-profiles/package.json diff --git a/packages/aws-amplify/push-notifications/customer-profiles/package.json b/packages/aws-amplify/push-notifications/customer-profiles/package.json new file mode 100644 index 00000000000..6c70ea18ba0 --- /dev/null +++ b/packages/aws-amplify/push-notifications/customer-profiles/package.json @@ -0,0 +1,8 @@ +{ + "name": "aws-amplify/push-notifications/customer-profiles", + "main": "../../dist/cjs/push-notifications/customer-profiles/index.js", + "react-native": "../../dist/cjs/push-notifications/customer-profiles/index.js", + "browser": "../../dist/esm/push-notifications/customer-profiles/index.mjs", + "module": "../../dist/esm/push-notifications/customer-profiles/index.mjs", + "typings": "../../dist/esm/push-notifications/customer-profiles/index.d.ts" +}