@salesforce/lds-worker-api 1.351.0 → 1.351.1
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.
|
@@ -1128,4 +1128,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1128
1128
|
}
|
|
1129
1129
|
|
|
1130
1130
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1131
|
-
// version: 1.351.
|
|
1131
|
+
// version: 1.351.1-fe0298cc85
|
|
@@ -4266,7 +4266,7 @@ function withDefaultLuvio(callback) {
|
|
|
4266
4266
|
}
|
|
4267
4267
|
callbacks.push(callback);
|
|
4268
4268
|
}
|
|
4269
|
-
// version: 1.351.
|
|
4269
|
+
// version: 1.351.1-fe0298cc85
|
|
4270
4270
|
|
|
4271
4271
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4272
4272
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5214,7 +5214,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5214
5214
|
const { apiFamily, name } = metadata;
|
|
5215
5215
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5216
5216
|
}
|
|
5217
|
-
// version: 1.351.
|
|
5217
|
+
// version: 1.351.1-fe0298cc85
|
|
5218
5218
|
|
|
5219
5219
|
/**
|
|
5220
5220
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33984,7 +33984,7 @@ withDefaultLuvio((luvio) => {
|
|
|
33984
33984
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33985
33985
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33986
33986
|
});
|
|
33987
|
-
// version: 1.351.
|
|
33987
|
+
// version: 1.351.1-3c191568b9
|
|
33988
33988
|
|
|
33989
33989
|
/**
|
|
33990
33990
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -92979,7 +92979,7 @@ register$1({
|
|
|
92979
92979
|
id: '@salesforce/lds-network-adapter',
|
|
92980
92980
|
instrument: instrument$2,
|
|
92981
92981
|
});
|
|
92982
|
-
// version: 1.351.
|
|
92982
|
+
// version: 1.351.1-fe0298cc85
|
|
92983
92983
|
|
|
92984
92984
|
const { create: create$2, keys: keys$2 } = Object;
|
|
92985
92985
|
const { stringify, parse } = JSON;
|
|
@@ -116874,7 +116874,7 @@ register$1({
|
|
|
116874
116874
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116875
116875
|
instrument: instrument$1,
|
|
116876
116876
|
});
|
|
116877
|
-
// version: 1.351.
|
|
116877
|
+
// version: 1.351.1-3c191568b9
|
|
116878
116878
|
|
|
116879
116879
|
// On core the unstable adapters are re-exported with different names,
|
|
116880
116880
|
// we want to match them here.
|
|
@@ -117026,7 +117026,7 @@ withDefaultLuvio((luvio) => {
|
|
|
117026
117026
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117027
117027
|
graphQLImperative = ldsAdapter;
|
|
117028
117028
|
});
|
|
117029
|
-
// version: 1.351.
|
|
117029
|
+
// version: 1.351.1-3c191568b9
|
|
117030
117030
|
|
|
117031
117031
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117032
117032
|
__proto__: null,
|
|
@@ -117818,7 +117818,7 @@ const callbacks$1 = [];
|
|
|
117818
117818
|
function register(r) {
|
|
117819
117819
|
callbacks$1.forEach((callback) => callback(r));
|
|
117820
117820
|
}
|
|
117821
|
-
// version: 1.351.
|
|
117821
|
+
// version: 1.351.1-fe0298cc85
|
|
117822
117822
|
|
|
117823
117823
|
/**
|
|
117824
117824
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118898,4 +118898,4 @@ const { luvio } = getRuntime();
|
|
|
118898
118898
|
setDefaultLuvio({ luvio });
|
|
118899
118899
|
|
|
118900
118900
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
118901
|
-
// version: 1.351.
|
|
118901
|
+
// version: 1.351.1-fe0298cc85
|
|
@@ -4272,7 +4272,7 @@
|
|
|
4272
4272
|
}
|
|
4273
4273
|
callbacks.push(callback);
|
|
4274
4274
|
}
|
|
4275
|
-
// version: 1.351.
|
|
4275
|
+
// version: 1.351.1-fe0298cc85
|
|
4276
4276
|
|
|
4277
4277
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4278
4278
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5220,7 +5220,7 @@
|
|
|
5220
5220
|
const { apiFamily, name } = metadata;
|
|
5221
5221
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5222
5222
|
}
|
|
5223
|
-
// version: 1.351.
|
|
5223
|
+
// version: 1.351.1-fe0298cc85
|
|
5224
5224
|
|
|
5225
5225
|
/**
|
|
5226
5226
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33990,7 +33990,7 @@
|
|
|
33990
33990
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33991
33991
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33992
33992
|
});
|
|
33993
|
-
// version: 1.351.
|
|
33993
|
+
// version: 1.351.1-3c191568b9
|
|
33994
33994
|
|
|
33995
33995
|
/**
|
|
33996
33996
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -92985,7 +92985,7 @@
|
|
|
92985
92985
|
id: '@salesforce/lds-network-adapter',
|
|
92986
92986
|
instrument: instrument$2,
|
|
92987
92987
|
});
|
|
92988
|
-
// version: 1.351.
|
|
92988
|
+
// version: 1.351.1-fe0298cc85
|
|
92989
92989
|
|
|
92990
92990
|
const { create: create$2, keys: keys$2 } = Object;
|
|
92991
92991
|
const { stringify, parse } = JSON;
|
|
@@ -116880,7 +116880,7 @@
|
|
|
116880
116880
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116881
116881
|
instrument: instrument$1,
|
|
116882
116882
|
});
|
|
116883
|
-
// version: 1.351.
|
|
116883
|
+
// version: 1.351.1-3c191568b9
|
|
116884
116884
|
|
|
116885
116885
|
// On core the unstable adapters are re-exported with different names,
|
|
116886
116886
|
// we want to match them here.
|
|
@@ -117032,7 +117032,7 @@
|
|
|
117032
117032
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117033
117033
|
graphQLImperative = ldsAdapter;
|
|
117034
117034
|
});
|
|
117035
|
-
// version: 1.351.
|
|
117035
|
+
// version: 1.351.1-3c191568b9
|
|
117036
117036
|
|
|
117037
117037
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117038
117038
|
__proto__: null,
|
|
@@ -117824,7 +117824,7 @@
|
|
|
117824
117824
|
function register(r) {
|
|
117825
117825
|
callbacks$1.forEach((callback) => callback(r));
|
|
117826
117826
|
}
|
|
117827
|
-
// version: 1.351.
|
|
117827
|
+
// version: 1.351.1-fe0298cc85
|
|
117828
117828
|
|
|
117829
117829
|
/**
|
|
117830
117830
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118923,4 +118923,4 @@
|
|
|
118923
118923
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
118924
118924
|
|
|
118925
118925
|
}));
|
|
118926
|
-
// version: 1.351.
|
|
118926
|
+
// version: 1.351.1-fe0298cc85
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.351.
|
|
3
|
+
"version": "1.351.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/standalone/es/lds-worker-api.js",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
|
|
38
|
-
"@salesforce/lds-adapters-graphql": "^1.351.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.351.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.351.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.351.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.351.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.351.
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.351.
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.351.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.351.1",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.351.1",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.351.1",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.351.1",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.351.1",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.351.1",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.351.1",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.351.1",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|