@salesforce/lds-worker-api 1.287.0-dev10 → 1.287.0-dev11
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.
|
@@ -1074,4 +1074,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
1076
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1077
|
-
// version: 1.287.0-
|
|
1077
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
@@ -4204,7 +4204,7 @@ function withDefaultLuvio(callback) {
|
|
|
4204
4204
|
}
|
|
4205
4205
|
callbacks.push(callback);
|
|
4206
4206
|
}
|
|
4207
|
-
// version: 1.287.0-
|
|
4207
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
4208
4208
|
|
|
4209
4209
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4210
4210
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15712,7 +15712,7 @@ function gql(literals, ...subs) {
|
|
|
15712
15712
|
}
|
|
15713
15713
|
return superResult;
|
|
15714
15714
|
}
|
|
15715
|
-
// version: 1.287.0-
|
|
15715
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
15716
15716
|
|
|
15717
15717
|
function unwrap(data) {
|
|
15718
15718
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16641,7 +16641,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16641
16641
|
const { apiFamily, name } = metadata;
|
|
16642
16642
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16643
16643
|
}
|
|
16644
|
-
// version: 1.287.0-
|
|
16644
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
16645
16645
|
|
|
16646
16646
|
/**
|
|
16647
16647
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44231,7 +44231,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44231
44231
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
44232
44232
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
44233
44233
|
});
|
|
44234
|
-
// version: 1.287.0-
|
|
44234
|
+
// version: 1.287.0-dev11-a463417190
|
|
44235
44235
|
|
|
44236
44236
|
var ldsIdempotencyWriteDisabled = {
|
|
44237
44237
|
isOpen: function (e) {
|
|
@@ -62537,7 +62537,7 @@ register$1({
|
|
|
62537
62537
|
id: '@salesforce/lds-network-adapter',
|
|
62538
62538
|
instrument: instrument$2,
|
|
62539
62539
|
});
|
|
62540
|
-
// version: 1.287.0-
|
|
62540
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
62541
62541
|
|
|
62542
62542
|
const { create: create$3, keys: keys$3 } = Object;
|
|
62543
62543
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -82601,7 +82601,7 @@ register$1({
|
|
|
82601
82601
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
82602
82602
|
instrument: instrument$1,
|
|
82603
82603
|
});
|
|
82604
|
-
// version: 1.287.0-
|
|
82604
|
+
// version: 1.287.0-dev11-a463417190
|
|
82605
82605
|
|
|
82606
82606
|
// On core the unstable adapters are re-exported with different names,
|
|
82607
82607
|
// we want to match them here.
|
|
@@ -84857,7 +84857,7 @@ withDefaultLuvio((luvio) => {
|
|
|
84857
84857
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
84858
84858
|
graphQLImperative = ldsAdapter;
|
|
84859
84859
|
});
|
|
84860
|
-
// version: 1.287.0-
|
|
84860
|
+
// version: 1.287.0-dev11-a463417190
|
|
84861
84861
|
|
|
84862
84862
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
84863
84863
|
__proto__: null,
|
|
@@ -85595,7 +85595,7 @@ const callbacks$1 = [];
|
|
|
85595
85595
|
function register(r) {
|
|
85596
85596
|
callbacks$1.forEach((callback) => callback(r));
|
|
85597
85597
|
}
|
|
85598
|
-
// version: 1.287.0-
|
|
85598
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
85599
85599
|
|
|
85600
85600
|
/**
|
|
85601
85601
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -90557,4 +90557,4 @@ const { luvio } = getRuntime();
|
|
|
90557
90557
|
setDefaultLuvio({ luvio });
|
|
90558
90558
|
|
|
90559
90559
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
90560
|
-
// version: 1.287.0-
|
|
90560
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
@@ -4210,7 +4210,7 @@
|
|
|
4210
4210
|
}
|
|
4211
4211
|
callbacks.push(callback);
|
|
4212
4212
|
}
|
|
4213
|
-
// version: 1.287.0-
|
|
4213
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
4214
4214
|
|
|
4215
4215
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4216
4216
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15718,7 +15718,7 @@
|
|
|
15718
15718
|
}
|
|
15719
15719
|
return superResult;
|
|
15720
15720
|
}
|
|
15721
|
-
// version: 1.287.0-
|
|
15721
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
15722
15722
|
|
|
15723
15723
|
function unwrap(data) {
|
|
15724
15724
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16647,7 +16647,7 @@
|
|
|
16647
16647
|
const { apiFamily, name } = metadata;
|
|
16648
16648
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16649
16649
|
}
|
|
16650
|
-
// version: 1.287.0-
|
|
16650
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
16651
16651
|
|
|
16652
16652
|
/**
|
|
16653
16653
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44237,7 +44237,7 @@
|
|
|
44237
44237
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
44238
44238
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
44239
44239
|
});
|
|
44240
|
-
// version: 1.287.0-
|
|
44240
|
+
// version: 1.287.0-dev11-a463417190
|
|
44241
44241
|
|
|
44242
44242
|
var ldsIdempotencyWriteDisabled = {
|
|
44243
44243
|
isOpen: function (e) {
|
|
@@ -62543,7 +62543,7 @@
|
|
|
62543
62543
|
id: '@salesforce/lds-network-adapter',
|
|
62544
62544
|
instrument: instrument$2,
|
|
62545
62545
|
});
|
|
62546
|
-
// version: 1.287.0-
|
|
62546
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
62547
62547
|
|
|
62548
62548
|
const { create: create$3, keys: keys$3 } = Object;
|
|
62549
62549
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -82607,7 +82607,7 @@
|
|
|
82607
82607
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
82608
82608
|
instrument: instrument$1,
|
|
82609
82609
|
});
|
|
82610
|
-
// version: 1.287.0-
|
|
82610
|
+
// version: 1.287.0-dev11-a463417190
|
|
82611
82611
|
|
|
82612
82612
|
// On core the unstable adapters are re-exported with different names,
|
|
82613
82613
|
// we want to match them here.
|
|
@@ -84863,7 +84863,7 @@
|
|
|
84863
84863
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
84864
84864
|
graphQLImperative = ldsAdapter;
|
|
84865
84865
|
});
|
|
84866
|
-
// version: 1.287.0-
|
|
84866
|
+
// version: 1.287.0-dev11-a463417190
|
|
84867
84867
|
|
|
84868
84868
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
84869
84869
|
__proto__: null,
|
|
@@ -85601,7 +85601,7 @@
|
|
|
85601
85601
|
function register(r) {
|
|
85602
85602
|
callbacks$1.forEach((callback) => callback(r));
|
|
85603
85603
|
}
|
|
85604
|
-
// version: 1.287.0-
|
|
85604
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
|
85605
85605
|
|
|
85606
85606
|
/**
|
|
85607
85607
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -90582,4 +90582,4 @@
|
|
|
90582
90582
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
90583
90583
|
|
|
90584
90584
|
}));
|
|
90585
|
-
// version: 1.287.0-
|
|
90585
|
+
// version: 1.287.0-dev11-e0b0a8a5b2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.287.0-
|
|
3
|
+
"version": "1.287.0-dev11",
|
|
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.287.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.287.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.287.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.287.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.287.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.287.0-
|
|
44
|
-
"@salesforce/lds-priming": "^1.287.0-
|
|
45
|
-
"@salesforce/lds-runtime-mobile": "^1.287.0-
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.287.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.287.0-dev11",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.287.0-dev11",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.287.0-dev11",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.287.0-dev11",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.287.0-dev11",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.287.0-dev11",
|
|
44
|
+
"@salesforce/lds-priming": "^1.287.0-dev11",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.287.0-dev11",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.287.0-dev11",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|