@eide/foir-cli 0.48.0 → 0.48.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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -5696,7 +5696,8 @@ async function reconcileProfileSchema(client, manifest, summary) {
5696
5696
  if (!profileSchema) return;
5697
5697
  await client.settings.updateCustomerProfileSchema({
5698
5698
  fields: profileSchema.fields,
5699
- publicFields: profileSchema.publicFields ?? []
5699
+ publicFields: profileSchema.publicFields ?? [],
5700
+ lookups: profileSchema.lookups ?? []
5700
5701
  });
5701
5702
  summary.profileSchemaUpdated = true;
5702
5703
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eide/foir-cli",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "Universal platform CLI for Foir platform",
5
5
  "type": "module",
6
6
  "publishConfig": {