@salesforce/lds-worker-api 1.262.1 → 1.262.3
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.
|
@@ -1034,4 +1034,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
1036
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1037
|
-
// version: 1.262.
|
|
1037
|
+
// version: 1.262.3-255964f12
|
|
@@ -4129,7 +4129,7 @@ function withDefaultLuvio(callback) {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
callbacks.push(callback);
|
|
4131
4131
|
}
|
|
4132
|
-
// version: 1.262.
|
|
4132
|
+
// version: 1.262.3-255964f12
|
|
4133
4133
|
|
|
4134
4134
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4135
4135
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15637,7 +15637,7 @@ function gql(literals, ...subs) {
|
|
|
15637
15637
|
}
|
|
15638
15638
|
return superResult;
|
|
15639
15639
|
}
|
|
15640
|
-
// version: 1.262.
|
|
15640
|
+
// version: 1.262.3-255964f12
|
|
15641
15641
|
|
|
15642
15642
|
function unwrap(data) {
|
|
15643
15643
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16562,7 +16562,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16562
16562
|
const { apiFamily, name } = metadata;
|
|
16563
16563
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16564
16564
|
}
|
|
16565
|
-
// version: 1.262.
|
|
16565
|
+
// version: 1.262.3-255964f12
|
|
16566
16566
|
|
|
16567
16567
|
/**
|
|
16568
16568
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -42978,7 +42978,7 @@ withDefaultLuvio((luvio) => {
|
|
|
42978
42978
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42979
42979
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42980
42980
|
});
|
|
42981
|
-
// version: 1.262.
|
|
42981
|
+
// version: 1.262.3-6d014447a
|
|
42982
42982
|
|
|
42983
42983
|
var ldsIdempotencyWriteDisabled = {
|
|
42984
42984
|
isOpen: function (e) {
|
|
@@ -60856,7 +60856,7 @@ register$1({
|
|
|
60856
60856
|
id: '@salesforce/lds-network-adapter',
|
|
60857
60857
|
instrument: instrument$2,
|
|
60858
60858
|
});
|
|
60859
|
-
// version: 1.262.
|
|
60859
|
+
// version: 1.262.3-255964f12
|
|
60860
60860
|
|
|
60861
60861
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60862
60862
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79185,7 +79185,7 @@ register$1({
|
|
|
79185
79185
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79186
79186
|
instrument: instrument$1,
|
|
79187
79187
|
});
|
|
79188
|
-
// version: 1.262.
|
|
79188
|
+
// version: 1.262.3-6d014447a
|
|
79189
79189
|
|
|
79190
79190
|
// On core the unstable adapters are re-exported with different names,
|
|
79191
79191
|
// we want to match them here.
|
|
@@ -81436,7 +81436,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81436
81436
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81437
81437
|
graphQLImperative = ldsAdapter;
|
|
81438
81438
|
});
|
|
81439
|
-
// version: 1.262.
|
|
81439
|
+
// version: 1.262.3-6d014447a
|
|
81440
81440
|
|
|
81441
81441
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81442
81442
|
__proto__: null,
|
|
@@ -82134,7 +82134,7 @@ const callbacks$1 = [];
|
|
|
82134
82134
|
function register(r) {
|
|
82135
82135
|
callbacks$1.forEach((callback) => callback(r));
|
|
82136
82136
|
}
|
|
82137
|
-
// version: 1.262.
|
|
82137
|
+
// version: 1.262.3-255964f12
|
|
82138
82138
|
|
|
82139
82139
|
/**
|
|
82140
82140
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87039,4 +87039,4 @@ const { luvio } = getRuntime();
|
|
|
87039
87039
|
setDefaultLuvio({ luvio });
|
|
87040
87040
|
|
|
87041
87041
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87042
|
-
// version: 1.262.
|
|
87042
|
+
// version: 1.262.3-255964f12
|
|
@@ -4135,7 +4135,7 @@
|
|
|
4135
4135
|
}
|
|
4136
4136
|
callbacks.push(callback);
|
|
4137
4137
|
}
|
|
4138
|
-
// version: 1.262.
|
|
4138
|
+
// version: 1.262.3-255964f12
|
|
4139
4139
|
|
|
4140
4140
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4141
4141
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15643,7 +15643,7 @@
|
|
|
15643
15643
|
}
|
|
15644
15644
|
return superResult;
|
|
15645
15645
|
}
|
|
15646
|
-
// version: 1.262.
|
|
15646
|
+
// version: 1.262.3-255964f12
|
|
15647
15647
|
|
|
15648
15648
|
function unwrap(data) {
|
|
15649
15649
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16568,7 +16568,7 @@
|
|
|
16568
16568
|
const { apiFamily, name } = metadata;
|
|
16569
16569
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16570
16570
|
}
|
|
16571
|
-
// version: 1.262.
|
|
16571
|
+
// version: 1.262.3-255964f12
|
|
16572
16572
|
|
|
16573
16573
|
/**
|
|
16574
16574
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -42984,7 +42984,7 @@
|
|
|
42984
42984
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
42985
42985
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
42986
42986
|
});
|
|
42987
|
-
// version: 1.262.
|
|
42987
|
+
// version: 1.262.3-6d014447a
|
|
42988
42988
|
|
|
42989
42989
|
var ldsIdempotencyWriteDisabled = {
|
|
42990
42990
|
isOpen: function (e) {
|
|
@@ -60862,7 +60862,7 @@
|
|
|
60862
60862
|
id: '@salesforce/lds-network-adapter',
|
|
60863
60863
|
instrument: instrument$2,
|
|
60864
60864
|
});
|
|
60865
|
-
// version: 1.262.
|
|
60865
|
+
// version: 1.262.3-255964f12
|
|
60866
60866
|
|
|
60867
60867
|
const { create: create$3, keys: keys$3 } = Object;
|
|
60868
60868
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79191,7 +79191,7 @@
|
|
|
79191
79191
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79192
79192
|
instrument: instrument$1,
|
|
79193
79193
|
});
|
|
79194
|
-
// version: 1.262.
|
|
79194
|
+
// version: 1.262.3-6d014447a
|
|
79195
79195
|
|
|
79196
79196
|
// On core the unstable adapters are re-exported with different names,
|
|
79197
79197
|
// we want to match them here.
|
|
@@ -81442,7 +81442,7 @@
|
|
|
81442
81442
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81443
81443
|
graphQLImperative = ldsAdapter;
|
|
81444
81444
|
});
|
|
81445
|
-
// version: 1.262.
|
|
81445
|
+
// version: 1.262.3-6d014447a
|
|
81446
81446
|
|
|
81447
81447
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81448
81448
|
__proto__: null,
|
|
@@ -82140,7 +82140,7 @@
|
|
|
82140
82140
|
function register(r) {
|
|
82141
82141
|
callbacks$1.forEach((callback) => callback(r));
|
|
82142
82142
|
}
|
|
82143
|
-
// version: 1.262.
|
|
82143
|
+
// version: 1.262.3-255964f12
|
|
82144
82144
|
|
|
82145
82145
|
/**
|
|
82146
82146
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87063,4 +87063,4 @@
|
|
|
87063
87063
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87064
87064
|
|
|
87065
87065
|
}));
|
|
87066
|
-
// version: 1.262.
|
|
87066
|
+
// version: 1.262.3-255964f12
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.262.
|
|
3
|
+
"version": "1.262.3",
|
|
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.262.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.262.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.262.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.262.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.262.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.262.
|
|
44
|
-
"@salesforce/lds-priming": "^1.262.
|
|
45
|
-
"@salesforce/lds-runtime-mobile": "^1.262.
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.262.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.262.3",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.262.3",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.262.3",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.262.3",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.262.3",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.262.3",
|
|
44
|
+
"@salesforce/lds-priming": "^1.262.3",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.262.3",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.262.3",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|