@salesforce/lds-worker-api 1.219.0 → 1.220.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.
@@ -795,4 +795,4 @@ if (process.env.NODE_ENV !== 'production') {
795
795
  }
796
796
 
797
797
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
798
- // version: 1.219.0-e5e550eb7
798
+ // version: 1.220.0-c9d2c1671
@@ -3968,7 +3968,7 @@ function withDefaultLuvio(callback) {
3968
3968
  }
3969
3969
  callbacks.push(callback);
3970
3970
  }
3971
- // version: 1.219.0-e5e550eb7
3971
+ // version: 1.220.0-c9d2c1671
3972
3972
 
3973
3973
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3974
3974
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15401,7 +15401,7 @@ function parseAndVisit(source) {
15401
15401
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15402
15402
  return luvioDocumentNode;
15403
15403
  }
15404
- // version: 1.219.0-e5e550eb7
15404
+ // version: 1.220.0-c9d2c1671
15405
15405
 
15406
15406
  function unwrap(data) {
15407
15407
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16324,7 +16324,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
16324
16324
  const { apiFamily, name } = metadata;
16325
16325
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16326
16326
  }
16327
- // version: 1.219.0-e5e550eb7
16327
+ // version: 1.220.0-c9d2c1671
16328
16328
 
16329
16329
  /**
16330
16330
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -41116,7 +41116,7 @@ withDefaultLuvio((luvio) => {
41116
41116
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory$1));
41117
41117
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory));
41118
41118
  });
41119
- // version: 1.219.0-618e40815
41119
+ // version: 1.220.0-8c2aedc85
41120
41120
 
41121
41121
  var caseSensitiveUserId = '005B0000000GR4OIAW';
41122
41122
 
@@ -57714,7 +57714,7 @@ register({
57714
57714
  id: '@salesforce/lds-network-adapter',
57715
57715
  instrument: instrument$1,
57716
57716
  });
57717
- // version: 1.219.0-e5e550eb7
57717
+ // version: 1.220.0-c9d2c1671
57718
57718
 
57719
57719
  const { create: create$2, keys: keys$2 } = Object;
57720
57720
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -75992,7 +75992,7 @@ register({
75992
75992
  configuration: { ...configurationForGraphQLAdapters },
75993
75993
  instrument,
75994
75994
  });
75995
- // version: 1.219.0-618e40815
75995
+ // version: 1.220.0-8c2aedc85
75996
75996
 
75997
75997
  // On core the unstable adapters are re-exported with different names,
75998
75998
 
@@ -78239,7 +78239,7 @@ withDefaultLuvio((luvio) => {
78239
78239
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
78240
78240
  graphQLImperative = ldsAdapter;
78241
78241
  });
78242
- // version: 1.219.0-618e40815
78242
+ // version: 1.220.0-8c2aedc85
78243
78243
 
78244
78244
  var gqlApi = /*#__PURE__*/Object.freeze({
78245
78245
  __proto__: null,
@@ -78953,4 +78953,4 @@ const { luvio } = getRuntime();
78953
78953
  setDefaultLuvio({ luvio });
78954
78954
 
78955
78955
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
78956
- // version: 1.219.0-e5e550eb7
78956
+ // version: 1.220.0-c9d2c1671
@@ -3974,7 +3974,7 @@
3974
3974
  }
3975
3975
  callbacks.push(callback);
3976
3976
  }
3977
- // version: 1.219.0-e5e550eb7
3977
+ // version: 1.220.0-c9d2c1671
3978
3978
 
3979
3979
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3980
3980
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15407,7 +15407,7 @@
15407
15407
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15408
15408
  return luvioDocumentNode;
15409
15409
  }
15410
- // version: 1.219.0-e5e550eb7
15410
+ // version: 1.220.0-c9d2c1671
15411
15411
 
15412
15412
  function unwrap(data) {
15413
15413
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16330,7 +16330,7 @@
16330
16330
  const { apiFamily, name } = metadata;
16331
16331
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16332
16332
  }
16333
- // version: 1.219.0-e5e550eb7
16333
+ // version: 1.220.0-c9d2c1671
16334
16334
 
16335
16335
  /**
16336
16336
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -41122,7 +41122,7 @@
41122
41122
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory$1));
41123
41123
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory));
41124
41124
  });
41125
- // version: 1.219.0-618e40815
41125
+ // version: 1.220.0-8c2aedc85
41126
41126
 
41127
41127
  var caseSensitiveUserId = '005B0000000GR4OIAW';
41128
41128
 
@@ -57720,7 +57720,7 @@
57720
57720
  id: '@salesforce/lds-network-adapter',
57721
57721
  instrument: instrument$1,
57722
57722
  });
57723
- // version: 1.219.0-e5e550eb7
57723
+ // version: 1.220.0-c9d2c1671
57724
57724
 
57725
57725
  const { create: create$2, keys: keys$2 } = Object;
57726
57726
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -75998,7 +75998,7 @@
75998
75998
  configuration: { ...configurationForGraphQLAdapters },
75999
75999
  instrument,
76000
76000
  });
76001
- // version: 1.219.0-618e40815
76001
+ // version: 1.220.0-8c2aedc85
76002
76002
 
76003
76003
  // On core the unstable adapters are re-exported with different names,
76004
76004
 
@@ -78245,7 +78245,7 @@
78245
78245
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
78246
78246
  graphQLImperative = ldsAdapter;
78247
78247
  });
78248
- // version: 1.219.0-618e40815
78248
+ // version: 1.220.0-8c2aedc85
78249
78249
 
78250
78250
  var gqlApi = /*#__PURE__*/Object.freeze({
78251
78251
  __proto__: null,
@@ -78976,4 +78976,4 @@
78976
78976
  Object.defineProperty(exports, '__esModule', { value: true });
78977
78977
 
78978
78978
  }));
78979
- // version: 1.219.0-e5e550eb7
78979
+ // version: 1.220.0-c9d2c1671
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.219.0",
3
+ "version": "1.220.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",