@salesforce/lds-worker-api 1.210.0 → 1.211.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.210.0-b2655462f
798
+ // version: 1.211.0-a37f2b789
@@ -3862,7 +3862,7 @@ function withDefaultLuvio(callback) {
3862
3862
  }
3863
3863
  callbacks.push(callback);
3864
3864
  }
3865
- // version: 1.210.0-b2655462f
3865
+ // version: 1.211.0-a37f2b789
3866
3866
 
3867
3867
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3868
3868
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15295,7 +15295,7 @@ function parseAndVisit(source) {
15295
15295
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15296
15296
  return luvioDocumentNode;
15297
15297
  }
15298
- // version: 1.210.0-b2655462f
15298
+ // version: 1.211.0-a37f2b789
15299
15299
 
15300
15300
  function unwrap(data) {
15301
15301
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16218,7 +16218,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
16218
16218
  const { apiFamily, name } = metadata;
16219
16219
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16220
16220
  }
16221
- // version: 1.210.0-b2655462f
16221
+ // version: 1.211.0-a37f2b789
16222
16222
 
16223
16223
  /**
16224
16224
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -43556,7 +43556,7 @@ withDefaultLuvio((luvio) => {
43556
43556
  });
43557
43557
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
43558
43558
  });
43559
- // version: 1.210.0-2883d2f5f
43559
+ // version: 1.211.0-ba06d67e8
43560
43560
 
43561
43561
  var caseSensitiveUserId = '005B0000000GR4OIAW';
43562
43562
 
@@ -60154,7 +60154,7 @@ register({
60154
60154
  id: '@salesforce/lds-network-adapter',
60155
60155
  instrument: instrument$1,
60156
60156
  });
60157
- // version: 1.210.0-b2655462f
60157
+ // version: 1.211.0-a37f2b789
60158
60158
 
60159
60159
  const { create: create$2, keys: keys$2 } = Object;
60160
60160
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -77497,7 +77497,7 @@ register({
77497
77497
  configuration: { ...configurationForGraphQLAdapters },
77498
77498
  instrument,
77499
77499
  });
77500
- // version: 1.210.0-2883d2f5f
77500
+ // version: 1.211.0-ba06d67e8
77501
77501
 
77502
77502
  // On core the unstable adapters are re-exported with different names,
77503
77503
 
@@ -79744,7 +79744,7 @@ withDefaultLuvio((luvio) => {
79744
79744
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
79745
79745
  graphQLImperative = ldsAdapter;
79746
79746
  });
79747
- // version: 1.210.0-2883d2f5f
79747
+ // version: 1.211.0-ba06d67e8
79748
79748
 
79749
79749
  var gqlApi = /*#__PURE__*/Object.freeze({
79750
79750
  __proto__: null,
@@ -80458,4 +80458,4 @@ const { luvio } = getRuntime();
80458
80458
  setDefaultLuvio({ luvio });
80459
80459
 
80460
80460
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
80461
- // version: 1.210.0-b2655462f
80461
+ // version: 1.211.0-a37f2b789
@@ -3868,7 +3868,7 @@
3868
3868
  }
3869
3869
  callbacks.push(callback);
3870
3870
  }
3871
- // version: 1.210.0-b2655462f
3871
+ // version: 1.211.0-a37f2b789
3872
3872
 
3873
3873
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3874
3874
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15301,7 +15301,7 @@
15301
15301
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15302
15302
  return luvioDocumentNode;
15303
15303
  }
15304
- // version: 1.210.0-b2655462f
15304
+ // version: 1.211.0-a37f2b789
15305
15305
 
15306
15306
  function unwrap(data) {
15307
15307
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16224,7 +16224,7 @@
16224
16224
  const { apiFamily, name } = metadata;
16225
16225
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16226
16226
  }
16227
- // version: 1.210.0-b2655462f
16227
+ // version: 1.211.0-a37f2b789
16228
16228
 
16229
16229
  /**
16230
16230
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -43562,7 +43562,7 @@
43562
43562
  });
43563
43563
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListViewSummaryUpdateAvailable', notifyUpdateAvailableFactory));
43564
43564
  });
43565
- // version: 1.210.0-2883d2f5f
43565
+ // version: 1.211.0-ba06d67e8
43566
43566
 
43567
43567
  var caseSensitiveUserId = '005B0000000GR4OIAW';
43568
43568
 
@@ -60160,7 +60160,7 @@
60160
60160
  id: '@salesforce/lds-network-adapter',
60161
60161
  instrument: instrument$1,
60162
60162
  });
60163
- // version: 1.210.0-b2655462f
60163
+ // version: 1.211.0-a37f2b789
60164
60164
 
60165
60165
  const { create: create$2, keys: keys$2 } = Object;
60166
60166
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -77503,7 +77503,7 @@
77503
77503
  configuration: { ...configurationForGraphQLAdapters },
77504
77504
  instrument,
77505
77505
  });
77506
- // version: 1.210.0-2883d2f5f
77506
+ // version: 1.211.0-ba06d67e8
77507
77507
 
77508
77508
  // On core the unstable adapters are re-exported with different names,
77509
77509
 
@@ -79750,7 +79750,7 @@
79750
79750
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
79751
79751
  graphQLImperative = ldsAdapter;
79752
79752
  });
79753
- // version: 1.210.0-2883d2f5f
79753
+ // version: 1.211.0-ba06d67e8
79754
79754
 
79755
79755
  var gqlApi = /*#__PURE__*/Object.freeze({
79756
79756
  __proto__: null,
@@ -80481,4 +80481,4 @@
80481
80481
  Object.defineProperty(exports, '__esModule', { value: true });
80482
80482
 
80483
80483
  }));
80484
- // version: 1.210.0-b2655462f
80484
+ // version: 1.211.0-a37f2b789
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.210.0",
3
+ "version": "1.211.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",