@salesforce/lds-worker-api 1.266.0-dev8 → 1.266.0-dev9
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-dev9-b12de3068
|
|
@@ -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-dev9-b12de3068
|
|
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-dev9-b12de3068
|
|
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-dev9-b12de3068
|
|
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-dev9-9e86ab5c3
|
|
43158
43158
|
|
|
43159
43159
|
var ldsIdempotencyWriteDisabled = {
|
|
43160
43160
|
isOpen: function (e) {
|
|
@@ -61055,7 +61055,7 @@ register$1({
|
|
|
61055
61055
|
id: '@salesforce/lds-network-adapter',
|
|
61056
61056
|
instrument: instrument$2,
|
|
61057
61057
|
});
|
|
61058
|
-
// version: 1.266.0-
|
|
61058
|
+
// version: 1.266.0-dev9-b12de3068
|
|
61059
61059
|
|
|
61060
61060
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61061
61061
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79450,7 +79450,7 @@ register$1({
|
|
|
79450
79450
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79451
79451
|
instrument: instrument$1,
|
|
79452
79452
|
});
|
|
79453
|
-
// version: 1.266.0-
|
|
79453
|
+
// version: 1.266.0-dev9-9e86ab5c3
|
|
79454
79454
|
|
|
79455
79455
|
// On core the unstable adapters are re-exported with different names,
|
|
79456
79456
|
// we want to match them here.
|
|
@@ -81704,7 +81704,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81704
81704
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81705
81705
|
graphQLImperative = ldsAdapter;
|
|
81706
81706
|
});
|
|
81707
|
-
// version: 1.266.0-
|
|
81707
|
+
// version: 1.266.0-dev9-9e86ab5c3
|
|
81708
81708
|
|
|
81709
81709
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81710
81710
|
__proto__: null,
|
|
@@ -82402,7 +82402,7 @@ const callbacks$1 = [];
|
|
|
82402
82402
|
function register(r) {
|
|
82403
82403
|
callbacks$1.forEach((callback) => callback(r));
|
|
82404
82404
|
}
|
|
82405
|
-
// version: 1.266.0-
|
|
82405
|
+
// version: 1.266.0-dev9-b12de3068
|
|
82406
82406
|
|
|
82407
82407
|
/**
|
|
82408
82408
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87307,4 +87307,4 @@ const { luvio } = getRuntime();
|
|
|
87307
87307
|
setDefaultLuvio({ luvio });
|
|
87308
87308
|
|
|
87309
87309
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87310
|
-
// version: 1.266.0-
|
|
87310
|
+
// version: 1.266.0-dev9-b12de3068
|
|
@@ -4150,7 +4150,7 @@
|
|
|
4150
4150
|
}
|
|
4151
4151
|
callbacks.push(callback);
|
|
4152
4152
|
}
|
|
4153
|
-
// version: 1.266.0-
|
|
4153
|
+
// version: 1.266.0-dev9-b12de3068
|
|
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-dev9-b12de3068
|
|
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-dev9-b12de3068
|
|
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-dev9-9e86ab5c3
|
|
43164
43164
|
|
|
43165
43165
|
var ldsIdempotencyWriteDisabled = {
|
|
43166
43166
|
isOpen: function (e) {
|
|
@@ -61061,7 +61061,7 @@
|
|
|
61061
61061
|
id: '@salesforce/lds-network-adapter',
|
|
61062
61062
|
instrument: instrument$2,
|
|
61063
61063
|
});
|
|
61064
|
-
// version: 1.266.0-
|
|
61064
|
+
// version: 1.266.0-dev9-b12de3068
|
|
61065
61065
|
|
|
61066
61066
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61067
61067
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79456,7 +79456,7 @@
|
|
|
79456
79456
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79457
79457
|
instrument: instrument$1,
|
|
79458
79458
|
});
|
|
79459
|
-
// version: 1.266.0-
|
|
79459
|
+
// version: 1.266.0-dev9-9e86ab5c3
|
|
79460
79460
|
|
|
79461
79461
|
// On core the unstable adapters are re-exported with different names,
|
|
79462
79462
|
// we want to match them here.
|
|
@@ -81710,7 +81710,7 @@
|
|
|
81710
81710
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81711
81711
|
graphQLImperative = ldsAdapter;
|
|
81712
81712
|
});
|
|
81713
|
-
// version: 1.266.0-
|
|
81713
|
+
// version: 1.266.0-dev9-9e86ab5c3
|
|
81714
81714
|
|
|
81715
81715
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81716
81716
|
__proto__: null,
|
|
@@ -82408,7 +82408,7 @@
|
|
|
82408
82408
|
function register(r) {
|
|
82409
82409
|
callbacks$1.forEach((callback) => callback(r));
|
|
82410
82410
|
}
|
|
82411
|
-
// version: 1.266.0-
|
|
82411
|
+
// version: 1.266.0-dev9-b12de3068
|
|
82412
82412
|
|
|
82413
82413
|
/**
|
|
82414
82414
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87331,4 +87331,4 @@
|
|
|
87331
87331
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87332
87332
|
|
|
87333
87333
|
}));
|
|
87334
|
-
// version: 1.266.0-
|
|
87334
|
+
// version: 1.266.0-dev9-b12de3068
|
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-dev9",
|
|
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-dev9",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.266.0-dev9",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.266.0-dev9",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.266.0-dev9",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.266.0-dev9",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.266.0-dev9",
|
|
44
|
+
"@salesforce/lds-priming": "^1.266.0-dev9",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.266.0-dev9",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.266.0-dev9",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|