@salesforce/lwc-adapters-uiapi 1.220.0 → 1.221.0

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 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -13521,6 +13521,7 @@ const ingest$1Q = (input, path, luvio, store, timestamp) => {
13521
13521
  conflicts: {},
13522
13522
  serverRequestCount: 0,
13523
13523
  };
13524
+ input.eTag = ''; //[W-13724550] Record Reps ALWAYS have '' etag, to be consistent with GraphQL, as it is not queryable via GraphQL.
13524
13525
  const result = createRecordIngest(BLANK_RECORD_FIELDS_TRIE, BLANK_RECORD_FIELDS_TRIE, conflictMap)(input, path, luvio, store, timestamp);
13525
13526
  resolveConflict(luvio, conflictMap);
13526
13527
  return result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lwc-adapters-uiapi",
3
- "version": "1.220.0",
3
+ "version": "1.221.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "UIAPI adapters with LWC bindings",
6
6
  "module": "dist/main.js",