@salesforce/lds-worker-api 1.266.0-dev21 → 1.266.0-dev22
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-dev22-06d4657e7
|
|
@@ -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-dev22-06d4657e7
|
|
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-dev22-06d4657e7
|
|
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-dev22-06d4657e7
|
|
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-dev22-50eb098ff
|
|
43185
43185
|
|
|
43186
43186
|
var ldsIdempotencyWriteDisabled = {
|
|
43187
43187
|
isOpen: function (e) {
|
|
@@ -61140,7 +61140,7 @@ register$1({
|
|
|
61140
61140
|
id: '@salesforce/lds-network-adapter',
|
|
61141
61141
|
instrument: instrument$2,
|
|
61142
61142
|
});
|
|
61143
|
-
// version: 1.266.0-
|
|
61143
|
+
// version: 1.266.0-dev22-06d4657e7
|
|
61144
61144
|
|
|
61145
61145
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61146
61146
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79541,7 +79541,7 @@ register$1({
|
|
|
79541
79541
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79542
79542
|
instrument: instrument$1,
|
|
79543
79543
|
});
|
|
79544
|
-
// version: 1.266.0-
|
|
79544
|
+
// version: 1.266.0-dev22-50eb098ff
|
|
79545
79545
|
|
|
79546
79546
|
// On core the unstable adapters are re-exported with different names,
|
|
79547
79547
|
// we want to match them here.
|
|
@@ -81795,7 +81795,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81795
81795
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81796
81796
|
graphQLImperative = ldsAdapter;
|
|
81797
81797
|
});
|
|
81798
|
-
// version: 1.266.0-
|
|
81798
|
+
// version: 1.266.0-dev22-50eb098ff
|
|
81799
81799
|
|
|
81800
81800
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81801
81801
|
__proto__: null,
|
|
@@ -82507,7 +82507,7 @@ const callbacks$1 = [];
|
|
|
82507
82507
|
function register(r) {
|
|
82508
82508
|
callbacks$1.forEach((callback) => callback(r));
|
|
82509
82509
|
}
|
|
82510
|
-
// version: 1.266.0-
|
|
82510
|
+
// version: 1.266.0-dev22-06d4657e7
|
|
82511
82511
|
|
|
82512
82512
|
/**
|
|
82513
82513
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87418,4 +87418,4 @@ const { luvio } = getRuntime();
|
|
|
87418
87418
|
setDefaultLuvio({ luvio });
|
|
87419
87419
|
|
|
87420
87420
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87421
|
-
// version: 1.266.0-
|
|
87421
|
+
// version: 1.266.0-dev22-06d4657e7
|
|
@@ -4171,7 +4171,7 @@
|
|
|
4171
4171
|
}
|
|
4172
4172
|
callbacks.push(callback);
|
|
4173
4173
|
}
|
|
4174
|
-
// version: 1.266.0-
|
|
4174
|
+
// version: 1.266.0-dev22-06d4657e7
|
|
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-dev22-06d4657e7
|
|
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-dev22-06d4657e7
|
|
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-dev22-50eb098ff
|
|
43191
43191
|
|
|
43192
43192
|
var ldsIdempotencyWriteDisabled = {
|
|
43193
43193
|
isOpen: function (e) {
|
|
@@ -61146,7 +61146,7 @@
|
|
|
61146
61146
|
id: '@salesforce/lds-network-adapter',
|
|
61147
61147
|
instrument: instrument$2,
|
|
61148
61148
|
});
|
|
61149
|
-
// version: 1.266.0-
|
|
61149
|
+
// version: 1.266.0-dev22-06d4657e7
|
|
61150
61150
|
|
|
61151
61151
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61152
61152
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79547,7 +79547,7 @@
|
|
|
79547
79547
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79548
79548
|
instrument: instrument$1,
|
|
79549
79549
|
});
|
|
79550
|
-
// version: 1.266.0-
|
|
79550
|
+
// version: 1.266.0-dev22-50eb098ff
|
|
79551
79551
|
|
|
79552
79552
|
// On core the unstable adapters are re-exported with different names,
|
|
79553
79553
|
// we want to match them here.
|
|
@@ -81801,7 +81801,7 @@
|
|
|
81801
81801
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81802
81802
|
graphQLImperative = ldsAdapter;
|
|
81803
81803
|
});
|
|
81804
|
-
// version: 1.266.0-
|
|
81804
|
+
// version: 1.266.0-dev22-50eb098ff
|
|
81805
81805
|
|
|
81806
81806
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81807
81807
|
__proto__: null,
|
|
@@ -82513,7 +82513,7 @@
|
|
|
82513
82513
|
function register(r) {
|
|
82514
82514
|
callbacks$1.forEach((callback) => callback(r));
|
|
82515
82515
|
}
|
|
82516
|
-
// version: 1.266.0-
|
|
82516
|
+
// version: 1.266.0-dev22-06d4657e7
|
|
82517
82517
|
|
|
82518
82518
|
/**
|
|
82519
82519
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87442,4 +87442,4 @@
|
|
|
87442
87442
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87443
87443
|
|
|
87444
87444
|
}));
|
|
87445
|
-
// version: 1.266.0-
|
|
87445
|
+
// version: 1.266.0-dev22-06d4657e7
|
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-dev22",
|
|
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-dev22",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.266.0-dev22",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.266.0-dev22",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.266.0-dev22",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.266.0-dev22",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.266.0-dev22",
|
|
44
|
+
"@salesforce/lds-priming": "^1.266.0-dev22",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.266.0-dev22",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.266.0-dev22",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|