@salesforce/lds-worker-api 1.136.7 → 1.136.8

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.
@@ -758,4 +758,4 @@ if (process.env.NODE_ENV !== 'production') {
758
758
  }
759
759
 
760
760
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
761
- // version: 1.136.7-777657471
761
+ // version: 1.136.8-1a1062e42
@@ -3797,7 +3797,7 @@ function withDefaultLuvio(callback) {
3797
3797
  }
3798
3798
  callbacks.push(callback);
3799
3799
  }
3800
- // version: 1.136.7-777657471
3800
+ // version: 1.136.8-1a1062e42
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 @@ function parseAndVisit(source) {
15221
15221
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15222
15222
  return luvioDocumentNode;
15223
15223
  }
15224
- // version: 1.136.7-777657471
15224
+ // version: 1.136.8-1a1062e42
15225
15225
 
15226
15226
  function unwrap(data) {
15227
15227
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16134,7 +16134,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
16134
16134
  const { apiFamily, name } = metadata;
16135
16135
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16136
16136
  }
16137
- // version: 1.136.7-777657471
16137
+ // version: 1.136.8-1a1062e42
16138
16138
 
16139
16139
  /**
16140
16140
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -29195,10 +29195,10 @@ function getTypeCacheKeys$x$1(luvio, input, fullPathFactory) {
29195
29195
  }
29196
29196
 
29197
29197
  const TTL$l = 300000;
29198
- const VERSION$N$1 = "38ee38ead5262047cfa7604e8bf72d4b";
29198
+ const VERSION$N$1 = "1781f2d3d4e413cf0c681774d82d02cd";
29199
29199
  const RepresentationType$v = 'AppRepresentation';
29200
29200
  function keyBuilder$17(luvio, config) {
29201
- return keyPrefix$1 + '::' + RepresentationType$v + ':' + config.appId;
29201
+ return keyPrefix$1 + '::' + RepresentationType$v + ':' + (config.appId === null ? '' : config.appId);
29202
29202
  }
29203
29203
  function keyBuilderFromType$j(luvio, object) {
29204
29204
  const keyParams = {
@@ -29346,11 +29346,6 @@ function equals$A(existing, incoming) {
29346
29346
  if (!(existing_selected === incoming_selected)) {
29347
29347
  return false;
29348
29348
  }
29349
- const existing_appId = existing.appId;
29350
- const incoming_appId = incoming.appId;
29351
- if (!(existing_appId === incoming_appId)) {
29352
- return false;
29353
- }
29354
29349
  const existing_developerName = existing.developerName;
29355
29350
  const incoming_developerName = incoming.developerName;
29356
29351
  if (!(existing_developerName === incoming_developerName)) {
@@ -29386,6 +29381,11 @@ function equals$A(existing, incoming) {
29386
29381
  if (!(existing_type === incoming_type)) {
29387
29382
  return false;
29388
29383
  }
29384
+ const existing_appId = existing.appId;
29385
+ const incoming_appId = incoming.appId;
29386
+ if (!(existing_appId === incoming_appId)) {
29387
+ return false;
29388
+ }
29389
29389
  const existing_description = existing.description;
29390
29390
  const incoming_description = incoming.description;
29391
29391
  if (!(existing_description === incoming_description)) {
@@ -43901,7 +43901,7 @@ withDefaultLuvio((luvio) => {
43901
43901
  dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
43902
43902
  });
43903
43903
  });
43904
- // version: 1.136.7-ae23b4cbb
43904
+ // version: 1.136.8-449f5be71
43905
43905
 
43906
43906
  var caseSensitiveUserId = '005B0000000GR4OIAW';
43907
43907
 
@@ -59637,7 +59637,7 @@ register({
59637
59637
  id: '@salesforce/lds-network-adapter',
59638
59638
  instrument: instrument$1,
59639
59639
  });
59640
- // version: 1.136.7-777657471
59640
+ // version: 1.136.8-1a1062e42
59641
59641
 
59642
59642
  const { create: create$2, keys: keys$2 } = Object;
59643
59643
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -74071,7 +74071,7 @@ register({
74071
74071
  configuration: { ...configurationForGraphQLAdapters },
74072
74072
  instrument,
74073
74073
  });
74074
- // version: 1.136.7-ae23b4cbb
74074
+ // version: 1.136.8-449f5be71
74075
74075
 
74076
74076
  // On core the unstable adapters are re-exported with different names,
74077
74077
 
@@ -76303,7 +76303,7 @@ withDefaultLuvio((luvio) => {
76303
76303
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
76304
76304
  graphQLImperative = ldsAdapter;
76305
76305
  });
76306
- // version: 1.136.7-ae23b4cbb
76306
+ // version: 1.136.8-449f5be71
76307
76307
 
76308
76308
  var gqlApi = /*#__PURE__*/Object.freeze({
76309
76309
  __proto__: null,
@@ -76992,4 +76992,4 @@ const { luvio } = getRuntime();
76992
76992
  setDefaultLuvio({ luvio });
76993
76993
 
76994
76994
  export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
76995
- // version: 1.136.7-777657471
76995
+ // version: 1.136.8-1a1062e42
@@ -3803,7 +3803,7 @@
3803
3803
  }
3804
3804
  callbacks.push(callback);
3805
3805
  }
3806
- // version: 1.136.7-777657471
3806
+ // version: 1.136.8-1a1062e42
3807
3807
 
3808
3808
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
3809
3809
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15227,7 +15227,7 @@
15227
15227
  updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
15228
15228
  return luvioDocumentNode;
15229
15229
  }
15230
- // version: 1.136.7-777657471
15230
+ // version: 1.136.8-1a1062e42
15231
15231
 
15232
15232
  function unwrap(data) {
15233
15233
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16140,7 +16140,7 @@
16140
16140
  const { apiFamily, name } = metadata;
16141
16141
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16142
16142
  }
16143
- // version: 1.136.7-777657471
16143
+ // version: 1.136.8-1a1062e42
16144
16144
 
16145
16145
  /**
16146
16146
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -29201,10 +29201,10 @@
29201
29201
  }
29202
29202
 
29203
29203
  const TTL$l = 300000;
29204
- const VERSION$N$1 = "38ee38ead5262047cfa7604e8bf72d4b";
29204
+ const VERSION$N$1 = "1781f2d3d4e413cf0c681774d82d02cd";
29205
29205
  const RepresentationType$v = 'AppRepresentation';
29206
29206
  function keyBuilder$17(luvio, config) {
29207
- return keyPrefix$1 + '::' + RepresentationType$v + ':' + config.appId;
29207
+ return keyPrefix$1 + '::' + RepresentationType$v + ':' + (config.appId === null ? '' : config.appId);
29208
29208
  }
29209
29209
  function keyBuilderFromType$j(luvio, object) {
29210
29210
  const keyParams = {
@@ -29352,11 +29352,6 @@
29352
29352
  if (!(existing_selected === incoming_selected)) {
29353
29353
  return false;
29354
29354
  }
29355
- const existing_appId = existing.appId;
29356
- const incoming_appId = incoming.appId;
29357
- if (!(existing_appId === incoming_appId)) {
29358
- return false;
29359
- }
29360
29355
  const existing_developerName = existing.developerName;
29361
29356
  const incoming_developerName = incoming.developerName;
29362
29357
  if (!(existing_developerName === incoming_developerName)) {
@@ -29392,6 +29387,11 @@
29392
29387
  if (!(existing_type === incoming_type)) {
29393
29388
  return false;
29394
29389
  }
29390
+ const existing_appId = existing.appId;
29391
+ const incoming_appId = incoming.appId;
29392
+ if (!(existing_appId === incoming_appId)) {
29393
+ return false;
29394
+ }
29395
29395
  const existing_description = existing.description;
29396
29396
  const incoming_description = incoming.description;
29397
29397
  if (!(existing_description === incoming_description)) {
@@ -43907,7 +43907,7 @@
43907
43907
  dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
43908
43908
  });
43909
43909
  });
43910
- // version: 1.136.7-ae23b4cbb
43910
+ // version: 1.136.8-449f5be71
43911
43911
 
43912
43912
  var caseSensitiveUserId = '005B0000000GR4OIAW';
43913
43913
 
@@ -59643,7 +59643,7 @@
59643
59643
  id: '@salesforce/lds-network-adapter',
59644
59644
  instrument: instrument$1,
59645
59645
  });
59646
- // version: 1.136.7-777657471
59646
+ // version: 1.136.8-1a1062e42
59647
59647
 
59648
59648
  const { create: create$2, keys: keys$2 } = Object;
59649
59649
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -74077,7 +74077,7 @@
74077
74077
  configuration: { ...configurationForGraphQLAdapters },
74078
74078
  instrument,
74079
74079
  });
74080
- // version: 1.136.7-ae23b4cbb
74080
+ // version: 1.136.8-449f5be71
74081
74081
 
74082
74082
  // On core the unstable adapters are re-exported with different names,
74083
74083
 
@@ -76309,7 +76309,7 @@
76309
76309
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
76310
76310
  graphQLImperative = ldsAdapter;
76311
76311
  });
76312
- // version: 1.136.7-ae23b4cbb
76312
+ // version: 1.136.8-449f5be71
76313
76313
 
76314
76314
  var gqlApi = /*#__PURE__*/Object.freeze({
76315
76315
  __proto__: null,
@@ -77015,4 +77015,4 @@
77015
77015
  Object.defineProperty(exports, '__esModule', { value: true });
77016
77016
 
77017
77017
  }));
77018
- // version: 1.136.7-777657471
77018
+ // version: 1.136.8-1a1062e42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.136.7",
3
+ "version": "1.136.8",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",