@salesforce/lds-worker-api 1.300.0 → 1.301.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.301.0-ecd340c2e1
|
|
@@ -4215,7 +4215,7 @@ function withDefaultLuvio(callback) {
|
|
|
4215
4215
|
}
|
|
4216
4216
|
callbacks.push(callback);
|
|
4217
4217
|
}
|
|
4218
|
-
// version: 1.
|
|
4218
|
+
// version: 1.301.0-ecd340c2e1
|
|
4219
4219
|
|
|
4220
4220
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4221
4221
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15714,7 +15714,7 @@ function gql(literals, ...subs) {
|
|
|
15714
15714
|
}
|
|
15715
15715
|
return superResult;
|
|
15716
15716
|
}
|
|
15717
|
-
// version: 1.
|
|
15717
|
+
// version: 1.301.0-ecd340c2e1
|
|
15718
15718
|
|
|
15719
15719
|
function unwrap(data) {
|
|
15720
15720
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16643,7 +16643,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16643
16643
|
const { apiFamily, name } = metadata;
|
|
16644
16644
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16645
16645
|
}
|
|
16646
|
-
// version: 1.
|
|
16646
|
+
// version: 1.301.0-ecd340c2e1
|
|
16647
16647
|
|
|
16648
16648
|
/**
|
|
16649
16649
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44130,7 +44130,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44130
44130
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
44131
44131
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
44132
44132
|
});
|
|
44133
|
-
// version: 1.
|
|
44133
|
+
// version: 1.301.0-4216dc9d10
|
|
44134
44134
|
|
|
44135
44135
|
var ldsIdempotencyWriteDisabled = {
|
|
44136
44136
|
isOpen: function (e) {
|
|
@@ -62603,7 +62603,7 @@ register$1({
|
|
|
62603
62603
|
id: '@salesforce/lds-network-adapter',
|
|
62604
62604
|
instrument: instrument$2,
|
|
62605
62605
|
});
|
|
62606
|
-
// version: 1.
|
|
62606
|
+
// version: 1.301.0-ecd340c2e1
|
|
62607
62607
|
|
|
62608
62608
|
const { create: create$3, keys: keys$3 } = Object;
|
|
62609
62609
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -82639,7 +82639,7 @@ register$1({
|
|
|
82639
82639
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
82640
82640
|
instrument: instrument$1,
|
|
82641
82641
|
});
|
|
82642
|
-
// version: 1.
|
|
82642
|
+
// version: 1.301.0-4216dc9d10
|
|
82643
82643
|
|
|
82644
82644
|
// On core the unstable adapters are re-exported with different names,
|
|
82645
82645
|
// we want to match them here.
|
|
@@ -84895,7 +84895,7 @@ withDefaultLuvio((luvio) => {
|
|
|
84895
84895
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
84896
84896
|
graphQLImperative = ldsAdapter;
|
|
84897
84897
|
});
|
|
84898
|
-
// version: 1.
|
|
84898
|
+
// version: 1.301.0-4216dc9d10
|
|
84899
84899
|
|
|
84900
84900
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
84901
84901
|
__proto__: null,
|
|
@@ -85630,7 +85630,7 @@ const callbacks$1 = [];
|
|
|
85630
85630
|
function register(r) {
|
|
85631
85631
|
callbacks$1.forEach((callback) => callback(r));
|
|
85632
85632
|
}
|
|
85633
|
-
// version: 1.
|
|
85633
|
+
// version: 1.301.0-ecd340c2e1
|
|
85634
85634
|
|
|
85635
85635
|
/**
|
|
85636
85636
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -90592,4 +90592,4 @@ const { luvio } = getRuntime();
|
|
|
90592
90592
|
setDefaultLuvio({ luvio });
|
|
90593
90593
|
|
|
90594
90594
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
90595
|
-
// version: 1.
|
|
90595
|
+
// version: 1.301.0-ecd340c2e1
|
|
@@ -4221,7 +4221,7 @@
|
|
|
4221
4221
|
}
|
|
4222
4222
|
callbacks.push(callback);
|
|
4223
4223
|
}
|
|
4224
|
-
// version: 1.
|
|
4224
|
+
// version: 1.301.0-ecd340c2e1
|
|
4225
4225
|
|
|
4226
4226
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4227
4227
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15720,7 +15720,7 @@
|
|
|
15720
15720
|
}
|
|
15721
15721
|
return superResult;
|
|
15722
15722
|
}
|
|
15723
|
-
// version: 1.
|
|
15723
|
+
// version: 1.301.0-ecd340c2e1
|
|
15724
15724
|
|
|
15725
15725
|
function unwrap(data) {
|
|
15726
15726
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16649,7 +16649,7 @@
|
|
|
16649
16649
|
const { apiFamily, name } = metadata;
|
|
16650
16650
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16651
16651
|
}
|
|
16652
|
-
// version: 1.
|
|
16652
|
+
// version: 1.301.0-ecd340c2e1
|
|
16653
16653
|
|
|
16654
16654
|
/**
|
|
16655
16655
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44136,7 +44136,7 @@
|
|
|
44136
44136
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
44137
44137
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
44138
44138
|
});
|
|
44139
|
-
// version: 1.
|
|
44139
|
+
// version: 1.301.0-4216dc9d10
|
|
44140
44140
|
|
|
44141
44141
|
var ldsIdempotencyWriteDisabled = {
|
|
44142
44142
|
isOpen: function (e) {
|
|
@@ -62609,7 +62609,7 @@
|
|
|
62609
62609
|
id: '@salesforce/lds-network-adapter',
|
|
62610
62610
|
instrument: instrument$2,
|
|
62611
62611
|
});
|
|
62612
|
-
// version: 1.
|
|
62612
|
+
// version: 1.301.0-ecd340c2e1
|
|
62613
62613
|
|
|
62614
62614
|
const { create: create$3, keys: keys$3 } = Object;
|
|
62615
62615
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -82645,7 +82645,7 @@
|
|
|
82645
82645
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
82646
82646
|
instrument: instrument$1,
|
|
82647
82647
|
});
|
|
82648
|
-
// version: 1.
|
|
82648
|
+
// version: 1.301.0-4216dc9d10
|
|
82649
82649
|
|
|
82650
82650
|
// On core the unstable adapters are re-exported with different names,
|
|
82651
82651
|
// we want to match them here.
|
|
@@ -84901,7 +84901,7 @@
|
|
|
84901
84901
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
84902
84902
|
graphQLImperative = ldsAdapter;
|
|
84903
84903
|
});
|
|
84904
|
-
// version: 1.
|
|
84904
|
+
// version: 1.301.0-4216dc9d10
|
|
84905
84905
|
|
|
84906
84906
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
84907
84907
|
__proto__: null,
|
|
@@ -85636,7 +85636,7 @@
|
|
|
85636
85636
|
function register(r) {
|
|
85637
85637
|
callbacks$1.forEach((callback) => callback(r));
|
|
85638
85638
|
}
|
|
85639
|
-
// version: 1.
|
|
85639
|
+
// version: 1.301.0-ecd340c2e1
|
|
85640
85640
|
|
|
85641
85641
|
/**
|
|
85642
85642
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -90617,4 +90617,4 @@
|
|
|
90617
90617
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
90618
90618
|
|
|
90619
90619
|
}));
|
|
90620
|
-
// version: 1.
|
|
90620
|
+
// version: 1.301.0-ecd340c2e1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.301.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.301.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.301.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.301.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.301.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.301.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.301.0",
|
|
44
|
+
"@salesforce/lds-priming": "^1.301.0",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.301.0",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.301.0",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|