@salesforce/lds-worker-api 1.172.0 → 1.173.0
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.
|
@@ -770,4 +770,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
770
770
|
}
|
|
771
771
|
|
|
772
772
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
773
|
-
// version: 1.
|
|
773
|
+
// version: 1.173.0-2f14e27c8
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.
|
|
3802
|
+
// version: 1.173.0-2f14e27c8
|
|
3803
3803
|
|
|
3804
3804
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3805
3805
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15232,7 +15232,7 @@ function parseAndVisit(source) {
|
|
|
15232
15232
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15233
15233
|
return luvioDocumentNode;
|
|
15234
15234
|
}
|
|
15235
|
-
// version: 1.
|
|
15235
|
+
// version: 1.173.0-2f14e27c8
|
|
15236
15236
|
|
|
15237
15237
|
function unwrap(data) {
|
|
15238
15238
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16145,7 +16145,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16145
16145
|
const { apiFamily, name } = metadata;
|
|
16146
16146
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16147
16147
|
}
|
|
16148
|
-
// version: 1.
|
|
16148
|
+
// version: 1.173.0-2f14e27c8
|
|
16149
16149
|
|
|
16150
16150
|
/**
|
|
16151
16151
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44106,7 +44106,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44106
44106
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44107
44107
|
});
|
|
44108
44108
|
});
|
|
44109
|
-
// version: 1.
|
|
44109
|
+
// version: 1.173.0-cdc63d270
|
|
44110
44110
|
|
|
44111
44111
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44112
44112
|
|
|
@@ -60255,7 +60255,7 @@ register({
|
|
|
60255
60255
|
id: '@salesforce/lds-network-adapter',
|
|
60256
60256
|
instrument: instrument$1,
|
|
60257
60257
|
});
|
|
60258
|
-
// version: 1.
|
|
60258
|
+
// version: 1.173.0-2f14e27c8
|
|
60259
60259
|
|
|
60260
60260
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60261
60261
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -77598,7 +77598,7 @@ register({
|
|
|
77598
77598
|
configuration: { ...configurationForGraphQLAdapters },
|
|
77599
77599
|
instrument,
|
|
77600
77600
|
});
|
|
77601
|
-
// version: 1.
|
|
77601
|
+
// version: 1.173.0-cdc63d270
|
|
77602
77602
|
|
|
77603
77603
|
// On core the unstable adapters are re-exported with different names,
|
|
77604
77604
|
|
|
@@ -79845,7 +79845,7 @@ withDefaultLuvio((luvio) => {
|
|
|
79845
79845
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79846
79846
|
graphQLImperative = ldsAdapter;
|
|
79847
79847
|
});
|
|
79848
|
-
// version: 1.
|
|
79848
|
+
// version: 1.173.0-cdc63d270
|
|
79849
79849
|
|
|
79850
79850
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79851
79851
|
__proto__: null,
|
|
@@ -80534,4 +80534,4 @@ const { luvio } = getRuntime();
|
|
|
80534
80534
|
setDefaultLuvio({ luvio });
|
|
80535
80535
|
|
|
80536
80536
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
80537
|
-
// version: 1.
|
|
80537
|
+
// version: 1.173.0-2f14e27c8
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.
|
|
3808
|
+
// version: 1.173.0-2f14e27c8
|
|
3809
3809
|
|
|
3810
3810
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3811
3811
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15238,7 +15238,7 @@
|
|
|
15238
15238
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15239
15239
|
return luvioDocumentNode;
|
|
15240
15240
|
}
|
|
15241
|
-
// version: 1.
|
|
15241
|
+
// version: 1.173.0-2f14e27c8
|
|
15242
15242
|
|
|
15243
15243
|
function unwrap(data) {
|
|
15244
15244
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16151,7 +16151,7 @@
|
|
|
16151
16151
|
const { apiFamily, name } = metadata;
|
|
16152
16152
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16153
16153
|
}
|
|
16154
|
-
// version: 1.
|
|
16154
|
+
// version: 1.173.0-2f14e27c8
|
|
16155
16155
|
|
|
16156
16156
|
/**
|
|
16157
16157
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44112,7 +44112,7 @@
|
|
|
44112
44112
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44113
44113
|
});
|
|
44114
44114
|
});
|
|
44115
|
-
// version: 1.
|
|
44115
|
+
// version: 1.173.0-cdc63d270
|
|
44116
44116
|
|
|
44117
44117
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44118
44118
|
|
|
@@ -60261,7 +60261,7 @@
|
|
|
60261
60261
|
id: '@salesforce/lds-network-adapter',
|
|
60262
60262
|
instrument: instrument$1,
|
|
60263
60263
|
});
|
|
60264
|
-
// version: 1.
|
|
60264
|
+
// version: 1.173.0-2f14e27c8
|
|
60265
60265
|
|
|
60266
60266
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60267
60267
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -77604,7 +77604,7 @@
|
|
|
77604
77604
|
configuration: { ...configurationForGraphQLAdapters },
|
|
77605
77605
|
instrument,
|
|
77606
77606
|
});
|
|
77607
|
-
// version: 1.
|
|
77607
|
+
// version: 1.173.0-cdc63d270
|
|
77608
77608
|
|
|
77609
77609
|
// On core the unstable adapters are re-exported with different names,
|
|
77610
77610
|
|
|
@@ -79851,7 +79851,7 @@
|
|
|
79851
79851
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79852
79852
|
graphQLImperative = ldsAdapter;
|
|
79853
79853
|
});
|
|
79854
|
-
// version: 1.
|
|
79854
|
+
// version: 1.173.0-cdc63d270
|
|
79855
79855
|
|
|
79856
79856
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79857
79857
|
__proto__: null,
|
|
@@ -80557,4 +80557,4 @@
|
|
|
80557
80557
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
80558
80558
|
|
|
80559
80559
|
}));
|
|
80560
|
-
// version: 1.
|
|
80560
|
+
// version: 1.173.0-2f14e27c8
|