@salesforce/lds-worker-api 1.263.0 → 1.264.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.
|
@@ -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.
|
|
1037
|
+
// version: 1.264.0-707402a81
|
|
@@ -4129,7 +4129,7 @@ function withDefaultLuvio(callback) {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
callbacks.push(callback);
|
|
4131
4131
|
}
|
|
4132
|
-
// version: 1.
|
|
4132
|
+
// version: 1.264.0-707402a81
|
|
4133
4133
|
|
|
4134
4134
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4135
4135
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15637,7 +15637,7 @@ function gql(literals, ...subs) {
|
|
|
15637
15637
|
}
|
|
15638
15638
|
return superResult;
|
|
15639
15639
|
}
|
|
15640
|
-
// version: 1.
|
|
15640
|
+
// version: 1.264.0-707402a81
|
|
15641
15641
|
|
|
15642
15642
|
function unwrap(data) {
|
|
15643
15643
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16562,7 +16562,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16562
16562
|
const { apiFamily, name } = metadata;
|
|
16563
16563
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16564
16564
|
}
|
|
16565
|
-
// version: 1.
|
|
16565
|
+
// version: 1.264.0-707402a81
|
|
16566
16566
|
|
|
16567
16567
|
/**
|
|
16568
16568
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43118,7 +43118,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43118
43118
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
43119
43119
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43120
43120
|
});
|
|
43121
|
-
// version: 1.
|
|
43121
|
+
// version: 1.264.0-76ebb1758
|
|
43122
43122
|
|
|
43123
43123
|
var ldsIdempotencyWriteDisabled = {
|
|
43124
43124
|
isOpen: function (e) {
|
|
@@ -60996,7 +60996,7 @@ register$1({
|
|
|
60996
60996
|
id: '@salesforce/lds-network-adapter',
|
|
60997
60997
|
instrument: instrument$2,
|
|
60998
60998
|
});
|
|
60999
|
-
// version: 1.
|
|
60999
|
+
// version: 1.264.0-707402a81
|
|
61000
61000
|
|
|
61001
61001
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61002
61002
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79325,7 +79325,7 @@ register$1({
|
|
|
79325
79325
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79326
79326
|
instrument: instrument$1,
|
|
79327
79327
|
});
|
|
79328
|
-
// version: 1.
|
|
79328
|
+
// version: 1.264.0-76ebb1758
|
|
79329
79329
|
|
|
79330
79330
|
// On core the unstable adapters are re-exported with different names,
|
|
79331
79331
|
// we want to match them here.
|
|
@@ -81576,7 +81576,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81576
81576
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81577
81577
|
graphQLImperative = ldsAdapter;
|
|
81578
81578
|
});
|
|
81579
|
-
// version: 1.
|
|
81579
|
+
// version: 1.264.0-76ebb1758
|
|
81580
81580
|
|
|
81581
81581
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81582
81582
|
__proto__: null,
|
|
@@ -82274,7 +82274,7 @@ const callbacks$1 = [];
|
|
|
82274
82274
|
function register(r) {
|
|
82275
82275
|
callbacks$1.forEach((callback) => callback(r));
|
|
82276
82276
|
}
|
|
82277
|
-
// version: 1.
|
|
82277
|
+
// version: 1.264.0-707402a81
|
|
82278
82278
|
|
|
82279
82279
|
/**
|
|
82280
82280
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87179,4 +87179,4 @@ const { luvio } = getRuntime();
|
|
|
87179
87179
|
setDefaultLuvio({ luvio });
|
|
87180
87180
|
|
|
87181
87181
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87182
|
-
// version: 1.
|
|
87182
|
+
// version: 1.264.0-707402a81
|
|
@@ -4135,7 +4135,7 @@
|
|
|
4135
4135
|
}
|
|
4136
4136
|
callbacks.push(callback);
|
|
4137
4137
|
}
|
|
4138
|
-
// version: 1.
|
|
4138
|
+
// version: 1.264.0-707402a81
|
|
4139
4139
|
|
|
4140
4140
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4141
4141
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15643,7 +15643,7 @@
|
|
|
15643
15643
|
}
|
|
15644
15644
|
return superResult;
|
|
15645
15645
|
}
|
|
15646
|
-
// version: 1.
|
|
15646
|
+
// version: 1.264.0-707402a81
|
|
15647
15647
|
|
|
15648
15648
|
function unwrap(data) {
|
|
15649
15649
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16568,7 +16568,7 @@
|
|
|
16568
16568
|
const { apiFamily, name } = metadata;
|
|
16569
16569
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16570
16570
|
}
|
|
16571
|
-
// version: 1.
|
|
16571
|
+
// version: 1.264.0-707402a81
|
|
16572
16572
|
|
|
16573
16573
|
/**
|
|
16574
16574
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43124,7 +43124,7 @@
|
|
|
43124
43124
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
43125
43125
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43126
43126
|
});
|
|
43127
|
-
// version: 1.
|
|
43127
|
+
// version: 1.264.0-76ebb1758
|
|
43128
43128
|
|
|
43129
43129
|
var ldsIdempotencyWriteDisabled = {
|
|
43130
43130
|
isOpen: function (e) {
|
|
@@ -61002,7 +61002,7 @@
|
|
|
61002
61002
|
id: '@salesforce/lds-network-adapter',
|
|
61003
61003
|
instrument: instrument$2,
|
|
61004
61004
|
});
|
|
61005
|
-
// version: 1.
|
|
61005
|
+
// version: 1.264.0-707402a81
|
|
61006
61006
|
|
|
61007
61007
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61008
61008
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79331,7 +79331,7 @@
|
|
|
79331
79331
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79332
79332
|
instrument: instrument$1,
|
|
79333
79333
|
});
|
|
79334
|
-
// version: 1.
|
|
79334
|
+
// version: 1.264.0-76ebb1758
|
|
79335
79335
|
|
|
79336
79336
|
// On core the unstable adapters are re-exported with different names,
|
|
79337
79337
|
// we want to match them here.
|
|
@@ -81582,7 +81582,7 @@
|
|
|
81582
81582
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81583
81583
|
graphQLImperative = ldsAdapter;
|
|
81584
81584
|
});
|
|
81585
|
-
// version: 1.
|
|
81585
|
+
// version: 1.264.0-76ebb1758
|
|
81586
81586
|
|
|
81587
81587
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81588
81588
|
__proto__: null,
|
|
@@ -82280,7 +82280,7 @@
|
|
|
82280
82280
|
function register(r) {
|
|
82281
82281
|
callbacks$1.forEach((callback) => callback(r));
|
|
82282
82282
|
}
|
|
82283
|
-
// version: 1.
|
|
82283
|
+
// version: 1.264.0-707402a81
|
|
82284
82284
|
|
|
82285
82285
|
/**
|
|
82286
82286
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87203,4 +87203,4 @@
|
|
|
87203
87203
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87204
87204
|
|
|
87205
87205
|
}));
|
|
87206
|
-
// version: 1.
|
|
87206
|
+
// version: 1.264.0-707402a81
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.264.0",
|
|
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.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.
|
|
44
|
-
"@salesforce/lds-priming": "^1.
|
|
45
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.264.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.264.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.264.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.264.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.264.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.264.0",
|
|
44
|
+
"@salesforce/lds-priming": "^1.264.0",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.264.0",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.264.0",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|