@salesforce/lds-worker-api 1.435.1 → 1.436.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.
@@ -1373,4 +1373,4 @@ if (process.env.NODE_ENV !== 'production') {
1373
1373
  }
1374
1374
 
1375
1375
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
1376
- // version: 1.435.1-4492aa27df
1376
+ // version: 1.436.0-581b8a5964
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
4274
4274
  }
4275
4275
  callbacks.push(callback);
4276
4276
  }
4277
- // version: 1.435.1-4492aa27df
4277
+ // version: 1.436.0-581b8a5964
4278
4278
 
4279
4279
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4280
4280
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -5318,7 +5318,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
5318
5318
  const { apiFamily, name } = metadata;
5319
5319
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
5320
5320
  }
5321
- // version: 1.435.1-4492aa27df
5321
+ // version: 1.436.0-581b8a5964
5322
5322
 
5323
5323
  function isSupportedEntity(_objectApiName) {
5324
5324
  return true;
@@ -32516,7 +32516,7 @@ withDefaultLuvio((luvio) => {
32516
32516
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
32517
32517
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
32518
32518
  });
32519
- // version: 1.435.1-a9f05717b8
32519
+ // version: 1.436.0-7cd4295391
32520
32520
 
32521
32521
  var allowUpdatesForNonCachedRecords = {
32522
32522
  isOpen: function (e) {
@@ -96640,7 +96640,7 @@ function buildServiceDescriptor$b(luvio) {
96640
96640
  },
96641
96641
  };
96642
96642
  }
96643
- // version: 1.435.1-4492aa27df
96643
+ // version: 1.436.0-581b8a5964
96644
96644
 
96645
96645
  /**
96646
96646
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -96666,7 +96666,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
96666
96666
  },
96667
96667
  };
96668
96668
  }
96669
- // version: 1.435.1-4492aa27df
96669
+ // version: 1.436.0-581b8a5964
96670
96670
 
96671
96671
  /*!
96672
96672
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -99394,7 +99394,7 @@ register$1({
99394
99394
  id: '@salesforce/lds-network-adapter',
99395
99395
  instrument: instrument$2,
99396
99396
  });
99397
- // version: 1.435.1-4492aa27df
99397
+ // version: 1.436.0-581b8a5964
99398
99398
 
99399
99399
  const { create: create$2, keys: keys$2 } = Object;
99400
99400
  const { stringify, parse } = JSON;
@@ -107048,7 +107048,7 @@ function registerCallback(cb) {
107048
107048
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
107049
107049
  }
107050
107050
  }
107051
- // version: 1.435.1-a9f05717b8
107051
+ // version: 1.436.0-7cd4295391
107052
107052
 
107053
107053
  function createFragmentMap(documentNode) {
107054
107054
  const fragments = {};
@@ -136255,7 +136255,7 @@ register$1({
136255
136255
  configuration: { ...configurationForGraphQLAdapters$1 },
136256
136256
  instrument: instrument$1,
136257
136257
  });
136258
- // version: 1.435.1-a9f05717b8
136258
+ // version: 1.436.0-7cd4295391
136259
136259
 
136260
136260
  // On core the unstable adapters are re-exported with different names,
136261
136261
  // we want to match them here.
@@ -136407,7 +136407,7 @@ withDefaultLuvio((luvio) => {
136407
136407
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
136408
136408
  graphQLImperative = ldsAdapter;
136409
136409
  });
136410
- // version: 1.435.1-a9f05717b8
136410
+ // version: 1.436.0-7cd4295391
136411
136411
 
136412
136412
  var gqlApi = /*#__PURE__*/Object.freeze({
136413
136413
  __proto__: null,
@@ -137206,7 +137206,7 @@ const callbacks$1 = [];
137206
137206
  function register(r) {
137207
137207
  callbacks$1.forEach((callback) => callback(r));
137208
137208
  }
137209
- // version: 1.435.1-4492aa27df
137209
+ // version: 1.436.0-581b8a5964
137210
137210
 
137211
137211
  /**
137212
137212
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -138495,4 +138495,4 @@ const { luvio } = getRuntime();
138495
138495
  setDefaultLuvio({ luvio });
138496
138496
 
138497
138497
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
138498
- // version: 1.435.1-4492aa27df
138498
+ // version: 1.436.0-581b8a5964
@@ -4280,7 +4280,7 @@
4280
4280
  }
4281
4281
  callbacks.push(callback);
4282
4282
  }
4283
- // version: 1.435.1-4492aa27df
4283
+ // version: 1.436.0-581b8a5964
4284
4284
 
4285
4285
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4286
4286
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -5324,7 +5324,7 @@
5324
5324
  const { apiFamily, name } = metadata;
5325
5325
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
5326
5326
  }
5327
- // version: 1.435.1-4492aa27df
5327
+ // version: 1.436.0-581b8a5964
5328
5328
 
5329
5329
  function isSupportedEntity(_objectApiName) {
5330
5330
  return true;
@@ -32522,7 +32522,7 @@
32522
32522
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
32523
32523
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
32524
32524
  });
32525
- // version: 1.435.1-a9f05717b8
32525
+ // version: 1.436.0-7cd4295391
32526
32526
 
32527
32527
  var allowUpdatesForNonCachedRecords = {
32528
32528
  isOpen: function (e) {
@@ -96646,7 +96646,7 @@
96646
96646
  },
96647
96647
  };
96648
96648
  }
96649
- // version: 1.435.1-4492aa27df
96649
+ // version: 1.436.0-581b8a5964
96650
96650
 
96651
96651
  /**
96652
96652
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -96672,7 +96672,7 @@
96672
96672
  },
96673
96673
  };
96674
96674
  }
96675
- // version: 1.435.1-4492aa27df
96675
+ // version: 1.436.0-581b8a5964
96676
96676
 
96677
96677
  /*!
96678
96678
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -99400,7 +99400,7 @@
99400
99400
  id: '@salesforce/lds-network-adapter',
99401
99401
  instrument: instrument$2,
99402
99402
  });
99403
- // version: 1.435.1-4492aa27df
99403
+ // version: 1.436.0-581b8a5964
99404
99404
 
99405
99405
  const { create: create$2, keys: keys$2 } = Object;
99406
99406
  const { stringify, parse } = JSON;
@@ -107054,7 +107054,7 @@
107054
107054
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
107055
107055
  }
107056
107056
  }
107057
- // version: 1.435.1-a9f05717b8
107057
+ // version: 1.436.0-7cd4295391
107058
107058
 
107059
107059
  function createFragmentMap(documentNode) {
107060
107060
  const fragments = {};
@@ -136261,7 +136261,7 @@
136261
136261
  configuration: { ...configurationForGraphQLAdapters$1 },
136262
136262
  instrument: instrument$1,
136263
136263
  });
136264
- // version: 1.435.1-a9f05717b8
136264
+ // version: 1.436.0-7cd4295391
136265
136265
 
136266
136266
  // On core the unstable adapters are re-exported with different names,
136267
136267
  // we want to match them here.
@@ -136413,7 +136413,7 @@
136413
136413
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
136414
136414
  graphQLImperative = ldsAdapter;
136415
136415
  });
136416
- // version: 1.435.1-a9f05717b8
136416
+ // version: 1.436.0-7cd4295391
136417
136417
 
136418
136418
  var gqlApi = /*#__PURE__*/Object.freeze({
136419
136419
  __proto__: null,
@@ -137212,7 +137212,7 @@
137212
137212
  function register(r) {
137213
137213
  callbacks$1.forEach((callback) => callback(r));
137214
137214
  }
137215
- // version: 1.435.1-4492aa27df
137215
+ // version: 1.436.0-581b8a5964
137216
137216
 
137217
137217
  /**
137218
137218
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -138522,4 +138522,4 @@
138522
138522
  exports.subscribeToAdapter = subscribeToAdapter;
138523
138523
 
138524
138524
  }));
138525
- // version: 1.435.1-4492aa27df
138525
+ // version: 1.436.0-581b8a5964
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.435.1",
3
+ "version": "1.436.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",
@@ -35,14 +35,14 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
38
- "@salesforce/lds-adapters-graphql": "^1.435.1",
39
- "@salesforce/lds-adapters-uiapi": "^1.435.1",
40
- "@salesforce/lds-default-luvio": "^1.435.1",
41
- "@salesforce/lds-drafts": "^1.435.1",
42
- "@salesforce/lds-graphql-parser": "^1.435.1",
43
- "@salesforce/lds-luvio-engine": "^1.435.1",
44
- "@salesforce/lds-runtime-mobile": "^1.435.1",
45
- "@salesforce/nimbus-plugin-lds": "^1.435.1",
38
+ "@salesforce/lds-adapters-graphql": "^1.436.0",
39
+ "@salesforce/lds-adapters-uiapi": "^1.436.0",
40
+ "@salesforce/lds-default-luvio": "^1.436.0",
41
+ "@salesforce/lds-drafts": "^1.436.0",
42
+ "@salesforce/lds-graphql-parser": "^1.436.0",
43
+ "@salesforce/lds-luvio-engine": "^1.436.0",
44
+ "@salesforce/lds-runtime-mobile": "^1.436.0",
45
+ "@salesforce/nimbus-plugin-lds": "^1.436.0",
46
46
  "ajv": "^8.11.0",
47
47
  "glob": "^7.1.5",
48
48
  "nimbus-types": "^2.0.0-alpha1",