@salesforce/lwc-adapters-uiapi 1.133.1 → 1.133.2

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/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -12283,7 +12283,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
12283
12283
  parent: path.parent,
12284
12284
  propertyName: path.propertyName,
12285
12285
  };
12286
- let incomingRecord = childNormalize(input, store.readEntry(key), recordPath, luvio, store, timestamp);
12286
+ let incomingRecord = childNormalize(input, existingRecord, recordPath, luvio, store, timestamp);
12287
12287
  // read from the store again since it might have been ingested as a nested child ref
12288
12288
  existingRecord = store.readEntry(key);
12289
12289
  incomingRecord = merge$3(existingRecord, incomingRecord, luvio, path, recordConflictMap);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.133.1",
3
+ "version": "1.133.2",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "UIAPI adapters with LWC bindings",
6
6
  "module": "dist/main.js",