@salesforce/lds-worker-api 1.309.0-dev13 → 1.309.0-dev14

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.
@@ -1077,4 +1077,4 @@ if (process.env.NODE_ENV !== 'production') {
1077
1077
  }
1078
1078
 
1079
1079
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
1080
- // version: 1.309.0-dev13-579febfe20
1080
+ // version: 1.309.0-dev14-eec35cd428
@@ -4265,7 +4265,7 @@ function withDefaultLuvio(callback) {
4265
4265
  }
4266
4266
  callbacks.push(callback);
4267
4267
  }
4268
- // version: 1.309.0-dev13-579febfe20
4268
+ // version: 1.309.0-dev14-eec35cd428
4269
4269
 
4270
4270
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4271
4271
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15764,7 +15764,7 @@ function gql(literals, ...subs) {
15764
15764
  }
15765
15765
  return superResult;
15766
15766
  }
15767
- // version: 1.309.0-dev13-579febfe20
15767
+ // version: 1.309.0-dev14-eec35cd428
15768
15768
 
15769
15769
  function unwrap(data) {
15770
15770
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16705,7 +16705,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
16705
16705
  const { apiFamily, name } = metadata;
16706
16706
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16707
16707
  }
16708
- // version: 1.309.0-dev13-579febfe20
16708
+ // version: 1.309.0-dev14-eec35cd428
16709
16709
 
16710
16710
  /**
16711
16711
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -44812,7 +44812,7 @@ withDefaultLuvio((luvio) => {
44812
44812
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
44813
44813
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
44814
44814
  });
44815
- // version: 1.309.0-dev13-f443187b81
44815
+ // version: 1.309.0-dev14-d0a3778177
44816
44816
 
44817
44817
  var ldsIdempotencyWriteDisabled = {
44818
44818
  isOpen: function (e) {
@@ -64092,7 +64092,7 @@ register$1({
64092
64092
  id: '@salesforce/lds-network-adapter',
64093
64093
  instrument: instrument$2,
64094
64094
  });
64095
- // version: 1.309.0-dev13-579febfe20
64095
+ // version: 1.309.0-dev14-eec35cd428
64096
64096
 
64097
64097
  const { create: create$3, keys: keys$3 } = Object;
64098
64098
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -84128,7 +84128,7 @@ register$1({
84128
84128
  configuration: { ...configurationForGraphQLAdapters$1 },
84129
84129
  instrument: instrument$1,
84130
84130
  });
84131
- // version: 1.309.0-dev13-f443187b81
84131
+ // version: 1.309.0-dev14-d0a3778177
84132
84132
 
84133
84133
  // On core the unstable adapters are re-exported with different names,
84134
84134
  // we want to match them here.
@@ -86384,7 +86384,7 @@ withDefaultLuvio((luvio) => {
86384
86384
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
86385
86385
  graphQLImperative = ldsAdapter;
86386
86386
  });
86387
- // version: 1.309.0-dev13-f443187b81
86387
+ // version: 1.309.0-dev14-d0a3778177
86388
86388
 
86389
86389
  var gqlApi = /*#__PURE__*/Object.freeze({
86390
86390
  __proto__: null,
@@ -87125,7 +87125,7 @@ const callbacks$1 = [];
87125
87125
  function register(r) {
87126
87126
  callbacks$1.forEach((callback) => callback(r));
87127
87127
  }
87128
- // version: 1.309.0-dev13-579febfe20
87128
+ // version: 1.309.0-dev14-eec35cd428
87129
87129
 
87130
87130
  /**
87131
87131
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -92087,4 +92087,4 @@ const { luvio } = getRuntime();
92087
92087
  setDefaultLuvio({ luvio });
92088
92088
 
92089
92089
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
92090
- // version: 1.309.0-dev13-579febfe20
92090
+ // version: 1.309.0-dev14-eec35cd428
@@ -4271,7 +4271,7 @@
4271
4271
  }
4272
4272
  callbacks.push(callback);
4273
4273
  }
4274
- // version: 1.309.0-dev13-579febfe20
4274
+ // version: 1.309.0-dev14-eec35cd428
4275
4275
 
4276
4276
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4277
4277
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15770,7 +15770,7 @@
15770
15770
  }
15771
15771
  return superResult;
15772
15772
  }
15773
- // version: 1.309.0-dev13-579febfe20
15773
+ // version: 1.309.0-dev14-eec35cd428
15774
15774
 
15775
15775
  function unwrap(data) {
15776
15776
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16711,7 +16711,7 @@
16711
16711
  const { apiFamily, name } = metadata;
16712
16712
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16713
16713
  }
16714
- // version: 1.309.0-dev13-579febfe20
16714
+ // version: 1.309.0-dev14-eec35cd428
16715
16715
 
16716
16716
  /**
16717
16717
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -44818,7 +44818,7 @@
44818
44818
  throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
44819
44819
  throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
44820
44820
  });
44821
- // version: 1.309.0-dev13-f443187b81
44821
+ // version: 1.309.0-dev14-d0a3778177
44822
44822
 
44823
44823
  var ldsIdempotencyWriteDisabled = {
44824
44824
  isOpen: function (e) {
@@ -64098,7 +64098,7 @@
64098
64098
  id: '@salesforce/lds-network-adapter',
64099
64099
  instrument: instrument$2,
64100
64100
  });
64101
- // version: 1.309.0-dev13-579febfe20
64101
+ // version: 1.309.0-dev14-eec35cd428
64102
64102
 
64103
64103
  const { create: create$3, keys: keys$3 } = Object;
64104
64104
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -84134,7 +84134,7 @@
84134
84134
  configuration: { ...configurationForGraphQLAdapters$1 },
84135
84135
  instrument: instrument$1,
84136
84136
  });
84137
- // version: 1.309.0-dev13-f443187b81
84137
+ // version: 1.309.0-dev14-d0a3778177
84138
84138
 
84139
84139
  // On core the unstable adapters are re-exported with different names,
84140
84140
  // we want to match them here.
@@ -86390,7 +86390,7 @@
86390
86390
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
86391
86391
  graphQLImperative = ldsAdapter;
86392
86392
  });
86393
- // version: 1.309.0-dev13-f443187b81
86393
+ // version: 1.309.0-dev14-d0a3778177
86394
86394
 
86395
86395
  var gqlApi = /*#__PURE__*/Object.freeze({
86396
86396
  __proto__: null,
@@ -87131,7 +87131,7 @@
87131
87131
  function register(r) {
87132
87132
  callbacks$1.forEach((callback) => callback(r));
87133
87133
  }
87134
- // version: 1.309.0-dev13-579febfe20
87134
+ // version: 1.309.0-dev14-eec35cd428
87135
87135
 
87136
87136
  /**
87137
87137
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -92112,4 +92112,4 @@
92112
92112
  exports.subscribeToAdapter = subscribeToAdapter;
92113
92113
 
92114
92114
  }));
92115
- // version: 1.309.0-dev13-579febfe20
92115
+ // version: 1.309.0-dev14-eec35cd428
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.309.0-dev13",
3
+ "version": "1.309.0-dev14",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
38
- "@salesforce/lds-adapters-graphql": "^1.309.0-dev13",
39
- "@salesforce/lds-adapters-uiapi": "^1.309.0-dev13",
40
- "@salesforce/lds-default-luvio": "^1.309.0-dev13",
41
- "@salesforce/lds-drafts": "^1.309.0-dev13",
42
- "@salesforce/lds-graphql-parser": "^1.309.0-dev13",
43
- "@salesforce/lds-luvio-engine": "^1.309.0-dev13",
44
- "@salesforce/lds-priming": "^1.309.0-dev13",
45
- "@salesforce/lds-runtime-mobile": "^1.309.0-dev13",
46
- "@salesforce/nimbus-plugin-lds": "^1.309.0-dev13",
38
+ "@salesforce/lds-adapters-graphql": "^1.309.0-dev14",
39
+ "@salesforce/lds-adapters-uiapi": "^1.309.0-dev14",
40
+ "@salesforce/lds-default-luvio": "^1.309.0-dev14",
41
+ "@salesforce/lds-drafts": "^1.309.0-dev14",
42
+ "@salesforce/lds-graphql-parser": "^1.309.0-dev14",
43
+ "@salesforce/lds-luvio-engine": "^1.309.0-dev14",
44
+ "@salesforce/lds-priming": "^1.309.0-dev14",
45
+ "@salesforce/lds-runtime-mobile": "^1.309.0-dev14",
46
+ "@salesforce/nimbus-plugin-lds": "^1.309.0-dev14",
47
47
  "ajv": "^8.11.0",
48
48
  "glob": "^7.1.5",
49
49
  "nimbus-types": "^2.0.0-alpha1",