@salesforce/lds-worker-api 1.307.0 → 1.308.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.
|
@@ -1071,4 +1071,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
|
|
1073
1073
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1074
|
-
// version: 1.
|
|
1074
|
+
// version: 1.308.0-0a7e378822
|
|
@@ -4265,7 +4265,7 @@ function withDefaultLuvio(callback) {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
callbacks.push(callback);
|
|
4267
4267
|
}
|
|
4268
|
-
// version: 1.
|
|
4268
|
+
// version: 1.308.0-0a7e378822
|
|
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.
|
|
15767
|
+
// version: 1.308.0-0a7e378822
|
|
15768
15768
|
|
|
15769
15769
|
function unwrap(data) {
|
|
15770
15770
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16693,7 +16693,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16693
16693
|
const { apiFamily, name } = metadata;
|
|
16694
16694
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16695
16695
|
}
|
|
16696
|
-
// version: 1.
|
|
16696
|
+
// version: 1.308.0-0a7e378822
|
|
16697
16697
|
|
|
16698
16698
|
/**
|
|
16699
16699
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44798,7 +44798,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44798
44798
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
44799
44799
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
44800
44800
|
});
|
|
44801
|
-
// version: 1.
|
|
44801
|
+
// version: 1.308.0-e148a73d6a
|
|
44802
44802
|
|
|
44803
44803
|
var ldsIdempotencyWriteDisabled = {
|
|
44804
44804
|
isOpen: function (e) {
|
|
@@ -63926,7 +63926,7 @@ register$1({
|
|
|
63926
63926
|
id: '@salesforce/lds-network-adapter',
|
|
63927
63927
|
instrument: instrument$2,
|
|
63928
63928
|
});
|
|
63929
|
-
// version: 1.
|
|
63929
|
+
// version: 1.308.0-0a7e378822
|
|
63930
63930
|
|
|
63931
63931
|
const { create: create$3, keys: keys$3 } = Object;
|
|
63932
63932
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -83962,7 +83962,7 @@ register$1({
|
|
|
83962
83962
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
83963
83963
|
instrument: instrument$1,
|
|
83964
83964
|
});
|
|
83965
|
-
// version: 1.
|
|
83965
|
+
// version: 1.308.0-e148a73d6a
|
|
83966
83966
|
|
|
83967
83967
|
// On core the unstable adapters are re-exported with different names,
|
|
83968
83968
|
// we want to match them here.
|
|
@@ -86218,7 +86218,7 @@ withDefaultLuvio((luvio) => {
|
|
|
86218
86218
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
86219
86219
|
graphQLImperative = ldsAdapter;
|
|
86220
86220
|
});
|
|
86221
|
-
// version: 1.
|
|
86221
|
+
// version: 1.308.0-e148a73d6a
|
|
86222
86222
|
|
|
86223
86223
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
86224
86224
|
__proto__: null,
|
|
@@ -86953,7 +86953,7 @@ const callbacks$1 = [];
|
|
|
86953
86953
|
function register(r) {
|
|
86954
86954
|
callbacks$1.forEach((callback) => callback(r));
|
|
86955
86955
|
}
|
|
86956
|
-
// version: 1.
|
|
86956
|
+
// version: 1.308.0-0a7e378822
|
|
86957
86957
|
|
|
86958
86958
|
/**
|
|
86959
86959
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -91915,4 +91915,4 @@ const { luvio } = getRuntime();
|
|
|
91915
91915
|
setDefaultLuvio({ luvio });
|
|
91916
91916
|
|
|
91917
91917
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
91918
|
-
// version: 1.
|
|
91918
|
+
// version: 1.308.0-0a7e378822
|
|
@@ -4271,7 +4271,7 @@
|
|
|
4271
4271
|
}
|
|
4272
4272
|
callbacks.push(callback);
|
|
4273
4273
|
}
|
|
4274
|
-
// version: 1.
|
|
4274
|
+
// version: 1.308.0-0a7e378822
|
|
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.
|
|
15773
|
+
// version: 1.308.0-0a7e378822
|
|
15774
15774
|
|
|
15775
15775
|
function unwrap(data) {
|
|
15776
15776
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16699,7 +16699,7 @@
|
|
|
16699
16699
|
const { apiFamily, name } = metadata;
|
|
16700
16700
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16701
16701
|
}
|
|
16702
|
-
// version: 1.
|
|
16702
|
+
// version: 1.308.0-0a7e378822
|
|
16703
16703
|
|
|
16704
16704
|
/**
|
|
16705
16705
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44804,7 +44804,7 @@
|
|
|
44804
44804
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
44805
44805
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
44806
44806
|
});
|
|
44807
|
-
// version: 1.
|
|
44807
|
+
// version: 1.308.0-e148a73d6a
|
|
44808
44808
|
|
|
44809
44809
|
var ldsIdempotencyWriteDisabled = {
|
|
44810
44810
|
isOpen: function (e) {
|
|
@@ -63932,7 +63932,7 @@
|
|
|
63932
63932
|
id: '@salesforce/lds-network-adapter',
|
|
63933
63933
|
instrument: instrument$2,
|
|
63934
63934
|
});
|
|
63935
|
-
// version: 1.
|
|
63935
|
+
// version: 1.308.0-0a7e378822
|
|
63936
63936
|
|
|
63937
63937
|
const { create: create$3, keys: keys$3 } = Object;
|
|
63938
63938
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -83968,7 +83968,7 @@
|
|
|
83968
83968
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
83969
83969
|
instrument: instrument$1,
|
|
83970
83970
|
});
|
|
83971
|
-
// version: 1.
|
|
83971
|
+
// version: 1.308.0-e148a73d6a
|
|
83972
83972
|
|
|
83973
83973
|
// On core the unstable adapters are re-exported with different names,
|
|
83974
83974
|
// we want to match them here.
|
|
@@ -86224,7 +86224,7 @@
|
|
|
86224
86224
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
86225
86225
|
graphQLImperative = ldsAdapter;
|
|
86226
86226
|
});
|
|
86227
|
-
// version: 1.
|
|
86227
|
+
// version: 1.308.0-e148a73d6a
|
|
86228
86228
|
|
|
86229
86229
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
86230
86230
|
__proto__: null,
|
|
@@ -86959,7 +86959,7 @@
|
|
|
86959
86959
|
function register(r) {
|
|
86960
86960
|
callbacks$1.forEach((callback) => callback(r));
|
|
86961
86961
|
}
|
|
86962
|
-
// version: 1.
|
|
86962
|
+
// version: 1.308.0-0a7e378822
|
|
86963
86963
|
|
|
86964
86964
|
/**
|
|
86965
86965
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -91940,4 +91940,4 @@
|
|
|
91940
91940
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
91941
91941
|
|
|
91942
91942
|
}));
|
|
91943
|
-
// version: 1.
|
|
91943
|
+
// version: 1.308.0-0a7e378822
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.308.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.308.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.308.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.308.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.308.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.308.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.308.0",
|
|
44
|
+
"@salesforce/lds-priming": "^1.308.0",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.308.0",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.308.0",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|