@salesforce/lds-worker-api 1.116.0 → 1.116.1
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.116.
|
|
754
|
+
// version: 1.116.1-c33d74bf7
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.116.
|
|
3779
|
+
// version: 1.116.1-c33d74bf7
|
|
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.116.
|
|
15203
|
+
// version: 1.116.1-c33d74bf7
|
|
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.116.
|
|
16116
|
+
// version: 1.116.1-c33d74bf7
|
|
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.116.
|
|
44350
|
+
// version: 1.116.1-3ff2207ea
|
|
44351
44351
|
|
|
44352
44352
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44353
44353
|
|
|
@@ -59850,7 +59850,7 @@ register({
|
|
|
59850
59850
|
id: '@salesforce/lds-network-adapter',
|
|
59851
59851
|
instrument: instrument$1,
|
|
59852
59852
|
});
|
|
59853
|
-
// version: 1.116.
|
|
59853
|
+
// version: 1.116.1-c33d74bf7
|
|
59854
59854
|
|
|
59855
59855
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59856
59856
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -75025,7 +75025,7 @@ register({
|
|
|
75025
75025
|
configuration: { ...configurationForGraphQLAdapters },
|
|
75026
75026
|
instrument,
|
|
75027
75027
|
});
|
|
75028
|
-
// version: 1.116.
|
|
75028
|
+
// version: 1.116.1-3ff2207ea
|
|
75029
75029
|
|
|
75030
75030
|
// On core the unstable adapters are re-exported with different names,
|
|
75031
75031
|
|
|
@@ -77154,7 +77154,7 @@ withDefaultLuvio((luvio) => {
|
|
|
77154
77154
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
77155
77155
|
graphQLImperative = ldsAdapter;
|
|
77156
77156
|
});
|
|
77157
|
-
// version: 1.116.
|
|
77157
|
+
// version: 1.116.1-3ff2207ea
|
|
77158
77158
|
|
|
77159
77159
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
77160
77160
|
__proto__: null,
|
|
@@ -77836,4 +77836,4 @@ const { luvio } = getRuntime();
|
|
|
77836
77836
|
setDefaultLuvio({ luvio });
|
|
77837
77837
|
|
|
77838
77838
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
77839
|
-
// version: 1.116.
|
|
77839
|
+
// version: 1.116.1-c33d74bf7
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.116.
|
|
3785
|
+
// version: 1.116.1-c33d74bf7
|
|
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.116.
|
|
15209
|
+
// version: 1.116.1-c33d74bf7
|
|
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.116.
|
|
16122
|
+
// version: 1.116.1-c33d74bf7
|
|
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.116.
|
|
44356
|
+
// version: 1.116.1-3ff2207ea
|
|
44357
44357
|
|
|
44358
44358
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44359
44359
|
|
|
@@ -59856,7 +59856,7 @@
|
|
|
59856
59856
|
id: '@salesforce/lds-network-adapter',
|
|
59857
59857
|
instrument: instrument$1,
|
|
59858
59858
|
});
|
|
59859
|
-
// version: 1.116.
|
|
59859
|
+
// version: 1.116.1-c33d74bf7
|
|
59860
59860
|
|
|
59861
59861
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59862
59862
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -75031,7 +75031,7 @@
|
|
|
75031
75031
|
configuration: { ...configurationForGraphQLAdapters },
|
|
75032
75032
|
instrument,
|
|
75033
75033
|
});
|
|
75034
|
-
// version: 1.116.
|
|
75034
|
+
// version: 1.116.1-3ff2207ea
|
|
75035
75035
|
|
|
75036
75036
|
// On core the unstable adapters are re-exported with different names,
|
|
75037
75037
|
|
|
@@ -77160,7 +77160,7 @@
|
|
|
77160
77160
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
77161
77161
|
graphQLImperative = ldsAdapter;
|
|
77162
77162
|
});
|
|
77163
|
-
// version: 1.116.
|
|
77163
|
+
// version: 1.116.1-3ff2207ea
|
|
77164
77164
|
|
|
77165
77165
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
77166
77166
|
__proto__: null,
|
|
@@ -77859,4 +77859,4 @@
|
|
|
77859
77859
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77860
77860
|
|
|
77861
77861
|
}));
|
|
77862
|
-
// version: 1.116.
|
|
77862
|
+
// version: 1.116.1-c33d74bf7
|