@salesforce/lds-worker-api 1.203.0 → 1.204.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.
@@ -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.203.0-ccf927e5f
773
+ // version: 1.204.0-6b182ea17
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
3799
3799
  }
3800
3800
  callbacks.push(callback);
3801
3801
  }
3802
- // version: 1.203.0-ccf927e5f
3802
+ // version: 1.204.0-6b182ea17
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.203.0-ccf927e5f
15235
+ // version: 1.204.0-6b182ea17
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.203.0-ccf927e5f
16148
+ // version: 1.204.0-6b182ea17
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.203.0-2783d42bf
44942
+ // version: 1.204.0-971b78c84
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.203.0-ccf927e5f
61169
+ // version: 1.204.0-6b182ea17
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.203.0-2783d42bf
78512
+ // version: 1.204.0-971b78c84
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.203.0-2783d42bf
80759
+ // version: 1.204.0-971b78c84
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.203.0-ccf927e5f
81448
+ // version: 1.204.0-6b182ea17
@@ -3805,7 +3805,7 @@
3805
3805
  }
3806
3806
  callbacks.push(callback);
3807
3807
  }
3808
- // version: 1.203.0-ccf927e5f
3808
+ // version: 1.204.0-6b182ea17
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.203.0-ccf927e5f
15241
+ // version: 1.204.0-6b182ea17
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.203.0-ccf927e5f
16154
+ // version: 1.204.0-6b182ea17
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.203.0-2783d42bf
44948
+ // version: 1.204.0-971b78c84
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.203.0-ccf927e5f
61175
+ // version: 1.204.0-6b182ea17
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.203.0-2783d42bf
78518
+ // version: 1.204.0-971b78c84
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.203.0-2783d42bf
80765
+ // version: 1.204.0-971b78c84
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.203.0-ccf927e5f
81471
+ // version: 1.204.0-6b182ea17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.203.0",
3
+ "version": "1.204.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",