@salesforce/lds-worker-api 1.124.8 → 1.124.9
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.
|
@@ -751,4 +751,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
754
|
-
// version: 1.124.
|
|
754
|
+
// version: 1.124.9-49feaf8ed
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.124.
|
|
3779
|
+
// version: 1.124.9-49feaf8ed
|
|
3780
3780
|
|
|
3781
3781
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3782
3782
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15200,7 +15200,7 @@ function parseAndVisit(source) {
|
|
|
15200
15200
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15201
15201
|
return luvioDocumentNode;
|
|
15202
15202
|
}
|
|
15203
|
-
// version: 1.124.
|
|
15203
|
+
// version: 1.124.9-49feaf8ed
|
|
15204
15204
|
|
|
15205
15205
|
function unwrap(data) {
|
|
15206
15206
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16113,7 +16113,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16113
16113
|
const { apiFamily, name } = metadata;
|
|
16114
16114
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16115
16115
|
}
|
|
16116
|
-
// version: 1.124.
|
|
16116
|
+
// version: 1.124.9-49feaf8ed
|
|
16117
16117
|
|
|
16118
16118
|
/**
|
|
16119
16119
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44347,7 +44347,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44347
44347
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44348
44348
|
});
|
|
44349
44349
|
});
|
|
44350
|
-
// version: 1.124.
|
|
44350
|
+
// version: 1.124.9-f2d458795
|
|
44351
44351
|
|
|
44352
44352
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44353
44353
|
|
|
@@ -59855,7 +59855,7 @@ register({
|
|
|
59855
59855
|
id: '@salesforce/lds-network-adapter',
|
|
59856
59856
|
instrument: instrument$1,
|
|
59857
59857
|
});
|
|
59858
|
-
// version: 1.124.
|
|
59858
|
+
// version: 1.124.9-49feaf8ed
|
|
59859
59859
|
|
|
59860
59860
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59861
59861
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74120,7 +74120,7 @@ register({
|
|
|
74120
74120
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74121
74121
|
instrument,
|
|
74122
74122
|
});
|
|
74123
|
-
// version: 1.124.
|
|
74123
|
+
// version: 1.124.9-f2d458795
|
|
74124
74124
|
|
|
74125
74125
|
// On core the unstable adapters are re-exported with different names,
|
|
74126
74126
|
|
|
@@ -76249,7 +76249,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76249
76249
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76250
76250
|
graphQLImperative = ldsAdapter;
|
|
76251
76251
|
});
|
|
76252
|
-
// version: 1.124.
|
|
76252
|
+
// version: 1.124.9-f2d458795
|
|
76253
76253
|
|
|
76254
76254
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76255
76255
|
__proto__: null,
|
|
@@ -76931,4 +76931,4 @@ const { luvio } = getRuntime();
|
|
|
76931
76931
|
setDefaultLuvio({ luvio });
|
|
76932
76932
|
|
|
76933
76933
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
76934
|
-
// version: 1.124.
|
|
76934
|
+
// version: 1.124.9-49feaf8ed
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.124.
|
|
3785
|
+
// version: 1.124.9-49feaf8ed
|
|
3786
3786
|
|
|
3787
3787
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3788
3788
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15206,7 +15206,7 @@
|
|
|
15206
15206
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15207
15207
|
return luvioDocumentNode;
|
|
15208
15208
|
}
|
|
15209
|
-
// version: 1.124.
|
|
15209
|
+
// version: 1.124.9-49feaf8ed
|
|
15210
15210
|
|
|
15211
15211
|
function unwrap(data) {
|
|
15212
15212
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16119,7 +16119,7 @@
|
|
|
16119
16119
|
const { apiFamily, name } = metadata;
|
|
16120
16120
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16121
16121
|
}
|
|
16122
|
-
// version: 1.124.
|
|
16122
|
+
// version: 1.124.9-49feaf8ed
|
|
16123
16123
|
|
|
16124
16124
|
/**
|
|
16125
16125
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44353,7 +44353,7 @@
|
|
|
44353
44353
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44354
44354
|
});
|
|
44355
44355
|
});
|
|
44356
|
-
// version: 1.124.
|
|
44356
|
+
// version: 1.124.9-f2d458795
|
|
44357
44357
|
|
|
44358
44358
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44359
44359
|
|
|
@@ -59861,7 +59861,7 @@
|
|
|
59861
59861
|
id: '@salesforce/lds-network-adapter',
|
|
59862
59862
|
instrument: instrument$1,
|
|
59863
59863
|
});
|
|
59864
|
-
// version: 1.124.
|
|
59864
|
+
// version: 1.124.9-49feaf8ed
|
|
59865
59865
|
|
|
59866
59866
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59867
59867
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74126,7 +74126,7 @@
|
|
|
74126
74126
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74127
74127
|
instrument,
|
|
74128
74128
|
});
|
|
74129
|
-
// version: 1.124.
|
|
74129
|
+
// version: 1.124.9-f2d458795
|
|
74130
74130
|
|
|
74131
74131
|
// On core the unstable adapters are re-exported with different names,
|
|
74132
74132
|
|
|
@@ -76255,7 +76255,7 @@
|
|
|
76255
76255
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76256
76256
|
graphQLImperative = ldsAdapter;
|
|
76257
76257
|
});
|
|
76258
|
-
// version: 1.124.
|
|
76258
|
+
// version: 1.124.9-f2d458795
|
|
76259
76259
|
|
|
76260
76260
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76261
76261
|
__proto__: null,
|
|
@@ -76954,4 +76954,4 @@
|
|
|
76954
76954
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
76955
76955
|
|
|
76956
76956
|
}));
|
|
76957
|
-
// version: 1.124.
|
|
76957
|
+
// version: 1.124.9-49feaf8ed
|