@salesforce/lds-worker-api 1.108.1 → 1.110.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.
|
@@ -743,4 +743,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
743
743
|
}
|
|
744
744
|
|
|
745
745
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
746
|
-
// version: 1.
|
|
746
|
+
// version: 1.110.0-5ccdc0e23
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.
|
|
3779
|
+
// version: 1.110.0-5ccdc0e23
|
|
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.
|
|
15203
|
+
// version: 1.110.0-5ccdc0e23
|
|
15204
15204
|
|
|
15205
15205
|
function unwrap(data) {
|
|
15206
15206
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16081,7 +16081,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16081
16081
|
const { apiFamily, name } = metadata;
|
|
16082
16082
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16083
16083
|
}
|
|
16084
|
-
// version: 1.
|
|
16084
|
+
// version: 1.110.0-5ccdc0e23
|
|
16085
16085
|
|
|
16086
16086
|
/**
|
|
16087
16087
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44024,7 +44024,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44024
44024
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44025
44025
|
});
|
|
44026
44026
|
});
|
|
44027
|
-
// version: 1.
|
|
44027
|
+
// version: 1.110.0-5ccdc0e23
|
|
44028
44028
|
|
|
44029
44029
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44030
44030
|
|
|
@@ -59305,7 +59305,7 @@ register({
|
|
|
59305
59305
|
id: '@salesforce/lds-network-adapter',
|
|
59306
59306
|
instrument: instrument$1,
|
|
59307
59307
|
});
|
|
59308
|
-
// version: 1.
|
|
59308
|
+
// version: 1.110.0-5ccdc0e23
|
|
59309
59309
|
|
|
59310
59310
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59311
59311
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -76958,7 +76958,7 @@ register({
|
|
|
76958
76958
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76959
76959
|
instrument,
|
|
76960
76960
|
});
|
|
76961
|
-
// version: 1.
|
|
76961
|
+
// version: 1.110.0-5ccdc0e23
|
|
76962
76962
|
|
|
76963
76963
|
// On core the unstable adapters are re-exported with different names,
|
|
76964
76964
|
|
|
@@ -79087,7 +79087,7 @@ withDefaultLuvio((luvio) => {
|
|
|
79087
79087
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79088
79088
|
graphQLImperative = ldsAdapter;
|
|
79089
79089
|
});
|
|
79090
|
-
// version: 1.
|
|
79090
|
+
// version: 1.110.0-5ccdc0e23
|
|
79091
79091
|
|
|
79092
79092
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79093
79093
|
__proto__: null,
|
|
@@ -79761,4 +79761,4 @@ const { luvio } = getRuntime();
|
|
|
79761
79761
|
setDefaultLuvio({ luvio });
|
|
79762
79762
|
|
|
79763
79763
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
79764
|
-
// version: 1.
|
|
79764
|
+
// version: 1.110.0-5ccdc0e23
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.
|
|
3785
|
+
// version: 1.110.0-5ccdc0e23
|
|
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.
|
|
15209
|
+
// version: 1.110.0-5ccdc0e23
|
|
15210
15210
|
|
|
15211
15211
|
function unwrap(data) {
|
|
15212
15212
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16087,7 +16087,7 @@
|
|
|
16087
16087
|
const { apiFamily, name } = metadata;
|
|
16088
16088
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16089
16089
|
}
|
|
16090
|
-
// version: 1.
|
|
16090
|
+
// version: 1.110.0-5ccdc0e23
|
|
16091
16091
|
|
|
16092
16092
|
/**
|
|
16093
16093
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44030,7 +44030,7 @@
|
|
|
44030
44030
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44031
44031
|
});
|
|
44032
44032
|
});
|
|
44033
|
-
// version: 1.
|
|
44033
|
+
// version: 1.110.0-5ccdc0e23
|
|
44034
44034
|
|
|
44035
44035
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44036
44036
|
|
|
@@ -59311,7 +59311,7 @@
|
|
|
59311
59311
|
id: '@salesforce/lds-network-adapter',
|
|
59312
59312
|
instrument: instrument$1,
|
|
59313
59313
|
});
|
|
59314
|
-
// version: 1.
|
|
59314
|
+
// version: 1.110.0-5ccdc0e23
|
|
59315
59315
|
|
|
59316
59316
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59317
59317
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -76964,7 +76964,7 @@
|
|
|
76964
76964
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76965
76965
|
instrument,
|
|
76966
76966
|
});
|
|
76967
|
-
// version: 1.
|
|
76967
|
+
// version: 1.110.0-5ccdc0e23
|
|
76968
76968
|
|
|
76969
76969
|
// On core the unstable adapters are re-exported with different names,
|
|
76970
76970
|
|
|
@@ -79093,7 +79093,7 @@
|
|
|
79093
79093
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79094
79094
|
graphQLImperative = ldsAdapter;
|
|
79095
79095
|
});
|
|
79096
|
-
// version: 1.
|
|
79096
|
+
// version: 1.110.0-5ccdc0e23
|
|
79097
79097
|
|
|
79098
79098
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79099
79099
|
__proto__: null,
|
|
@@ -79784,4 +79784,4 @@
|
|
|
79784
79784
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
79785
79785
|
|
|
79786
79786
|
}));
|
|
79787
|
-
// version: 1.
|
|
79787
|
+
// version: 1.110.0-5ccdc0e23
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.110.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/umd/lds-worker-api.js",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"@luvio/engine": "0.135.4",
|
|
38
38
|
"@luvio/environments": "0.135.4",
|
|
39
39
|
"@oat-sa/rollup-plugin-wildcard-external": "^0.1.0",
|
|
40
|
-
"@salesforce/lds-adapters-graphql": "^1.
|
|
41
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
42
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
43
|
-
"@salesforce/lds-drafts": "^1.
|
|
44
|
-
"@salesforce/lds-graphql-parser": "^1.
|
|
45
|
-
"@salesforce/lds-luvio-engine": "^1.
|
|
46
|
-
"@salesforce/lds-priming": "^1.
|
|
47
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
48
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
40
|
+
"@salesforce/lds-adapters-graphql": "^1.110.0",
|
|
41
|
+
"@salesforce/lds-adapters-uiapi": "^1.110.0",
|
|
42
|
+
"@salesforce/lds-default-luvio": "^1.110.0",
|
|
43
|
+
"@salesforce/lds-drafts": "^1.110.0",
|
|
44
|
+
"@salesforce/lds-graphql-parser": "^1.110.0",
|
|
45
|
+
"@salesforce/lds-luvio-engine": "^1.110.0",
|
|
46
|
+
"@salesforce/lds-priming": "^1.110.0",
|
|
47
|
+
"@salesforce/lds-runtime-mobile": "^1.110.0",
|
|
48
|
+
"@salesforce/nimbus-plugin-lds": "^1.110.0",
|
|
49
49
|
"ajv": "^8.11.0",
|
|
50
50
|
"glob": "^7.1.5",
|
|
51
51
|
"nimbus-types": "^2.0.0-alpha1",
|