@salesforce/lds-worker-api 1.276.0 → 1.277.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.
|
|
1037
|
+
// version: 1.277.1-0c6d52b34
|
|
@@ -4156,7 +4156,7 @@ function withDefaultLuvio(callback) {
|
|
|
4156
4156
|
}
|
|
4157
4157
|
callbacks.push(callback);
|
|
4158
4158
|
}
|
|
4159
|
-
// version: 1.
|
|
4159
|
+
// version: 1.277.1-0c6d52b34
|
|
4160
4160
|
|
|
4161
4161
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4162
4162
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15664,7 +15664,7 @@ function gql(literals, ...subs) {
|
|
|
15664
15664
|
}
|
|
15665
15665
|
return superResult;
|
|
15666
15666
|
}
|
|
15667
|
-
// version: 1.
|
|
15667
|
+
// version: 1.277.1-0c6d52b34
|
|
15668
15668
|
|
|
15669
15669
|
function unwrap(data) {
|
|
15670
15670
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16589,7 +16589,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16589
16589
|
const { apiFamily, name } = metadata;
|
|
16590
16590
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16591
16591
|
}
|
|
16592
|
-
// version: 1.
|
|
16592
|
+
// version: 1.277.1-0c6d52b34
|
|
16593
16593
|
|
|
16594
16594
|
/**
|
|
16595
16595
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43891,7 +43891,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43891
43891
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
43892
43892
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
43893
43893
|
});
|
|
43894
|
-
// version: 1.
|
|
43894
|
+
// version: 1.277.1-1af8dc9be
|
|
43895
43895
|
|
|
43896
43896
|
var ldsIdempotencyWriteDisabled = {
|
|
43897
43897
|
isOpen: function (e) {
|
|
@@ -61817,7 +61817,7 @@ register$1({
|
|
|
61817
61817
|
id: '@salesforce/lds-network-adapter',
|
|
61818
61818
|
instrument: instrument$2,
|
|
61819
61819
|
});
|
|
61820
|
-
// version: 1.
|
|
61820
|
+
// version: 1.277.1-0c6d52b34
|
|
61821
61821
|
|
|
61822
61822
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61823
61823
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80211,7 +80211,7 @@ register$1({
|
|
|
80211
80211
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
80212
80212
|
instrument: instrument$1,
|
|
80213
80213
|
});
|
|
80214
|
-
// version: 1.
|
|
80214
|
+
// version: 1.277.1-1af8dc9be
|
|
80215
80215
|
|
|
80216
80216
|
// On core the unstable adapters are re-exported with different names,
|
|
80217
80217
|
// we want to match them here.
|
|
@@ -82465,7 +82465,7 @@ withDefaultLuvio((luvio) => {
|
|
|
82465
82465
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82466
82466
|
graphQLImperative = ldsAdapter;
|
|
82467
82467
|
});
|
|
82468
|
-
// version: 1.
|
|
82468
|
+
// version: 1.277.1-1af8dc9be
|
|
82469
82469
|
|
|
82470
82470
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82471
82471
|
__proto__: null,
|
|
@@ -83163,7 +83163,7 @@ const callbacks$1 = [];
|
|
|
83163
83163
|
function register(r) {
|
|
83164
83164
|
callbacks$1.forEach((callback) => callback(r));
|
|
83165
83165
|
}
|
|
83166
|
-
// version: 1.
|
|
83166
|
+
// version: 1.277.1-0c6d52b34
|
|
83167
83167
|
|
|
83168
83168
|
/**
|
|
83169
83169
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -88068,4 +88068,4 @@ const { luvio } = getRuntime();
|
|
|
88068
88068
|
setDefaultLuvio({ luvio });
|
|
88069
88069
|
|
|
88070
88070
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
88071
|
-
// version: 1.
|
|
88071
|
+
// version: 1.277.1-0c6d52b34
|
|
@@ -4162,7 +4162,7 @@
|
|
|
4162
4162
|
}
|
|
4163
4163
|
callbacks.push(callback);
|
|
4164
4164
|
}
|
|
4165
|
-
// version: 1.
|
|
4165
|
+
// version: 1.277.1-0c6d52b34
|
|
4166
4166
|
|
|
4167
4167
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4168
4168
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15670,7 +15670,7 @@
|
|
|
15670
15670
|
}
|
|
15671
15671
|
return superResult;
|
|
15672
15672
|
}
|
|
15673
|
-
// version: 1.
|
|
15673
|
+
// version: 1.277.1-0c6d52b34
|
|
15674
15674
|
|
|
15675
15675
|
function unwrap(data) {
|
|
15676
15676
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16595,7 +16595,7 @@
|
|
|
16595
16595
|
const { apiFamily, name } = metadata;
|
|
16596
16596
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16597
16597
|
}
|
|
16598
|
-
// version: 1.
|
|
16598
|
+
// version: 1.277.1-0c6d52b34
|
|
16599
16599
|
|
|
16600
16600
|
/**
|
|
16601
16601
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43897,7 +43897,7 @@
|
|
|
43897
43897
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
43898
43898
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
43899
43899
|
});
|
|
43900
|
-
// version: 1.
|
|
43900
|
+
// version: 1.277.1-1af8dc9be
|
|
43901
43901
|
|
|
43902
43902
|
var ldsIdempotencyWriteDisabled = {
|
|
43903
43903
|
isOpen: function (e) {
|
|
@@ -61823,7 +61823,7 @@
|
|
|
61823
61823
|
id: '@salesforce/lds-network-adapter',
|
|
61824
61824
|
instrument: instrument$2,
|
|
61825
61825
|
});
|
|
61826
|
-
// version: 1.
|
|
61826
|
+
// version: 1.277.1-0c6d52b34
|
|
61827
61827
|
|
|
61828
61828
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61829
61829
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80217,7 +80217,7 @@
|
|
|
80217
80217
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
80218
80218
|
instrument: instrument$1,
|
|
80219
80219
|
});
|
|
80220
|
-
// version: 1.
|
|
80220
|
+
// version: 1.277.1-1af8dc9be
|
|
80221
80221
|
|
|
80222
80222
|
// On core the unstable adapters are re-exported with different names,
|
|
80223
80223
|
// we want to match them here.
|
|
@@ -82471,7 +82471,7 @@
|
|
|
82471
82471
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82472
82472
|
graphQLImperative = ldsAdapter;
|
|
82473
82473
|
});
|
|
82474
|
-
// version: 1.
|
|
82474
|
+
// version: 1.277.1-1af8dc9be
|
|
82475
82475
|
|
|
82476
82476
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82477
82477
|
__proto__: null,
|
|
@@ -83169,7 +83169,7 @@
|
|
|
83169
83169
|
function register(r) {
|
|
83170
83170
|
callbacks$1.forEach((callback) => callback(r));
|
|
83171
83171
|
}
|
|
83172
|
-
// version: 1.
|
|
83172
|
+
// version: 1.277.1-0c6d52b34
|
|
83173
83173
|
|
|
83174
83174
|
/**
|
|
83175
83175
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -88092,4 +88092,4 @@
|
|
|
88092
88092
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
88093
88093
|
|
|
88094
88094
|
}));
|
|
88095
|
-
// version: 1.
|
|
88095
|
+
// version: 1.277.1-0c6d52b34
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.277.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.
|
|
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.277.1",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.277.1",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.277.1",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.277.1",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.277.1",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.277.1",
|
|
44
|
+
"@salesforce/lds-priming": "^1.277.1",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.277.1",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.277.1",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|