@salesforce/lds-worker-api 1.150.3 → 1.150.5
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.150.
|
|
773
|
+
// version: 1.150.5-14bbd5b27
|
|
@@ -3672,7 +3672,7 @@ class Luvio {
|
|
|
3672
3672
|
return this.environment.buildStructuredKey(namespace, representationName, idValues);
|
|
3673
3673
|
}
|
|
3674
3674
|
}
|
|
3675
|
-
// engine version: 0.143.
|
|
3675
|
+
// engine version: 0.143.1-f553bab7
|
|
3676
3676
|
|
|
3677
3677
|
/**
|
|
3678
3678
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3799,7 +3799,7 @@ function withDefaultLuvio(callback) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
callbacks.push(callback);
|
|
3801
3801
|
}
|
|
3802
|
-
// version: 1.150.
|
|
3802
|
+
// version: 1.150.5-14bbd5b27
|
|
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) {
|
|
@@ -15223,7 +15223,7 @@ function parseAndVisit(source) {
|
|
|
15223
15223
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15224
15224
|
return luvioDocumentNode;
|
|
15225
15225
|
}
|
|
15226
|
-
// version: 1.150.
|
|
15226
|
+
// version: 1.150.5-14bbd5b27
|
|
15227
15227
|
|
|
15228
15228
|
function unwrap(data) {
|
|
15229
15229
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16136,7 +16136,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16136
16136
|
const { apiFamily, name } = metadata;
|
|
16137
16137
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16138
16138
|
}
|
|
16139
|
-
// version: 1.150.
|
|
16139
|
+
// version: 1.150.5-14bbd5b27
|
|
16140
16140
|
|
|
16141
16141
|
/**
|
|
16142
16142
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16219,7 +16219,7 @@ var FragmentReadResultState;
|
|
|
16219
16219
|
({
|
|
16220
16220
|
state: FragmentReadResultState.Missing,
|
|
16221
16221
|
});
|
|
16222
|
-
// engine version: 0.143.
|
|
16222
|
+
// engine version: 0.143.1-f553bab7
|
|
16223
16223
|
|
|
16224
16224
|
const { keys: ObjectKeys$3, create: ObjectCreate$3 } = Object;
|
|
16225
16225
|
|
|
@@ -43999,7 +43999,7 @@ withDefaultLuvio((luvio) => {
|
|
|
43999
43999
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44000
44000
|
});
|
|
44001
44001
|
});
|
|
44002
|
-
// version: 1.150.
|
|
44002
|
+
// version: 1.150.5-21394d875
|
|
44003
44003
|
|
|
44004
44004
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44005
44005
|
|
|
@@ -59621,7 +59621,7 @@ register({
|
|
|
59621
59621
|
id: '@salesforce/lds-network-adapter',
|
|
59622
59622
|
instrument: instrument$1,
|
|
59623
59623
|
});
|
|
59624
|
-
// version: 1.150.
|
|
59624
|
+
// version: 1.150.5-14bbd5b27
|
|
59625
59625
|
|
|
59626
59626
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59627
59627
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80466,7 +80466,7 @@ register({
|
|
|
80466
80466
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80467
80467
|
instrument,
|
|
80468
80468
|
});
|
|
80469
|
-
// version: 1.150.
|
|
80469
|
+
// version: 1.150.5-21394d875
|
|
80470
80470
|
|
|
80471
80471
|
// On core the unstable adapters are re-exported with different names,
|
|
80472
80472
|
|
|
@@ -82713,7 +82713,7 @@ withDefaultLuvio((luvio) => {
|
|
|
82713
82713
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82714
82714
|
graphQLImperative = ldsAdapter;
|
|
82715
82715
|
});
|
|
82716
|
-
// version: 1.150.
|
|
82716
|
+
// version: 1.150.5-21394d875
|
|
82717
82717
|
|
|
82718
82718
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82719
82719
|
__proto__: null,
|
|
@@ -83402,4 +83402,4 @@ const { luvio } = getRuntime();
|
|
|
83402
83402
|
setDefaultLuvio({ luvio });
|
|
83403
83403
|
|
|
83404
83404
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
83405
|
-
// version: 1.150.
|
|
83405
|
+
// version: 1.150.5-14bbd5b27
|
|
@@ -3678,7 +3678,7 @@
|
|
|
3678
3678
|
return this.environment.buildStructuredKey(namespace, representationName, idValues);
|
|
3679
3679
|
}
|
|
3680
3680
|
}
|
|
3681
|
-
// engine version: 0.143.
|
|
3681
|
+
// engine version: 0.143.1-f553bab7
|
|
3682
3682
|
|
|
3683
3683
|
/**
|
|
3684
3684
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -3805,7 +3805,7 @@
|
|
|
3805
3805
|
}
|
|
3806
3806
|
callbacks.push(callback);
|
|
3807
3807
|
}
|
|
3808
|
-
// version: 1.150.
|
|
3808
|
+
// version: 1.150.5-14bbd5b27
|
|
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) {
|
|
@@ -15229,7 +15229,7 @@
|
|
|
15229
15229
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15230
15230
|
return luvioDocumentNode;
|
|
15231
15231
|
}
|
|
15232
|
-
// version: 1.150.
|
|
15232
|
+
// version: 1.150.5-14bbd5b27
|
|
15233
15233
|
|
|
15234
15234
|
function unwrap(data) {
|
|
15235
15235
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16142,7 +16142,7 @@
|
|
|
16142
16142
|
const { apiFamily, name } = metadata;
|
|
16143
16143
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16144
16144
|
}
|
|
16145
|
-
// version: 1.150.
|
|
16145
|
+
// version: 1.150.5-14bbd5b27
|
|
16146
16146
|
|
|
16147
16147
|
/**
|
|
16148
16148
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -16225,7 +16225,7 @@
|
|
|
16225
16225
|
({
|
|
16226
16226
|
state: FragmentReadResultState.Missing,
|
|
16227
16227
|
});
|
|
16228
|
-
// engine version: 0.143.
|
|
16228
|
+
// engine version: 0.143.1-f553bab7
|
|
16229
16229
|
|
|
16230
16230
|
const { keys: ObjectKeys$3, create: ObjectCreate$3 } = Object;
|
|
16231
16231
|
|
|
@@ -44005,7 +44005,7 @@
|
|
|
44005
44005
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44006
44006
|
});
|
|
44007
44007
|
});
|
|
44008
|
-
// version: 1.150.
|
|
44008
|
+
// version: 1.150.5-21394d875
|
|
44009
44009
|
|
|
44010
44010
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44011
44011
|
|
|
@@ -59627,7 +59627,7 @@
|
|
|
59627
59627
|
id: '@salesforce/lds-network-adapter',
|
|
59628
59628
|
instrument: instrument$1,
|
|
59629
59629
|
});
|
|
59630
|
-
// version: 1.150.
|
|
59630
|
+
// version: 1.150.5-14bbd5b27
|
|
59631
59631
|
|
|
59632
59632
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59633
59633
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -80472,7 +80472,7 @@
|
|
|
80472
80472
|
configuration: { ...configurationForGraphQLAdapters },
|
|
80473
80473
|
instrument,
|
|
80474
80474
|
});
|
|
80475
|
-
// version: 1.150.
|
|
80475
|
+
// version: 1.150.5-21394d875
|
|
80476
80476
|
|
|
80477
80477
|
// On core the unstable adapters are re-exported with different names,
|
|
80478
80478
|
|
|
@@ -82719,7 +82719,7 @@
|
|
|
82719
82719
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
82720
82720
|
graphQLImperative = ldsAdapter;
|
|
82721
82721
|
});
|
|
82722
|
-
// version: 1.150.
|
|
82722
|
+
// version: 1.150.5-21394d875
|
|
82723
82723
|
|
|
82724
82724
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
82725
82725
|
__proto__: null,
|
|
@@ -83425,4 +83425,4 @@
|
|
|
83425
83425
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
83426
83426
|
|
|
83427
83427
|
}));
|
|
83428
|
-
// version: 1.150.
|
|
83428
|
+
// version: 1.150.5-14bbd5b27
|