@salesforce/lds-worker-api 1.201.0 → 1.202.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.
@@ -770,4 +770,4 @@ if (process.env.NODE_ENV !== 'production') {
770
770
  }
771
771
 
772
772
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
773
- // version: 1.201.0-17060accd
773
+ // version: 1.202.1-4c23d89c7
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
3799
3799
  }
3800
3800
  callbacks.push(callback);
3801
3801
  }
3802
- // version: 1.201.0-17060accd
3802
+ // version: 1.202.1-4c23d89c7
3803
3803
 
3804
3804
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3805
3805
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15232,7 +15232,7 @@ function parseAndVisit(source) {
15232
15232
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15233
15233
  return luvioDocumentNode;
15234
15234
  }
15235
- // version: 1.201.0-17060accd
15235
+ // version: 1.202.1-4c23d89c7
15236
15236
 
15237
15237
  function unwrap(data) {
15238
15238
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16145,7 +16145,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
16145
16145
  const { apiFamily, name } = metadata;
16146
16146
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16147
16147
  }
16148
- // version: 1.201.0-17060accd
16148
+ // version: 1.202.1-4c23d89c7
16149
16149
 
16150
16150
  /**
16151
16151
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -44939,7 +44939,7 @@ withDefaultLuvio((luvio) => {
44939
44939
  });
44940
44940
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
44941
44941
  });
44942
- // version: 1.201.0-38fa4c20f
44942
+ // version: 1.202.1-0644fb410
44943
44943
 
44944
44944
  var caseSensitiveUserId = '005B0000000GR4OIAW';
44945
44945
 
@@ -61166,7 +61166,7 @@ register({
61166
61166
  id: '@salesforce/lds-network-adapter',
61167
61167
  instrument: instrument$1,
61168
61168
  });
61169
- // version: 1.201.0-17060accd
61169
+ // version: 1.202.1-4c23d89c7
61170
61170
 
61171
61171
  const { create: create$2, keys: keys$2 } = Object;
61172
61172
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -78509,7 +78509,7 @@ register({
78509
78509
  configuration: { ...configurationForGraphQLAdapters },
78510
78510
  instrument,
78511
78511
  });
78512
- // version: 1.201.0-38fa4c20f
78512
+ // version: 1.202.1-0644fb410
78513
78513
 
78514
78514
  // On core the unstable adapters are re-exported with different names,
78515
78515
 
@@ -80756,7 +80756,7 @@ withDefaultLuvio((luvio) => {
80756
80756
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
80757
80757
  graphQLImperative = ldsAdapter;
80758
80758
  });
80759
- // version: 1.201.0-38fa4c20f
80759
+ // version: 1.202.1-0644fb410
80760
80760
 
80761
80761
  var gqlApi = /*#__PURE__*/Object.freeze({
80762
80762
  __proto__: null,
@@ -81445,4 +81445,4 @@ const { luvio } = getRuntime();
81445
81445
  setDefaultLuvio({ luvio });
81446
81446
 
81447
81447
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
81448
- // version: 1.201.0-17060accd
81448
+ // version: 1.202.1-4c23d89c7
@@ -3805,7 +3805,7 @@
3805
3805
  }
3806
3806
  callbacks.push(callback);
3807
3807
  }
3808
- // version: 1.201.0-17060accd
3808
+ // version: 1.202.1-4c23d89c7
3809
3809
 
3810
3810
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3811
3811
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15238,7 +15238,7 @@
15238
15238
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15239
15239
  return luvioDocumentNode;
15240
15240
  }
15241
- // version: 1.201.0-17060accd
15241
+ // version: 1.202.1-4c23d89c7
15242
15242
 
15243
15243
  function unwrap(data) {
15244
15244
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16151,7 +16151,7 @@
16151
16151
  const { apiFamily, name } = metadata;
16152
16152
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16153
16153
  }
16154
- // version: 1.201.0-17060accd
16154
+ // version: 1.202.1-4c23d89c7
16155
16155
 
16156
16156
  /**
16157
16157
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -44945,7 +44945,7 @@
44945
44945
  });
44946
44946
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
44947
44947
  });
44948
- // version: 1.201.0-38fa4c20f
44948
+ // version: 1.202.1-0644fb410
44949
44949
 
44950
44950
  var caseSensitiveUserId = '005B0000000GR4OIAW';
44951
44951
 
@@ -61172,7 +61172,7 @@
61172
61172
  id: '@salesforce/lds-network-adapter',
61173
61173
  instrument: instrument$1,
61174
61174
  });
61175
- // version: 1.201.0-17060accd
61175
+ // version: 1.202.1-4c23d89c7
61176
61176
 
61177
61177
  const { create: create$2, keys: keys$2 } = Object;
61178
61178
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -78515,7 +78515,7 @@
78515
78515
  configuration: { ...configurationForGraphQLAdapters },
78516
78516
  instrument,
78517
78517
  });
78518
- // version: 1.201.0-38fa4c20f
78518
+ // version: 1.202.1-0644fb410
78519
78519
 
78520
78520
  // On core the unstable adapters are re-exported with different names,
78521
78521
 
@@ -80762,7 +80762,7 @@
80762
80762
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
80763
80763
  graphQLImperative = ldsAdapter;
80764
80764
  });
80765
- // version: 1.201.0-38fa4c20f
80765
+ // version: 1.202.1-0644fb410
80766
80766
 
80767
80767
  var gqlApi = /*#__PURE__*/Object.freeze({
80768
80768
  __proto__: null,
@@ -81468,4 +81468,4 @@
81468
81468
  Object.defineProperty(exports, '__esModule', { value: true });
81469
81469
 
81470
81470
  }));
81471
- // version: 1.201.0-17060accd
81471
+ // version: 1.202.1-4c23d89c7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.201.0",
3
+ "version": "1.202.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",