@salesforce/lds-worker-api 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.
@@ -761,4 +761,4 @@ if (process.env.NODE_ENV !== 'production') {
761
761
  }
762
762
 
763
763
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
764
- // version: 1.133.1-636752773
764
+ // version: 1.133.2-0c6b84e3c
@@ -3791,7 +3791,7 @@ function withDefaultLuvio(callback) {
3791
3791
  }
3792
3792
  callbacks.push(callback);
3793
3793
  }
3794
- // version: 1.133.1-636752773
3794
+ // version: 1.133.2-0c6b84e3c
3795
3795
 
3796
3796
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3797
3797
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15215,7 +15215,7 @@ function parseAndVisit(source) {
15215
15215
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15216
15216
  return luvioDocumentNode;
15217
15217
  }
15218
- // version: 1.133.1-636752773
15218
+ // version: 1.133.2-0c6b84e3c
15219
15219
 
15220
15220
  function unwrap(data) {
15221
15221
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16128,7 +16128,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
16128
16128
  const { apiFamily, name } = metadata;
16129
16129
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16130
16130
  }
16131
- // version: 1.133.1-636752773
16131
+ // version: 1.133.2-0c6b84e3c
16132
16132
 
16133
16133
  /**
16134
16134
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -19958,7 +19958,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
19958
19958
  parent: path.parent,
19959
19959
  propertyName: path.propertyName,
19960
19960
  };
19961
- let incomingRecord = childNormalize(input, store.readEntry(key), recordPath, luvio, store, timestamp);
19961
+ let incomingRecord = childNormalize(input, existingRecord, recordPath, luvio, store, timestamp);
19962
19962
  // read from the store again since it might have been ingested as a nested child ref
19963
19963
  existingRecord = store.readEntry(key);
19964
19964
  incomingRecord = merge$3(existingRecord, incomingRecord, luvio, path, recordConflictMap);
@@ -44428,7 +44428,7 @@ withDefaultLuvio((luvio) => {
44428
44428
  dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
44429
44429
  });
44430
44430
  });
44431
- // version: 1.133.1-8632ab1ba
44431
+ // version: 1.133.2-56a001840
44432
44432
 
44433
44433
  var caseSensitiveUserId = '005B0000000GR4OIAW';
44434
44434
 
@@ -60045,7 +60045,7 @@ register({
60045
60045
  id: '@salesforce/lds-network-adapter',
60046
60046
  instrument: instrument$1,
60047
60047
  });
60048
- // version: 1.133.1-636752773
60048
+ // version: 1.133.2-0c6b84e3c
60049
60049
 
60050
60050
  const { create: create$2, keys: keys$2 } = Object;
60051
60051
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -74353,7 +74353,7 @@ register({
74353
74353
  configuration: { ...configurationForGraphQLAdapters },
74354
74354
  instrument,
74355
74355
  });
74356
- // version: 1.133.1-8632ab1ba
74356
+ // version: 1.133.2-56a001840
74357
74357
 
74358
74358
  // On core the unstable adapters are re-exported with different names,
74359
74359
 
@@ -76482,7 +76482,7 @@ withDefaultLuvio((luvio) => {
76482
76482
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
76483
76483
  graphQLImperative = ldsAdapter;
76484
76484
  });
76485
- // version: 1.133.1-8632ab1ba
76485
+ // version: 1.133.2-56a001840
76486
76486
 
76487
76487
  var gqlApi = /*#__PURE__*/Object.freeze({
76488
76488
  __proto__: null,
@@ -77174,4 +77174,4 @@ const { luvio } = getRuntime();
77174
77174
  setDefaultLuvio({ luvio });
77175
77175
 
77176
77176
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
77177
- // version: 1.133.1-636752773
77177
+ // version: 1.133.2-0c6b84e3c
@@ -3797,7 +3797,7 @@
3797
3797
  }
3798
3798
  callbacks.push(callback);
3799
3799
  }
3800
- // version: 1.133.1-636752773
3800
+ // version: 1.133.2-0c6b84e3c
3801
3801
 
3802
3802
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3803
3803
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15221,7 +15221,7 @@
15221
15221
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15222
15222
  return luvioDocumentNode;
15223
15223
  }
15224
- // version: 1.133.1-636752773
15224
+ // version: 1.133.2-0c6b84e3c
15225
15225
 
15226
15226
  function unwrap(data) {
15227
15227
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16134,7 +16134,7 @@
16134
16134
  const { apiFamily, name } = metadata;
16135
16135
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16136
16136
  }
16137
- // version: 1.133.1-636752773
16137
+ // version: 1.133.2-0c6b84e3c
16138
16138
 
16139
16139
  /**
16140
16140
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -19964,7 +19964,7 @@
19964
19964
  parent: path.parent,
19965
19965
  propertyName: path.propertyName,
19966
19966
  };
19967
- let incomingRecord = childNormalize(input, store.readEntry(key), recordPath, luvio, store, timestamp);
19967
+ let incomingRecord = childNormalize(input, existingRecord, recordPath, luvio, store, timestamp);
19968
19968
  // read from the store again since it might have been ingested as a nested child ref
19969
19969
  existingRecord = store.readEntry(key);
19970
19970
  incomingRecord = merge$3(existingRecord, incomingRecord, luvio, path, recordConflictMap);
@@ -44434,7 +44434,7 @@
44434
44434
  dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
44435
44435
  });
44436
44436
  });
44437
- // version: 1.133.1-8632ab1ba
44437
+ // version: 1.133.2-56a001840
44438
44438
 
44439
44439
  var caseSensitiveUserId = '005B0000000GR4OIAW';
44440
44440
 
@@ -60051,7 +60051,7 @@
60051
60051
  id: '@salesforce/lds-network-adapter',
60052
60052
  instrument: instrument$1,
60053
60053
  });
60054
- // version: 1.133.1-636752773
60054
+ // version: 1.133.2-0c6b84e3c
60055
60055
 
60056
60056
  const { create: create$2, keys: keys$2 } = Object;
60057
60057
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -74359,7 +74359,7 @@
74359
74359
  configuration: { ...configurationForGraphQLAdapters },
74360
74360
  instrument,
74361
74361
  });
74362
- // version: 1.133.1-8632ab1ba
74362
+ // version: 1.133.2-56a001840
74363
74363
 
74364
74364
  // On core the unstable adapters are re-exported with different names,
74365
74365
 
@@ -76488,7 +76488,7 @@
76488
76488
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
76489
76489
  graphQLImperative = ldsAdapter;
76490
76490
  });
76491
- // version: 1.133.1-8632ab1ba
76491
+ // version: 1.133.2-56a001840
76492
76492
 
76493
76493
  var gqlApi = /*#__PURE__*/Object.freeze({
76494
76494
  __proto__: null,
@@ -77197,4 +77197,4 @@
77197
77197
  Object.defineProperty(exports, '__esModule', { value: true });
77198
77198
 
77199
77199
  }));
77200
- // version: 1.133.1-636752773
77200
+ // version: 1.133.2-0c6b84e3c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.133.1",
3
+ "version": "1.133.2",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",