@salesforce/lds-worker-api 1.266.0-dev11 → 1.266.0-dev12
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.266.0-
|
|
1037
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
@@ -4144,7 +4144,7 @@ function withDefaultLuvio(callback) {
|
|
|
4144
4144
|
}
|
|
4145
4145
|
callbacks.push(callback);
|
|
4146
4146
|
}
|
|
4147
|
-
// version: 1.266.0-
|
|
4147
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
4148
4148
|
|
|
4149
4149
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4150
4150
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15652,7 +15652,7 @@ function gql(literals, ...subs) {
|
|
|
15652
15652
|
}
|
|
15653
15653
|
return superResult;
|
|
15654
15654
|
}
|
|
15655
|
-
// version: 1.266.0-
|
|
15655
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
15656
15656
|
|
|
15657
15657
|
function unwrap(data) {
|
|
15658
15658
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16577,7 +16577,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16577
16577
|
const { apiFamily, name } = metadata;
|
|
16578
16578
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16579
16579
|
}
|
|
16580
|
-
// version: 1.266.0-
|
|
16580
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
16581
16581
|
|
|
16582
16582
|
/**
|
|
16583
16583
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43154,7 +43154,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43154
43154
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
43155
43155
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43156
43156
|
});
|
|
43157
|
-
// version: 1.266.0-
|
|
43157
|
+
// version: 1.266.0-dev12-133bca5b9
|
|
43158
43158
|
|
|
43159
43159
|
var ldsIdempotencyWriteDisabled = {
|
|
43160
43160
|
isOpen: function (e) {
|
|
@@ -61059,7 +61059,7 @@ register$1({
|
|
|
61059
61059
|
id: '@salesforce/lds-network-adapter',
|
|
61060
61060
|
instrument: instrument$2,
|
|
61061
61061
|
});
|
|
61062
|
-
// version: 1.266.0-
|
|
61062
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
61063
61063
|
|
|
61064
61064
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61065
61065
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79454,7 +79454,7 @@ register$1({
|
|
|
79454
79454
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79455
79455
|
instrument: instrument$1,
|
|
79456
79456
|
});
|
|
79457
|
-
// version: 1.266.0-
|
|
79457
|
+
// version: 1.266.0-dev12-133bca5b9
|
|
79458
79458
|
|
|
79459
79459
|
// On core the unstable adapters are re-exported with different names,
|
|
79460
79460
|
// we want to match them here.
|
|
@@ -81708,7 +81708,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81708
81708
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81709
81709
|
graphQLImperative = ldsAdapter;
|
|
81710
81710
|
});
|
|
81711
|
-
// version: 1.266.0-
|
|
81711
|
+
// version: 1.266.0-dev12-133bca5b9
|
|
81712
81712
|
|
|
81713
81713
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81714
81714
|
__proto__: null,
|
|
@@ -82406,7 +82406,7 @@ const callbacks$1 = [];
|
|
|
82406
82406
|
function register(r) {
|
|
82407
82407
|
callbacks$1.forEach((callback) => callback(r));
|
|
82408
82408
|
}
|
|
82409
|
-
// version: 1.266.0-
|
|
82409
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
82410
82410
|
|
|
82411
82411
|
/**
|
|
82412
82412
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87311,4 +87311,4 @@ const { luvio } = getRuntime();
|
|
|
87311
87311
|
setDefaultLuvio({ luvio });
|
|
87312
87312
|
|
|
87313
87313
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87314
|
-
// version: 1.266.0-
|
|
87314
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
@@ -4150,7 +4150,7 @@
|
|
|
4150
4150
|
}
|
|
4151
4151
|
callbacks.push(callback);
|
|
4152
4152
|
}
|
|
4153
|
-
// version: 1.266.0-
|
|
4153
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
4154
4154
|
|
|
4155
4155
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4156
4156
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15658,7 +15658,7 @@
|
|
|
15658
15658
|
}
|
|
15659
15659
|
return superResult;
|
|
15660
15660
|
}
|
|
15661
|
-
// version: 1.266.0-
|
|
15661
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
15662
15662
|
|
|
15663
15663
|
function unwrap(data) {
|
|
15664
15664
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16583,7 +16583,7 @@
|
|
|
16583
16583
|
const { apiFamily, name } = metadata;
|
|
16584
16584
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16585
16585
|
}
|
|
16586
|
-
// version: 1.266.0-
|
|
16586
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
16587
16587
|
|
|
16588
16588
|
/**
|
|
16589
16589
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -43160,7 +43160,7 @@
|
|
|
43160
43160
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyListInfoUpdateAvailable', notifyUpdateAvailableFactory$1));
|
|
43161
43161
|
throttle(60, 60000, createLDSAdapter(luvio, 'notifyQuickActionDefaultsUpdateAvailable', notifyUpdateAvailableFactory));
|
|
43162
43162
|
});
|
|
43163
|
-
// version: 1.266.0-
|
|
43163
|
+
// version: 1.266.0-dev12-133bca5b9
|
|
43164
43164
|
|
|
43165
43165
|
var ldsIdempotencyWriteDisabled = {
|
|
43166
43166
|
isOpen: function (e) {
|
|
@@ -61065,7 +61065,7 @@
|
|
|
61065
61065
|
id: '@salesforce/lds-network-adapter',
|
|
61066
61066
|
instrument: instrument$2,
|
|
61067
61067
|
});
|
|
61068
|
-
// version: 1.266.0-
|
|
61068
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
61069
61069
|
|
|
61070
61070
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61071
61071
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79460,7 +79460,7 @@
|
|
|
79460
79460
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79461
79461
|
instrument: instrument$1,
|
|
79462
79462
|
});
|
|
79463
|
-
// version: 1.266.0-
|
|
79463
|
+
// version: 1.266.0-dev12-133bca5b9
|
|
79464
79464
|
|
|
79465
79465
|
// On core the unstable adapters are re-exported with different names,
|
|
79466
79466
|
// we want to match them here.
|
|
@@ -81714,7 +81714,7 @@
|
|
|
81714
81714
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81715
81715
|
graphQLImperative = ldsAdapter;
|
|
81716
81716
|
});
|
|
81717
|
-
// version: 1.266.0-
|
|
81717
|
+
// version: 1.266.0-dev12-133bca5b9
|
|
81718
81718
|
|
|
81719
81719
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81720
81720
|
__proto__: null,
|
|
@@ -82412,7 +82412,7 @@
|
|
|
82412
82412
|
function register(r) {
|
|
82413
82413
|
callbacks$1.forEach((callback) => callback(r));
|
|
82414
82414
|
}
|
|
82415
|
-
// version: 1.266.0-
|
|
82415
|
+
// version: 1.266.0-dev12-070ceccd9
|
|
82416
82416
|
|
|
82417
82417
|
/**
|
|
82418
82418
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87335,4 +87335,4 @@
|
|
|
87335
87335
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87336
87336
|
|
|
87337
87337
|
}));
|
|
87338
|
-
// version: 1.266.0-
|
|
87338
|
+
// version: 1.266.0-dev12-070ceccd9
|
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-dev12",
|
|
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-dev12",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.266.0-dev12",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.266.0-dev12",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.266.0-dev12",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.266.0-dev12",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.266.0-dev12",
|
|
44
|
+
"@salesforce/lds-priming": "^1.266.0-dev12",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.266.0-dev12",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.266.0-dev12",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|