@salesforce/lds-worker-api 1.134.2 → 1.134.3
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.
|
@@ -761,4 +761,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
761
761
|
}
|
|
762
762
|
|
|
763
763
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
764
|
-
// version: 1.134.
|
|
764
|
+
// version: 1.134.3-d4637e557
|
|
@@ -3791,7 +3791,7 @@ function withDefaultLuvio(callback) {
|
|
|
3791
3791
|
}
|
|
3792
3792
|
callbacks.push(callback);
|
|
3793
3793
|
}
|
|
3794
|
-
// version: 1.134.
|
|
3794
|
+
// version: 1.134.3-d4637e557
|
|
3795
3795
|
|
|
3796
3796
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3797
3797
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15215,7 +15215,7 @@ function parseAndVisit(source) {
|
|
|
15215
15215
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15216
15216
|
return luvioDocumentNode;
|
|
15217
15217
|
}
|
|
15218
|
-
// version: 1.134.
|
|
15218
|
+
// version: 1.134.3-d4637e557
|
|
15219
15219
|
|
|
15220
15220
|
function unwrap(data) {
|
|
15221
15221
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16128,7 +16128,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16128
16128
|
const { apiFamily, name } = metadata;
|
|
16129
16129
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16130
16130
|
}
|
|
16131
|
-
// version: 1.134.
|
|
16131
|
+
// version: 1.134.3-d4637e557
|
|
16132
16132
|
|
|
16133
16133
|
/**
|
|
16134
16134
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44428,7 +44428,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44428
44428
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44429
44429
|
});
|
|
44430
44430
|
});
|
|
44431
|
-
// version: 1.134.
|
|
44431
|
+
// version: 1.134.3-ea1008c6e
|
|
44432
44432
|
|
|
44433
44433
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44434
44434
|
|
|
@@ -60059,7 +60059,7 @@ register({
|
|
|
60059
60059
|
id: '@salesforce/lds-network-adapter',
|
|
60060
60060
|
instrument: instrument$1,
|
|
60061
60061
|
});
|
|
60062
|
-
// version: 1.134.
|
|
60062
|
+
// version: 1.134.3-d4637e557
|
|
60063
60063
|
|
|
60064
60064
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60065
60065
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74367,7 +74367,7 @@ register({
|
|
|
74367
74367
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74368
74368
|
instrument,
|
|
74369
74369
|
});
|
|
74370
|
-
// version: 1.134.
|
|
74370
|
+
// version: 1.134.3-ea1008c6e
|
|
74371
74371
|
|
|
74372
74372
|
// On core the unstable adapters are re-exported with different names,
|
|
74373
74373
|
|
|
@@ -76496,7 +76496,7 @@ withDefaultLuvio((luvio) => {
|
|
|
76496
76496
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76497
76497
|
graphQLImperative = ldsAdapter;
|
|
76498
76498
|
});
|
|
76499
|
-
// version: 1.134.
|
|
76499
|
+
// version: 1.134.3-ea1008c6e
|
|
76500
76500
|
|
|
76501
76501
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76502
76502
|
__proto__: null,
|
|
@@ -77188,4 +77188,4 @@ const { luvio } = getRuntime();
|
|
|
77188
77188
|
setDefaultLuvio({ luvio });
|
|
77189
77189
|
|
|
77190
77190
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
77191
|
-
// version: 1.134.
|
|
77191
|
+
// version: 1.134.3-d4637e557
|
|
@@ -3797,7 +3797,7 @@
|
|
|
3797
3797
|
}
|
|
3798
3798
|
callbacks.push(callback);
|
|
3799
3799
|
}
|
|
3800
|
-
// version: 1.134.
|
|
3800
|
+
// version: 1.134.3-d4637e557
|
|
3801
3801
|
|
|
3802
3802
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3803
3803
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15221,7 +15221,7 @@
|
|
|
15221
15221
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15222
15222
|
return luvioDocumentNode;
|
|
15223
15223
|
}
|
|
15224
|
-
// version: 1.134.
|
|
15224
|
+
// version: 1.134.3-d4637e557
|
|
15225
15225
|
|
|
15226
15226
|
function unwrap(data) {
|
|
15227
15227
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16134,7 +16134,7 @@
|
|
|
16134
16134
|
const { apiFamily, name } = metadata;
|
|
16135
16135
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16136
16136
|
}
|
|
16137
|
-
// version: 1.134.
|
|
16137
|
+
// version: 1.134.3-d4637e557
|
|
16138
16138
|
|
|
16139
16139
|
/**
|
|
16140
16140
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44434,7 +44434,7 @@
|
|
|
44434
44434
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44435
44435
|
});
|
|
44436
44436
|
});
|
|
44437
|
-
// version: 1.134.
|
|
44437
|
+
// version: 1.134.3-ea1008c6e
|
|
44438
44438
|
|
|
44439
44439
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44440
44440
|
|
|
@@ -60065,7 +60065,7 @@
|
|
|
60065
60065
|
id: '@salesforce/lds-network-adapter',
|
|
60066
60066
|
instrument: instrument$1,
|
|
60067
60067
|
});
|
|
60068
|
-
// version: 1.134.
|
|
60068
|
+
// version: 1.134.3-d4637e557
|
|
60069
60069
|
|
|
60070
60070
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60071
60071
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74373,7 +74373,7 @@
|
|
|
74373
74373
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74374
74374
|
instrument,
|
|
74375
74375
|
});
|
|
74376
|
-
// version: 1.134.
|
|
74376
|
+
// version: 1.134.3-ea1008c6e
|
|
74377
74377
|
|
|
74378
74378
|
// On core the unstable adapters are re-exported with different names,
|
|
74379
74379
|
|
|
@@ -76502,7 +76502,7 @@
|
|
|
76502
76502
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
76503
76503
|
graphQLImperative = ldsAdapter;
|
|
76504
76504
|
});
|
|
76505
|
-
// version: 1.134.
|
|
76505
|
+
// version: 1.134.3-ea1008c6e
|
|
76506
76506
|
|
|
76507
76507
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
76508
76508
|
__proto__: null,
|
|
@@ -77211,4 +77211,4 @@
|
|
|
77211
77211
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77212
77212
|
|
|
77213
77213
|
}));
|
|
77214
|
-
// version: 1.134.
|
|
77214
|
+
// version: 1.134.3-d4637e557
|