@salesforce/lds-worker-api 1.309.0-dev8 → 1.309.0-dev9
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.309.0-
|
|
1074
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
@@ -4265,7 +4265,7 @@ function withDefaultLuvio(callback) {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
callbacks.push(callback);
|
|
4267
4267
|
}
|
|
4268
|
-
// version: 1.309.0-
|
|
4268
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
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-
|
|
15767
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
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-
|
|
16708
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
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-
|
|
44815
|
+
// version: 1.309.0-dev9-7ca613f4d0
|
|
44816
44816
|
|
|
44817
44817
|
var ldsIdempotencyWriteDisabled = {
|
|
44818
44818
|
isOpen: function (e) {
|
|
@@ -63944,7 +63944,7 @@ register$1({
|
|
|
63944
63944
|
id: '@salesforce/lds-network-adapter',
|
|
63945
63945
|
instrument: instrument$2,
|
|
63946
63946
|
});
|
|
63947
|
-
// version: 1.309.0-
|
|
63947
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
63948
63948
|
|
|
63949
63949
|
const { create: create$3, keys: keys$3 } = Object;
|
|
63950
63950
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -83980,7 +83980,7 @@ register$1({
|
|
|
83980
83980
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
83981
83981
|
instrument: instrument$1,
|
|
83982
83982
|
});
|
|
83983
|
-
// version: 1.309.0-
|
|
83983
|
+
// version: 1.309.0-dev9-7ca613f4d0
|
|
83984
83984
|
|
|
83985
83985
|
// On core the unstable adapters are re-exported with different names,
|
|
83986
83986
|
// we want to match them here.
|
|
@@ -86236,7 +86236,7 @@ withDefaultLuvio((luvio) => {
|
|
|
86236
86236
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
86237
86237
|
graphQLImperative = ldsAdapter;
|
|
86238
86238
|
});
|
|
86239
|
-
// version: 1.309.0-
|
|
86239
|
+
// version: 1.309.0-dev9-7ca613f4d0
|
|
86240
86240
|
|
|
86241
86241
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
86242
86242
|
__proto__: null,
|
|
@@ -86971,7 +86971,7 @@ const callbacks$1 = [];
|
|
|
86971
86971
|
function register(r) {
|
|
86972
86972
|
callbacks$1.forEach((callback) => callback(r));
|
|
86973
86973
|
}
|
|
86974
|
-
// version: 1.309.0-
|
|
86974
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
86975
86975
|
|
|
86976
86976
|
/**
|
|
86977
86977
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -91933,4 +91933,4 @@ const { luvio } = getRuntime();
|
|
|
91933
91933
|
setDefaultLuvio({ luvio });
|
|
91934
91934
|
|
|
91935
91935
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
91936
|
-
// version: 1.309.0-
|
|
91936
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
@@ -4271,7 +4271,7 @@
|
|
|
4271
4271
|
}
|
|
4272
4272
|
callbacks.push(callback);
|
|
4273
4273
|
}
|
|
4274
|
-
// version: 1.309.0-
|
|
4274
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
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-
|
|
15773
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
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-
|
|
16714
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
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-
|
|
44821
|
+
// version: 1.309.0-dev9-7ca613f4d0
|
|
44822
44822
|
|
|
44823
44823
|
var ldsIdempotencyWriteDisabled = {
|
|
44824
44824
|
isOpen: function (e) {
|
|
@@ -63950,7 +63950,7 @@
|
|
|
63950
63950
|
id: '@salesforce/lds-network-adapter',
|
|
63951
63951
|
instrument: instrument$2,
|
|
63952
63952
|
});
|
|
63953
|
-
// version: 1.309.0-
|
|
63953
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
63954
63954
|
|
|
63955
63955
|
const { create: create$3, keys: keys$3 } = Object;
|
|
63956
63956
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -83986,7 +83986,7 @@
|
|
|
83986
83986
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
83987
83987
|
instrument: instrument$1,
|
|
83988
83988
|
});
|
|
83989
|
-
// version: 1.309.0-
|
|
83989
|
+
// version: 1.309.0-dev9-7ca613f4d0
|
|
83990
83990
|
|
|
83991
83991
|
// On core the unstable adapters are re-exported with different names,
|
|
83992
83992
|
// we want to match them here.
|
|
@@ -86242,7 +86242,7 @@
|
|
|
86242
86242
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
86243
86243
|
graphQLImperative = ldsAdapter;
|
|
86244
86244
|
});
|
|
86245
|
-
// version: 1.309.0-
|
|
86245
|
+
// version: 1.309.0-dev9-7ca613f4d0
|
|
86246
86246
|
|
|
86247
86247
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
86248
86248
|
__proto__: null,
|
|
@@ -86977,7 +86977,7 @@
|
|
|
86977
86977
|
function register(r) {
|
|
86978
86978
|
callbacks$1.forEach((callback) => callback(r));
|
|
86979
86979
|
}
|
|
86980
|
-
// version: 1.309.0-
|
|
86980
|
+
// version: 1.309.0-dev9-8a098d016a
|
|
86981
86981
|
|
|
86982
86982
|
/**
|
|
86983
86983
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -91958,4 +91958,4 @@
|
|
|
91958
91958
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
91959
91959
|
|
|
91960
91960
|
}));
|
|
91961
|
-
// version: 1.309.0-
|
|
91961
|
+
// version: 1.309.0-dev9-8a098d016a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.309.0-
|
|
3
|
+
"version": "1.309.0-dev9",
|
|
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-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.309.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.309.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.309.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.309.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.309.0-
|
|
44
|
-
"@salesforce/lds-priming": "^1.309.0-
|
|
45
|
-
"@salesforce/lds-runtime-mobile": "^1.309.0-
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.309.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.309.0-dev9",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.309.0-dev9",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.309.0-dev9",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.309.0-dev9",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.309.0-dev9",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.309.0-dev9",
|
|
44
|
+
"@salesforce/lds-priming": "^1.309.0-dev9",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.309.0-dev9",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.309.0-dev9",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|