@salesforce/lds-worker-api 1.266.0-dev22 → 1.266.0-dev23
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.
|
@@ -1048,4 +1048,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
1050
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1051
|
-
// version: 1.266.0-
|
|
1051
|
+
// version: 1.266.0-dev23-3632739b0
|
|
@@ -4165,7 +4165,7 @@ function withDefaultLuvio(callback) {
|
|
|
4165
4165
|
}
|
|
4166
4166
|
callbacks.push(callback);
|
|
4167
4167
|
}
|
|
4168
|
-
// version: 1.266.0-
|
|
4168
|
+
// version: 1.266.0-dev23-3632739b0
|
|
4169
4169
|
|
|
4170
4170
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4171
4171
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15673,7 +15673,7 @@ function gql(literals, ...subs) {
|
|
|
15673
15673
|
}
|
|
15674
15674
|
return superResult;
|
|
15675
15675
|
}
|
|
15676
|
-
// version: 1.266.0-
|
|
15676
|
+
// version: 1.266.0-dev23-3632739b0
|
|
15677
15677
|
|
|
15678
15678
|
function unwrap(data) {
|
|
15679
15679
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16598,7 +16598,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16598
16598
|
const { apiFamily, name } = metadata;
|
|
16599
16599
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16600
16600
|
}
|
|
16601
|
-
// version: 1.266.0-
|
|
16601
|
+
// version: 1.266.0-dev23-3632739b0
|
|
16602
16602
|
|
|
16603
16603
|
/**
|
|
16604
16604
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43181,7 +43181,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43181
43181
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
43182
43182
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43183
43183
|
});
|
|
43184
|
-
// version: 1.266.0-
|
|
43184
|
+
// version: 1.266.0-dev23-ee4a925f1
|
|
43185
43185
|
|
|
43186
43186
|
var ldsIdempotencyWriteDisabled = {
|
|
43187
43187
|
isOpen: function (e) {
|
|
@@ -58930,9 +58930,11 @@ function enableObjectInfoCaching(env, ensureObjectInfoCached) {
|
|
|
58930
58930
|
let apiName = null;
|
|
58931
58931
|
let objectInfo;
|
|
58932
58932
|
if (dataIsRecord(key)) {
|
|
58933
|
+
incomingRecords.delete(key);
|
|
58933
58934
|
apiName = data.apiName;
|
|
58934
58935
|
}
|
|
58935
58936
|
else if (dataIsObjectInfo(key)) {
|
|
58937
|
+
incomingObjectInfos.delete(key);
|
|
58936
58938
|
apiName = data.apiName;
|
|
58937
58939
|
objectInfo = data;
|
|
58938
58940
|
}
|
|
@@ -61140,7 +61142,7 @@ register$1({
|
|
|
61140
61142
|
id: '@salesforce/lds-network-adapter',
|
|
61141
61143
|
instrument: instrument$2,
|
|
61142
61144
|
});
|
|
61143
|
-
// version: 1.266.0-
|
|
61145
|
+
// version: 1.266.0-dev23-3632739b0
|
|
61144
61146
|
|
|
61145
61147
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61146
61148
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79541,7 +79543,7 @@ register$1({
|
|
|
79541
79543
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79542
79544
|
instrument: instrument$1,
|
|
79543
79545
|
});
|
|
79544
|
-
// version: 1.266.0-
|
|
79546
|
+
// version: 1.266.0-dev23-ee4a925f1
|
|
79545
79547
|
|
|
79546
79548
|
// On core the unstable adapters are re-exported with different names,
|
|
79547
79549
|
// we want to match them here.
|
|
@@ -81795,7 +81797,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81795
81797
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81796
81798
|
graphQLImperative = ldsAdapter;
|
|
81797
81799
|
});
|
|
81798
|
-
// version: 1.266.0-
|
|
81800
|
+
// version: 1.266.0-dev23-ee4a925f1
|
|
81799
81801
|
|
|
81800
81802
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81801
81803
|
__proto__: null,
|
|
@@ -82507,7 +82509,7 @@ const callbacks$1 = [];
|
|
|
82507
82509
|
function register(r) {
|
|
82508
82510
|
callbacks$1.forEach((callback) => callback(r));
|
|
82509
82511
|
}
|
|
82510
|
-
// version: 1.266.0-
|
|
82512
|
+
// version: 1.266.0-dev23-3632739b0
|
|
82511
82513
|
|
|
82512
82514
|
/**
|
|
82513
82515
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87418,4 +87420,4 @@ const { luvio } = getRuntime();
|
|
|
87418
87420
|
setDefaultLuvio({ luvio });
|
|
87419
87421
|
|
|
87420
87422
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87421
|
-
// version: 1.266.0-
|
|
87423
|
+
// version: 1.266.0-dev23-3632739b0
|
|
@@ -4171,7 +4171,7 @@
|
|
|
4171
4171
|
}
|
|
4172
4172
|
callbacks.push(callback);
|
|
4173
4173
|
}
|
|
4174
|
-
// version: 1.266.0-
|
|
4174
|
+
// version: 1.266.0-dev23-3632739b0
|
|
4175
4175
|
|
|
4176
4176
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4177
4177
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15679,7 +15679,7 @@
|
|
|
15679
15679
|
}
|
|
15680
15680
|
return superResult;
|
|
15681
15681
|
}
|
|
15682
|
-
// version: 1.266.0-
|
|
15682
|
+
// version: 1.266.0-dev23-3632739b0
|
|
15683
15683
|
|
|
15684
15684
|
function unwrap(data) {
|
|
15685
15685
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16604,7 +16604,7 @@
|
|
|
16604
16604
|
const { apiFamily, name } = metadata;
|
|
16605
16605
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16606
16606
|
}
|
|
16607
|
-
// version: 1.266.0-
|
|
16607
|
+
// version: 1.266.0-dev23-3632739b0
|
|
16608
16608
|
|
|
16609
16609
|
/**
|
|
16610
16610
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43187,7 +43187,7 @@
|
|
|
43187
43187
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
43188
43188
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43189
43189
|
});
|
|
43190
|
-
// version: 1.266.0-
|
|
43190
|
+
// version: 1.266.0-dev23-ee4a925f1
|
|
43191
43191
|
|
|
43192
43192
|
var ldsIdempotencyWriteDisabled = {
|
|
43193
43193
|
isOpen: function (e) {
|
|
@@ -58936,9 +58936,11 @@
|
|
|
58936
58936
|
let apiName = null;
|
|
58937
58937
|
let objectInfo;
|
|
58938
58938
|
if (dataIsRecord(key)) {
|
|
58939
|
+
incomingRecords.delete(key);
|
|
58939
58940
|
apiName = data.apiName;
|
|
58940
58941
|
}
|
|
58941
58942
|
else if (dataIsObjectInfo(key)) {
|
|
58943
|
+
incomingObjectInfos.delete(key);
|
|
58942
58944
|
apiName = data.apiName;
|
|
58943
58945
|
objectInfo = data;
|
|
58944
58946
|
}
|
|
@@ -61146,7 +61148,7 @@
|
|
|
61146
61148
|
id: '@salesforce/lds-network-adapter',
|
|
61147
61149
|
instrument: instrument$2,
|
|
61148
61150
|
});
|
|
61149
|
-
// version: 1.266.0-
|
|
61151
|
+
// version: 1.266.0-dev23-3632739b0
|
|
61150
61152
|
|
|
61151
61153
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61152
61154
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79547,7 +79549,7 @@
|
|
|
79547
79549
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79548
79550
|
instrument: instrument$1,
|
|
79549
79551
|
});
|
|
79550
|
-
// version: 1.266.0-
|
|
79552
|
+
// version: 1.266.0-dev23-ee4a925f1
|
|
79551
79553
|
|
|
79552
79554
|
// On core the unstable adapters are re-exported with different names,
|
|
79553
79555
|
// we want to match them here.
|
|
@@ -81801,7 +81803,7 @@
|
|
|
81801
81803
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81802
81804
|
graphQLImperative = ldsAdapter;
|
|
81803
81805
|
});
|
|
81804
|
-
// version: 1.266.0-
|
|
81806
|
+
// version: 1.266.0-dev23-ee4a925f1
|
|
81805
81807
|
|
|
81806
81808
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81807
81809
|
__proto__: null,
|
|
@@ -82513,7 +82515,7 @@
|
|
|
82513
82515
|
function register(r) {
|
|
82514
82516
|
callbacks$1.forEach((callback) => callback(r));
|
|
82515
82517
|
}
|
|
82516
|
-
// version: 1.266.0-
|
|
82518
|
+
// version: 1.266.0-dev23-3632739b0
|
|
82517
82519
|
|
|
82518
82520
|
/**
|
|
82519
82521
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87442,4 +87444,4 @@
|
|
|
87442
87444
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87443
87445
|
|
|
87444
87446
|
}));
|
|
87445
|
-
// version: 1.266.0-
|
|
87447
|
+
// version: 1.266.0-dev23-3632739b0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.266.0-
|
|
3
|
+
"version": "1.266.0-dev23",
|
|
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.266.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.266.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.266.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.266.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.266.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.266.0-
|
|
44
|
-
"@salesforce/lds-priming": "^1.266.0-
|
|
45
|
-
"@salesforce/lds-runtime-mobile": "^1.266.0-
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.266.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.266.0-dev23",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.266.0-dev23",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.266.0-dev23",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.266.0-dev23",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.266.0-dev23",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.266.0-dev23",
|
|
44
|
+
"@salesforce/lds-priming": "^1.266.0-dev23",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.266.0-dev23",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.266.0-dev23",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|