@salesforce/lds-worker-api 1.269.0 → 1.270.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.
@@ -1034,4 +1034,4 @@ if (process.env.NODE_ENV !== 'production') {
1034
1034
  }
1035
1035
 
1036
1036
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
1037
- // version: 1.269.0-b2ea86b9d
1037
+ // version: 1.270.1-a23df738c
@@ -4140,7 +4140,7 @@ function withDefaultLuvio(callback) {
4140
4140
  }
4141
4141
  callbacks.push(callback);
4142
4142
  }
4143
- // version: 1.269.0-b2ea86b9d
4143
+ // version: 1.270.1-a23df738c
4144
4144
 
4145
4145
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4146
4146
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15648,7 +15648,7 @@ function gql(literals, ...subs) {
15648
15648
  }
15649
15649
  return superResult;
15650
15650
  }
15651
- // version: 1.269.0-b2ea86b9d
15651
+ // version: 1.270.1-a23df738c
15652
15652
 
15653
15653
  function unwrap(data) {
15654
15654
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16573,7 +16573,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
16573
16573
  const { apiFamily, name } = metadata;
16574
16574
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16575
16575
  }
16576
- // version: 1.269.0-b2ea86b9d
16576
+ // version: 1.270.1-a23df738c
16577
16577
 
16578
16578
  /**
16579
16579
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -43141,7 +43141,7 @@ withDefaultLuvio((luvio) => {
43141
43141
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
43142
43142
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
43143
43143
  });
43144
- // version: 1.269.0-37c0722c7
43144
+ // version: 1.270.1-abfb311e8
43145
43145
 
43146
43146
  var ldsIdempotencyWriteDisabled = {
43147
43147
  isOpen: function (e) {
@@ -61031,7 +61031,7 @@ register$1({
61031
61031
  id: '@salesforce/lds-network-adapter',
61032
61032
  instrument: instrument$2,
61033
61033
  });
61034
- // version: 1.269.0-b2ea86b9d
61034
+ // version: 1.270.1-a23df738c
61035
61035
 
61036
61036
  const { create: create$3, keys: keys$3 } = Object;
61037
61037
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -79360,7 +79360,7 @@ register$1({
79360
79360
  configuration: { ...configurationForGraphQLAdapters$1 },
79361
79361
  instrument: instrument$1,
79362
79362
  });
79363
- // version: 1.269.0-37c0722c7
79363
+ // version: 1.270.1-abfb311e8
79364
79364
 
79365
79365
  // On core the unstable adapters are re-exported with different names,
79366
79366
  // we want to match them here.
@@ -81611,7 +81611,7 @@ withDefaultLuvio((luvio) => {
81611
81611
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
81612
81612
  graphQLImperative = ldsAdapter;
81613
81613
  });
81614
- // version: 1.269.0-37c0722c7
81614
+ // version: 1.270.1-abfb311e8
81615
81615
 
81616
81616
  var gqlApi = /*#__PURE__*/Object.freeze({
81617
81617
  __proto__: null,
@@ -82309,7 +82309,7 @@ const callbacks$1 = [];
82309
82309
  function register(r) {
82310
82310
  callbacks$1.forEach((callback) => callback(r));
82311
82311
  }
82312
- // version: 1.269.0-b2ea86b9d
82312
+ // version: 1.270.1-a23df738c
82313
82313
 
82314
82314
  /**
82315
82315
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -87214,4 +87214,4 @@ const { luvio } = getRuntime();
87214
87214
  setDefaultLuvio({ luvio });
87215
87215
 
87216
87216
  export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
87217
- // version: 1.269.0-b2ea86b9d
87217
+ // version: 1.270.1-a23df738c
@@ -4146,7 +4146,7 @@
4146
4146
  }
4147
4147
  callbacks.push(callback);
4148
4148
  }
4149
- // version: 1.269.0-b2ea86b9d
4149
+ // version: 1.270.1-a23df738c
4150
4150
 
4151
4151
  // TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
4152
4152
  function instrumentAdapter$1(createFunction, _metadata) {
@@ -15654,7 +15654,7 @@
15654
15654
  }
15655
15655
  return superResult;
15656
15656
  }
15657
- // version: 1.269.0-b2ea86b9d
15657
+ // version: 1.270.1-a23df738c
15658
15658
 
15659
15659
  function unwrap(data) {
15660
15660
  // The lwc-luvio bindings import a function from lwc called "unwrap".
@@ -16579,7 +16579,7 @@
16579
16579
  const { apiFamily, name } = metadata;
16580
16580
  return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
16581
16581
  }
16582
- // version: 1.269.0-b2ea86b9d
16582
+ // version: 1.270.1-a23df738c
16583
16583
 
16584
16584
  /**
16585
16585
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -43147,7 +43147,7 @@
43147
43147
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
43148
43148
  throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
43149
43149
  });
43150
- // version: 1.269.0-37c0722c7
43150
+ // version: 1.270.1-abfb311e8
43151
43151
 
43152
43152
  var ldsIdempotencyWriteDisabled = {
43153
43153
  isOpen: function (e) {
@@ -61037,7 +61037,7 @@
61037
61037
  id: '@salesforce/lds-network-adapter',
61038
61038
  instrument: instrument$2,
61039
61039
  });
61040
- // version: 1.269.0-b2ea86b9d
61040
+ // version: 1.270.1-a23df738c
61041
61041
 
61042
61042
  const { create: create$3, keys: keys$3 } = Object;
61043
61043
  const { stringify: stringify$1, parse: parse$1 } = JSON;
@@ -79366,7 +79366,7 @@
79366
79366
  configuration: { ...configurationForGraphQLAdapters$1 },
79367
79367
  instrument: instrument$1,
79368
79368
  });
79369
- // version: 1.269.0-37c0722c7
79369
+ // version: 1.270.1-abfb311e8
79370
79370
 
79371
79371
  // On core the unstable adapters are re-exported with different names,
79372
79372
  // we want to match them here.
@@ -81617,7 +81617,7 @@
81617
81617
  unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
81618
81618
  graphQLImperative = ldsAdapter;
81619
81619
  });
81620
- // version: 1.269.0-37c0722c7
81620
+ // version: 1.270.1-abfb311e8
81621
81621
 
81622
81622
  var gqlApi = /*#__PURE__*/Object.freeze({
81623
81623
  __proto__: null,
@@ -82315,7 +82315,7 @@
82315
82315
  function register(r) {
82316
82316
  callbacks$1.forEach((callback) => callback(r));
82317
82317
  }
82318
- // version: 1.269.0-b2ea86b9d
82318
+ // version: 1.270.1-a23df738c
82319
82319
 
82320
82320
  /**
82321
82321
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -87238,4 +87238,4 @@
87238
87238
  exports.subscribeToAdapter = subscribeToAdapter;
87239
87239
 
87240
87240
  }));
87241
- // version: 1.269.0-b2ea86b9d
87241
+ // version: 1.270.1-a23df738c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.269.0",
3
+ "version": "1.270.1",
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.269.0",
39
- "@salesforce/lds-adapters-uiapi": "^1.269.0",
40
- "@salesforce/lds-default-luvio": "^1.269.0",
41
- "@salesforce/lds-drafts": "^1.269.0",
42
- "@salesforce/lds-graphql-parser": "^1.269.0",
43
- "@salesforce/lds-luvio-engine": "^1.269.0",
44
- "@salesforce/lds-priming": "^1.269.0",
45
- "@salesforce/lds-runtime-mobile": "^1.269.0",
46
- "@salesforce/nimbus-plugin-lds": "^1.269.0",
38
+ "@salesforce/lds-adapters-graphql": "^1.270.1",
39
+ "@salesforce/lds-adapters-uiapi": "^1.270.1",
40
+ "@salesforce/lds-default-luvio": "^1.270.1",
41
+ "@salesforce/lds-drafts": "^1.270.1",
42
+ "@salesforce/lds-graphql-parser": "^1.270.1",
43
+ "@salesforce/lds-luvio-engine": "^1.270.1",
44
+ "@salesforce/lds-priming": "^1.270.1",
45
+ "@salesforce/lds-runtime-mobile": "^1.270.1",
46
+ "@salesforce/nimbus-plugin-lds": "^1.270.1",
47
47
  "ajv": "^8.11.0",
48
48
  "glob": "^7.1.5",
49
49
  "nimbus-types": "^2.0.0-alpha1",