@salesforce/lds-worker-api 1.266.0-dev15 → 1.266.0-dev16
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-dev16-a54e7da01
|
|
@@ -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-dev16-a54e7da01
|
|
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-dev16-a54e7da01
|
|
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-dev16-a54e7da01
|
|
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-dev16-6c1030f29
|
|
43158
43158
|
|
|
43159
43159
|
var ldsIdempotencyWriteDisabled = {
|
|
43160
43160
|
isOpen: function (e) {
|
|
@@ -61078,7 +61078,7 @@ register$1({
|
|
|
61078
61078
|
id: '@salesforce/lds-network-adapter',
|
|
61079
61079
|
instrument: instrument$2,
|
|
61080
61080
|
});
|
|
61081
|
-
// version: 1.266.0-
|
|
61081
|
+
// version: 1.266.0-dev16-a54e7da01
|
|
61082
61082
|
|
|
61083
61083
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61084
61084
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79473,7 +79473,7 @@ register$1({
|
|
|
79473
79473
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79474
79474
|
instrument: instrument$1,
|
|
79475
79475
|
});
|
|
79476
|
-
// version: 1.266.0-
|
|
79476
|
+
// version: 1.266.0-dev16-6c1030f29
|
|
79477
79477
|
|
|
79478
79478
|
// On core the unstable adapters are re-exported with different names,
|
|
79479
79479
|
// we want to match them here.
|
|
@@ -81727,7 +81727,7 @@ withDefaultLuvio((luvio) => {
|
|
|
81727
81727
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81728
81728
|
graphQLImperative = ldsAdapter;
|
|
81729
81729
|
});
|
|
81730
|
-
// version: 1.266.0-
|
|
81730
|
+
// version: 1.266.0-dev16-6c1030f29
|
|
81731
81731
|
|
|
81732
81732
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81733
81733
|
__proto__: null,
|
|
@@ -82425,7 +82425,7 @@ const callbacks$1 = [];
|
|
|
82425
82425
|
function register(r) {
|
|
82426
82426
|
callbacks$1.forEach((callback) => callback(r));
|
|
82427
82427
|
}
|
|
82428
|
-
// version: 1.266.0-
|
|
82428
|
+
// version: 1.266.0-dev16-a54e7da01
|
|
82429
82429
|
|
|
82430
82430
|
/**
|
|
82431
82431
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87330,4 +87330,4 @@ const { luvio } = getRuntime();
|
|
|
87330
87330
|
setDefaultLuvio({ luvio });
|
|
87331
87331
|
|
|
87332
87332
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
87333
|
-
// version: 1.266.0-
|
|
87333
|
+
// version: 1.266.0-dev16-a54e7da01
|
|
@@ -4150,7 +4150,7 @@
|
|
|
4150
4150
|
}
|
|
4151
4151
|
callbacks.push(callback);
|
|
4152
4152
|
}
|
|
4153
|
-
// version: 1.266.0-
|
|
4153
|
+
// version: 1.266.0-dev16-a54e7da01
|
|
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-dev16-a54e7da01
|
|
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-dev16-a54e7da01
|
|
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-dev16-6c1030f29
|
|
43164
43164
|
|
|
43165
43165
|
var ldsIdempotencyWriteDisabled = {
|
|
43166
43166
|
isOpen: function (e) {
|
|
@@ -61084,7 +61084,7 @@
|
|
|
61084
61084
|
id: '@salesforce/lds-network-adapter',
|
|
61085
61085
|
instrument: instrument$2,
|
|
61086
61086
|
});
|
|
61087
|
-
// version: 1.266.0-
|
|
61087
|
+
// version: 1.266.0-dev16-a54e7da01
|
|
61088
61088
|
|
|
61089
61089
|
const { create: create$3, keys: keys$3 } = Object;
|
|
61090
61090
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -79479,7 +79479,7 @@
|
|
|
79479
79479
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
79480
79480
|
instrument: instrument$1,
|
|
79481
79481
|
});
|
|
79482
|
-
// version: 1.266.0-
|
|
79482
|
+
// version: 1.266.0-dev16-6c1030f29
|
|
79483
79483
|
|
|
79484
79484
|
// On core the unstable adapters are re-exported with different names,
|
|
79485
79485
|
// we want to match them here.
|
|
@@ -81733,7 +81733,7 @@
|
|
|
81733
81733
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
81734
81734
|
graphQLImperative = ldsAdapter;
|
|
81735
81735
|
});
|
|
81736
|
-
// version: 1.266.0-
|
|
81736
|
+
// version: 1.266.0-dev16-6c1030f29
|
|
81737
81737
|
|
|
81738
81738
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
81739
81739
|
__proto__: null,
|
|
@@ -82431,7 +82431,7 @@
|
|
|
82431
82431
|
function register(r) {
|
|
82432
82432
|
callbacks$1.forEach((callback) => callback(r));
|
|
82433
82433
|
}
|
|
82434
|
-
// version: 1.266.0-
|
|
82434
|
+
// version: 1.266.0-dev16-a54e7da01
|
|
82435
82435
|
|
|
82436
82436
|
/**
|
|
82437
82437
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -87354,4 +87354,4 @@
|
|
|
87354
87354
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
87355
87355
|
|
|
87356
87356
|
}));
|
|
87357
|
-
// version: 1.266.0-
|
|
87357
|
+
// version: 1.266.0-dev16-a54e7da01
|
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-dev16",
|
|
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-dev16",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.266.0-dev16",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.266.0-dev16",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.266.0-dev16",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.266.0-dev16",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.266.0-dev16",
|
|
44
|
+
"@salesforce/lds-priming": "^1.266.0-dev16",
|
|
45
|
+
"@salesforce/lds-runtime-mobile": "^1.266.0-dev16",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.266.0-dev16",
|
|
47
47
|
"ajv": "^8.11.0",
|
|
48
48
|
"glob": "^7.1.5",
|
|
49
49
|
"nimbus-types": "^2.0.0-alpha1",
|