@salesforce/lds-worker-api 1.421.0 → 1.421.1

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.
@@ -1371,4 +1371,4 @@ if (process.env.NODE_ENV !== 'production') {
1371
1371
  }
1372
1372
 
1373
1373
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
1374
- // version: 1.421.0-2828c95aef
1374
+ // version: 1.421.1-4ac91ce6d0
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
4274
4274
  }
4275
4275
  callbacks.push(callback);
4276
4276
  }
4277
- // version: 1.421.0-2828c95aef
4277
+ // version: 1.421.1-4ac91ce6d0
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.421.0-2828c95aef
5321
+ // version: 1.421.1-4ac91ce6d0
5322
5322
 
5323
5323
  /**
5324
5324
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -35491,7 +35491,7 @@ withDefaultLuvio((luvio) => {
35491
35491
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
35492
35492
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
35493
35493
  });
35494
- // version: 1.421.0-45320a2742
35494
+ // version: 1.421.1-00b4791b5e
35495
35495
 
35496
35496
  var allowUpdatesForNonCachedRecords = {
35497
35497
  isOpen: function (e) {
@@ -99069,7 +99069,7 @@ function buildServiceDescriptor$b(luvio) {
99069
99069
  },
99070
99070
  };
99071
99071
  }
99072
- // version: 1.421.0-45320a2742
99072
+ // version: 1.421.1-00b4791b5e
99073
99073
 
99074
99074
  /**
99075
99075
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -99095,7 +99095,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
99095
99095
  },
99096
99096
  };
99097
99097
  }
99098
- // version: 1.421.0-45320a2742
99098
+ // version: 1.421.1-00b4791b5e
99099
99099
 
99100
99100
  /*!
99101
99101
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -101744,7 +101744,7 @@ register$1({
101744
101744
  id: '@salesforce/lds-network-adapter',
101745
101745
  instrument: instrument$2,
101746
101746
  });
101747
- // version: 1.421.0-2828c95aef
101747
+ // version: 1.421.1-4ac91ce6d0
101748
101748
 
101749
101749
  const { create: create$2, keys: keys$2 } = Object;
101750
101750
  const { stringify, parse } = JSON;
@@ -109716,7 +109716,7 @@ function registerCallback(cb) {
109716
109716
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
109717
109717
  }
109718
109718
  }
109719
- // version: 1.421.0-45320a2742
109719
+ // version: 1.421.1-00b4791b5e
109720
109720
 
109721
109721
  function createFragmentMap(documentNode) {
109722
109722
  const fragments = {};
@@ -138941,7 +138941,7 @@ register$1({
138941
138941
  configuration: { ...configurationForGraphQLAdapters$1 },
138942
138942
  instrument: instrument$1,
138943
138943
  });
138944
- // version: 1.421.0-45320a2742
138944
+ // version: 1.421.1-00b4791b5e
138945
138945
 
138946
138946
  // On core the unstable adapters are re-exported with different names,
138947
138947
  // we want to match them here.
@@ -139093,7 +139093,7 @@ withDefaultLuvio((luvio) => {
139093
139093
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
139094
139094
  graphQLImperative = ldsAdapter;
139095
139095
  });
139096
- // version: 1.421.0-45320a2742
139096
+ // version: 1.421.1-00b4791b5e
139097
139097
 
139098
139098
  var gqlApi = /*#__PURE__*/Object.freeze({
139099
139099
  __proto__: null,
@@ -139892,7 +139892,7 @@ const callbacks$1 = [];
139892
139892
  function register(r) {
139893
139893
  callbacks$1.forEach((callback) => callback(r));
139894
139894
  }
139895
- // version: 1.421.0-2828c95aef
139895
+ // version: 1.421.1-4ac91ce6d0
139896
139896
 
139897
139897
  /**
139898
139898
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -141208,4 +141208,4 @@ const { luvio } = getRuntime();
141208
141208
  setDefaultLuvio({ luvio });
141209
141209
 
141210
141210
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
141211
- // version: 1.421.0-2828c95aef
141211
+ // version: 1.421.1-4ac91ce6d0
@@ -4280,7 +4280,7 @@
4280
4280
  }
4281
4281
  callbacks.push(callback);
4282
4282
  }
4283
- // version: 1.421.0-2828c95aef
4283
+ // version: 1.421.1-4ac91ce6d0
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.421.0-2828c95aef
5327
+ // version: 1.421.1-4ac91ce6d0
5328
5328
 
5329
5329
  /**
5330
5330
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -35497,7 +35497,7 @@
35497
35497
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
35498
35498
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
35499
35499
  });
35500
- // version: 1.421.0-45320a2742
35500
+ // version: 1.421.1-00b4791b5e
35501
35501
 
35502
35502
  var allowUpdatesForNonCachedRecords = {
35503
35503
  isOpen: function (e) {
@@ -99075,7 +99075,7 @@
99075
99075
  },
99076
99076
  };
99077
99077
  }
99078
- // version: 1.421.0-45320a2742
99078
+ // version: 1.421.1-00b4791b5e
99079
99079
 
99080
99080
  /**
99081
99081
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -99101,7 +99101,7 @@
99101
99101
  },
99102
99102
  };
99103
99103
  }
99104
- // version: 1.421.0-45320a2742
99104
+ // version: 1.421.1-00b4791b5e
99105
99105
 
99106
99106
  /*!
99107
99107
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -101750,7 +101750,7 @@
101750
101750
  id: '@salesforce/lds-network-adapter',
101751
101751
  instrument: instrument$2,
101752
101752
  });
101753
- // version: 1.421.0-2828c95aef
101753
+ // version: 1.421.1-4ac91ce6d0
101754
101754
 
101755
101755
  const { create: create$2, keys: keys$2 } = Object;
101756
101756
  const { stringify, parse } = JSON;
@@ -109722,7 +109722,7 @@
109722
109722
  cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
109723
109723
  }
109724
109724
  }
109725
- // version: 1.421.0-45320a2742
109725
+ // version: 1.421.1-00b4791b5e
109726
109726
 
109727
109727
  function createFragmentMap(documentNode) {
109728
109728
  const fragments = {};
@@ -138947,7 +138947,7 @@
138947
138947
  configuration: { ...configurationForGraphQLAdapters$1 },
138948
138948
  instrument: instrument$1,
138949
138949
  });
138950
- // version: 1.421.0-45320a2742
138950
+ // version: 1.421.1-00b4791b5e
138951
138951
 
138952
138952
  // On core the unstable adapters are re-exported with different names,
138953
138953
  // we want to match them here.
@@ -139099,7 +139099,7 @@
139099
139099
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
139100
139100
  graphQLImperative = ldsAdapter;
139101
139101
  });
139102
- // version: 1.421.0-45320a2742
139102
+ // version: 1.421.1-00b4791b5e
139103
139103
 
139104
139104
  var gqlApi = /*#__PURE__*/Object.freeze({
139105
139105
  __proto__: null,
@@ -139898,7 +139898,7 @@
139898
139898
  function register(r) {
139899
139899
  callbacks$1.forEach((callback) => callback(r));
139900
139900
  }
139901
- // version: 1.421.0-2828c95aef
139901
+ // version: 1.421.1-4ac91ce6d0
139902
139902
 
139903
139903
  /**
139904
139904
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -141235,4 +141235,4 @@
141235
141235
  exports.subscribeToAdapter = subscribeToAdapter;
141236
141236
 
141237
141237
  }));
141238
- // version: 1.421.0-2828c95aef
141238
+ // version: 1.421.1-4ac91ce6d0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.421.0",
3
+ "version": "1.421.1",
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.421.0",
39
- "@salesforce/lds-adapters-uiapi": "^1.421.0",
40
- "@salesforce/lds-default-luvio": "^1.421.0",
41
- "@salesforce/lds-drafts": "^1.421.0",
42
- "@salesforce/lds-graphql-parser": "^1.421.0",
43
- "@salesforce/lds-luvio-engine": "^1.421.0",
44
- "@salesforce/lds-runtime-mobile": "^1.421.0",
45
- "@salesforce/nimbus-plugin-lds": "^1.421.0",
38
+ "@salesforce/lds-adapters-graphql": "^1.421.1",
39
+ "@salesforce/lds-adapters-uiapi": "^1.421.1",
40
+ "@salesforce/lds-default-luvio": "^1.421.1",
41
+ "@salesforce/lds-drafts": "^1.421.1",
42
+ "@salesforce/lds-graphql-parser": "^1.421.1",
43
+ "@salesforce/lds-luvio-engine": "^1.421.1",
44
+ "@salesforce/lds-runtime-mobile": "^1.421.1",
45
+ "@salesforce/nimbus-plugin-lds": "^1.421.1",
46
46
  "ajv": "^8.11.0",
47
47
  "glob": "^7.1.5",
48
48
  "nimbus-types": "^2.0.0-alpha1",