@salesforce/lds-worker-api 1.131.0-dev11 → 1.131.0-dev12
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.
|
@@ -758,4 +758,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
761
|
-
// version: 1.131.0-
|
|
761
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
@@ -3780,7 +3780,7 @@ function withDefaultLuvio(callback) {
|
|
|
3780
3780
|
}
|
|
3781
3781
|
callbacks.push(callback);
|
|
3782
3782
|
}
|
|
3783
|
-
// version: 1.131.0-
|
|
3783
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
3784
3784
|
|
|
3785
3785
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3786
3786
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15213,7 +15213,7 @@ function parseAndVisit(source) {
|
|
|
15213
15213
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15214
15214
|
return luvioDocumentNode;
|
|
15215
15215
|
}
|
|
15216
|
-
// version: 1.131.0-
|
|
15216
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
15217
15217
|
|
|
15218
15218
|
function unwrap(data) {
|
|
15219
15219
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16126,7 +16126,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
16126
16126
|
const { apiFamily, name } = metadata;
|
|
16127
16127
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16128
16128
|
}
|
|
16129
|
-
// version: 1.131.0-
|
|
16129
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
16130
16130
|
|
|
16131
16131
|
/**
|
|
16132
16132
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44472,7 +44472,7 @@ withDefaultLuvio((luvio) => {
|
|
|
44472
44472
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44473
44473
|
});
|
|
44474
44474
|
});
|
|
44475
|
-
// version: 1.131.0-
|
|
44475
|
+
// version: 1.131.0-dev12-53a795775
|
|
44476
44476
|
|
|
44477
44477
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44478
44478
|
|
|
@@ -60588,7 +60588,7 @@ register({
|
|
|
60588
60588
|
id: '@salesforce/lds-network-adapter',
|
|
60589
60589
|
instrument: instrument$1,
|
|
60590
60590
|
});
|
|
60591
|
-
// version: 1.131.0-
|
|
60591
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
60592
60592
|
|
|
60593
60593
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60594
60594
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74896,7 +74896,7 @@ register({
|
|
|
74896
74896
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74897
74897
|
instrument,
|
|
74898
74898
|
});
|
|
74899
|
-
// version: 1.131.0-
|
|
74899
|
+
// version: 1.131.0-dev12-53a795775
|
|
74900
74900
|
|
|
74901
74901
|
// On core the unstable adapters are re-exported with different names,
|
|
74902
74902
|
|
|
@@ -77152,7 +77152,7 @@ withDefaultLuvio((luvio) => {
|
|
|
77152
77152
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
77153
77153
|
graphQLImperative = ldsAdapter;
|
|
77154
77154
|
});
|
|
77155
|
-
// version: 1.131.0-
|
|
77155
|
+
// version: 1.131.0-dev12-53a795775
|
|
77156
77156
|
|
|
77157
77157
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
77158
77158
|
__proto__: null,
|
|
@@ -77841,4 +77841,4 @@ const { luvio } = getRuntime();
|
|
|
77841
77841
|
setDefaultLuvio({ luvio });
|
|
77842
77842
|
|
|
77843
77843
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
77844
|
-
// version: 1.131.0-
|
|
77844
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
@@ -3786,7 +3786,7 @@
|
|
|
3786
3786
|
}
|
|
3787
3787
|
callbacks.push(callback);
|
|
3788
3788
|
}
|
|
3789
|
-
// version: 1.131.0-
|
|
3789
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
3790
3790
|
|
|
3791
3791
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
3792
3792
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -15219,7 +15219,7 @@
|
|
|
15219
15219
|
updateReferenceMapWithKnownKey(ast, luvioDocumentNode);
|
|
15220
15220
|
return luvioDocumentNode;
|
|
15221
15221
|
}
|
|
15222
|
-
// version: 1.131.0-
|
|
15222
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
15223
15223
|
|
|
15224
15224
|
function unwrap(data) {
|
|
15225
15225
|
// The lwc-luvio bindings import a function from lwc called "unwrap".
|
|
@@ -16132,7 +16132,7 @@
|
|
|
16132
16132
|
const { apiFamily, name } = metadata;
|
|
16133
16133
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
16134
16134
|
}
|
|
16135
|
-
// version: 1.131.0-
|
|
16135
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
16136
16136
|
|
|
16137
16137
|
/**
|
|
16138
16138
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -44478,7 +44478,7 @@
|
|
|
44478
44478
|
dropFunction: instrumentation$2.notifyRecordUpdateAvailableDropped,
|
|
44479
44479
|
});
|
|
44480
44480
|
});
|
|
44481
|
-
// version: 1.131.0-
|
|
44481
|
+
// version: 1.131.0-dev12-53a795775
|
|
44482
44482
|
|
|
44483
44483
|
var caseSensitiveUserId = '005B0000000GR4OIAW';
|
|
44484
44484
|
|
|
@@ -60594,7 +60594,7 @@
|
|
|
60594
60594
|
id: '@salesforce/lds-network-adapter',
|
|
60595
60595
|
instrument: instrument$1,
|
|
60596
60596
|
});
|
|
60597
|
-
// version: 1.131.0-
|
|
60597
|
+
// version: 1.131.0-dev12-f6948e56d
|
|
60598
60598
|
|
|
60599
60599
|
const { create: create$2, keys: keys$2 } = Object;
|
|
60600
60600
|
const { stringify: stringify$1, parse: parse$1 } = JSON;
|
|
@@ -74902,7 +74902,7 @@
|
|
|
74902
74902
|
configuration: { ...configurationForGraphQLAdapters },
|
|
74903
74903
|
instrument,
|
|
74904
74904
|
});
|
|
74905
|
-
// version: 1.131.0-
|
|
74905
|
+
// version: 1.131.0-dev12-53a795775
|
|
74906
74906
|
|
|
74907
74907
|
// On core the unstable adapters are re-exported with different names,
|
|
74908
74908
|
|
|
@@ -77158,7 +77158,7 @@
|
|
|
77158
77158
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
77159
77159
|
graphQLImperative = ldsAdapter;
|
|
77160
77160
|
});
|
|
77161
|
-
// version: 1.131.0-
|
|
77161
|
+
// version: 1.131.0-dev12-53a795775
|
|
77162
77162
|
|
|
77163
77163
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
77164
77164
|
__proto__: null,
|
|
@@ -77864,4 +77864,4 @@
|
|
|
77864
77864
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
77865
77865
|
|
|
77866
77866
|
}));
|
|
77867
|
-
// version: 1.131.0-
|
|
77867
|
+
// version: 1.131.0-dev12-f6948e56d
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.131.0-
|
|
3
|
+
"version": "1.131.0-dev12",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/es/lds-worker-api.js",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@oat-sa/rollup-plugin-wildcard-external": "^0.1.0",
|
|
37
|
-
"@salesforce/lds-adapters-graphql": "1.131.0-
|
|
38
|
-
"@salesforce/lds-adapters-uiapi": "1.131.0-
|
|
39
|
-
"@salesforce/lds-default-luvio": "1.131.0-
|
|
40
|
-
"@salesforce/lds-drafts": "1.131.0-
|
|
41
|
-
"@salesforce/lds-graphql-parser": "1.131.0-
|
|
42
|
-
"@salesforce/lds-luvio-engine": "1.131.0-
|
|
43
|
-
"@salesforce/lds-priming": "1.131.0-
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "1.131.0-
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "1.131.0-
|
|
37
|
+
"@salesforce/lds-adapters-graphql": "1.131.0-dev12",
|
|
38
|
+
"@salesforce/lds-adapters-uiapi": "1.131.0-dev12",
|
|
39
|
+
"@salesforce/lds-default-luvio": "1.131.0-dev12",
|
|
40
|
+
"@salesforce/lds-drafts": "1.131.0-dev12",
|
|
41
|
+
"@salesforce/lds-graphql-parser": "1.131.0-dev12",
|
|
42
|
+
"@salesforce/lds-luvio-engine": "1.131.0-dev12",
|
|
43
|
+
"@salesforce/lds-priming": "1.131.0-dev12",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "1.131.0-dev12",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "1.131.0-dev12",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|