@salesforce/lds-worker-api 1.107.1 → 1.108.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.108.0-ae43b5312
|
|
@@ -3776,7 +3776,7 @@ function withDefaultLuvio(callback) {
|
|
|
3776
3776
|
}
|
|
3777
3777
|
callbacks.push(callback);
|
|
3778
3778
|
}
|
|
3779
|
-
// version: 1.
|
|
3779
|
+
// version: 1.108.0-ae43b5312
|
|
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.108.0-ae43b5312
|
|
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.108.0-ae43b5312
|
|
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.108.0-ae43b5312
|
|
44028
44028
|
|
|
44029
44029
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44030
44030
|
|
|
@@ -59278,7 +59278,7 @@ register({
|
|
|
59278
59278
|
id: '@salesforce/lds-network-adapter',
|
|
59279
59279
|
instrument: instrument$1,
|
|
59280
59280
|
});
|
|
59281
|
-
// version: 1.
|
|
59281
|
+
// version: 1.108.0-ae43b5312
|
|
59282
59282
|
|
|
59283
59283
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59284
59284
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -76931,7 +76931,7 @@ register({
|
|
|
76931
76931
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76932
76932
|
instrument,
|
|
76933
76933
|
});
|
|
76934
|
-
// version: 1.
|
|
76934
|
+
// version: 1.108.0-ae43b5312
|
|
76935
76935
|
|
|
76936
76936
|
// On core the unstable adapters are re-exported with different names,
|
|
76937
76937
|
|
|
@@ -79060,7 +79060,7 @@ withDefaultLuvio((luvio) => {
|
|
|
79060
79060
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79061
79061
|
graphQLImperative = ldsAdapter;
|
|
79062
79062
|
});
|
|
79063
|
-
// version: 1.
|
|
79063
|
+
// version: 1.108.0-ae43b5312
|
|
79064
79064
|
|
|
79065
79065
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79066
79066
|
__proto__: null,
|
|
@@ -79734,4 +79734,4 @@ const { luvio } = getRuntime();
|
|
|
79734
79734
|
setDefaultLuvio({ luvio });
|
|
79735
79735
|
|
|
79736
79736
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
79737
|
-
// version: 1.
|
|
79737
|
+
// version: 1.108.0-ae43b5312
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
callbacks.push(callback);
|
|
3784
3784
|
}
|
|
3785
|
-
// version: 1.
|
|
3785
|
+
// version: 1.108.0-ae43b5312
|
|
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.108.0-ae43b5312
|
|
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.108.0-ae43b5312
|
|
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.108.0-ae43b5312
|
|
44034
44034
|
|
|
44035
44035
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44036
44036
|
|
|
@@ -59284,7 +59284,7 @@
|
|
|
59284
59284
|
id: '@salesforce/lds-network-adapter',
|
|
59285
59285
|
instrument: instrument$1,
|
|
59286
59286
|
});
|
|
59287
|
-
// version: 1.
|
|
59287
|
+
// version: 1.108.0-ae43b5312
|
|
59288
59288
|
|
|
59289
59289
|
const { create: create$2, keys: keys$2 } = Object;
|
|
59290
59290
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -76937,7 +76937,7 @@
|
|
|
76937
76937
|
configuration: { ...configurationForGraphQLAdapters },
|
|
76938
76938
|
instrument,
|
|
76939
76939
|
});
|
|
76940
|
-
// version: 1.
|
|
76940
|
+
// version: 1.108.0-ae43b5312
|
|
76941
76941
|
|
|
76942
76942
|
// On core the unstable adapters are re-exported with different names,
|
|
76943
76943
|
|
|
@@ -79066,7 +79066,7 @@
|
|
|
79066
79066
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
79067
79067
|
graphQLImperative = ldsAdapter;
|
|
79068
79068
|
});
|
|
79069
|
-
// version: 1.
|
|
79069
|
+
// version: 1.108.0-ae43b5312
|
|
79070
79070
|
|
|
79071
79071
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
79072
79072
|
__proto__: null,
|
|
@@ -79757,4 +79757,4 @@
|
|
|
79757
79757
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
79758
79758
|
|
|
79759
79759
|
}));
|
|
79760
|
-
// version: 1.
|
|
79760
|
+
// version: 1.108.0-ae43b5312
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.108.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.108.0",
|
|
41
|
+
"@salesforce/lds-adapters-uiapi": "^1.108.0",
|
|
42
|
+
"@salesforce/lds-default-luvio": "^1.108.0",
|
|
43
|
+
"@salesforce/lds-drafts": "^1.108.0",
|
|
44
|
+
"@salesforce/lds-graphql-parser": "^1.108.0",
|
|
45
|
+
"@salesforce/lds-luvio-engine": "^1.108.0",
|
|
46
|
+
"@salesforce/lds-priming": "^1.108.0",
|
|
47
|
+
"@salesforce/lds-runtime-mobile": "^1.108.0",
|
|
48
|
+
"@salesforce/nimbus-plugin-lds": "^1.108.0",
|
|
49
49
|
"ajv": "^8.11.0",
|
|
50
50
|
"glob": "^7.1.5",
|
|
51
51
|
"nimbus-types": "^2.0.0-alpha1",
|