@salesforce/lds-worker-api 1.367.0 → 1.368.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.
|
@@ -1222,4 +1222,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
1224
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1225
|
-
// version: 1.
|
|
1225
|
+
// version: 1.368.0-20c9e0247b
|
|
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
callbacks.push(callback);
|
|
4276
4276
|
}
|
|
4277
|
-
// version: 1.
|
|
4277
|
+
// version: 1.368.0-20c9e0247b
|
|
4278
4278
|
|
|
4279
4279
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4280
4280
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5239,7 +5239,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5239
5239
|
const { apiFamily, name } = metadata;
|
|
5240
5240
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5241
5241
|
}
|
|
5242
|
-
// version: 1.
|
|
5242
|
+
// version: 1.368.0-20c9e0247b
|
|
5243
5243
|
|
|
5244
5244
|
/**
|
|
5245
5245
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34052,7 +34052,7 @@ withDefaultLuvio((luvio) => {
|
|
|
34052
34052
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
34053
34053
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
34054
34054
|
});
|
|
34055
|
-
// version: 1.
|
|
34055
|
+
// version: 1.368.0-de8cc6721e
|
|
34056
34056
|
|
|
34057
34057
|
function requestIdleDetectedCallback(_callback) { }
|
|
34058
34058
|
function declareNotifierTaskSingle(_name) {
|
|
@@ -95795,7 +95795,7 @@ register$1({
|
|
|
95795
95795
|
id: '@salesforce/lds-network-adapter',
|
|
95796
95796
|
instrument: instrument$2,
|
|
95797
95797
|
});
|
|
95798
|
-
// version: 1.
|
|
95798
|
+
// version: 1.368.0-20c9e0247b
|
|
95799
95799
|
|
|
95800
95800
|
const { create: create$2, keys: keys$2 } = Object;
|
|
95801
95801
|
const { stringify, parse } = JSON;
|
|
@@ -121964,7 +121964,7 @@ register$1({
|
|
|
121964
121964
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
121965
121965
|
instrument: instrument$1,
|
|
121966
121966
|
});
|
|
121967
|
-
// version: 1.
|
|
121967
|
+
// version: 1.368.0-de8cc6721e
|
|
121968
121968
|
|
|
121969
121969
|
// On core the unstable adapters are re-exported with different names,
|
|
121970
121970
|
// we want to match them here.
|
|
@@ -122116,7 +122116,7 @@ withDefaultLuvio((luvio) => {
|
|
|
122116
122116
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
122117
122117
|
graphQLImperative = ldsAdapter;
|
|
122118
122118
|
});
|
|
122119
|
-
// version: 1.
|
|
122119
|
+
// version: 1.368.0-de8cc6721e
|
|
122120
122120
|
|
|
122121
122121
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
122122
122122
|
__proto__: null,
|
|
@@ -122915,7 +122915,7 @@ const callbacks$1 = [];
|
|
|
122915
122915
|
function register(r) {
|
|
122916
122916
|
callbacks$1.forEach((callback) => callback(r));
|
|
122917
122917
|
}
|
|
122918
|
-
// version: 1.
|
|
122918
|
+
// version: 1.368.0-20c9e0247b
|
|
122919
122919
|
|
|
122920
122920
|
/**
|
|
122921
122921
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -124082,4 +124082,4 @@ const { luvio } = getRuntime();
|
|
|
124082
124082
|
setDefaultLuvio({ luvio });
|
|
124083
124083
|
|
|
124084
124084
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
124085
|
-
// version: 1.
|
|
124085
|
+
// version: 1.368.0-20c9e0247b
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
callbacks.push(callback);
|
|
4282
4282
|
}
|
|
4283
|
-
// version: 1.
|
|
4283
|
+
// version: 1.368.0-20c9e0247b
|
|
4284
4284
|
|
|
4285
4285
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4286
4286
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5245,7 +5245,7 @@
|
|
|
5245
5245
|
const { apiFamily, name } = metadata;
|
|
5246
5246
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5247
5247
|
}
|
|
5248
|
-
// version: 1.
|
|
5248
|
+
// version: 1.368.0-20c9e0247b
|
|
5249
5249
|
|
|
5250
5250
|
/**
|
|
5251
5251
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34058,7 +34058,7 @@
|
|
|
34058
34058
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
34059
34059
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
34060
34060
|
});
|
|
34061
|
-
// version: 1.
|
|
34061
|
+
// version: 1.368.0-de8cc6721e
|
|
34062
34062
|
|
|
34063
34063
|
function requestIdleDetectedCallback(_callback) { }
|
|
34064
34064
|
function declareNotifierTaskSingle(_name) {
|
|
@@ -95801,7 +95801,7 @@
|
|
|
95801
95801
|
id: '@salesforce/lds-network-adapter',
|
|
95802
95802
|
instrument: instrument$2,
|
|
95803
95803
|
});
|
|
95804
|
-
// version: 1.
|
|
95804
|
+
// version: 1.368.0-20c9e0247b
|
|
95805
95805
|
|
|
95806
95806
|
const { create: create$2, keys: keys$2 } = Object;
|
|
95807
95807
|
const { stringify, parse } = JSON;
|
|
@@ -121970,7 +121970,7 @@
|
|
|
121970
121970
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
121971
121971
|
instrument: instrument$1,
|
|
121972
121972
|
});
|
|
121973
|
-
// version: 1.
|
|
121973
|
+
// version: 1.368.0-de8cc6721e
|
|
121974
121974
|
|
|
121975
121975
|
// On core the unstable adapters are re-exported with different names,
|
|
121976
121976
|
// we want to match them here.
|
|
@@ -122122,7 +122122,7 @@
|
|
|
122122
122122
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
122123
122123
|
graphQLImperative = ldsAdapter;
|
|
122124
122124
|
});
|
|
122125
|
-
// version: 1.
|
|
122125
|
+
// version: 1.368.0-de8cc6721e
|
|
122126
122126
|
|
|
122127
122127
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
122128
122128
|
__proto__: null,
|
|
@@ -122921,7 +122921,7 @@
|
|
|
122921
122921
|
function register(r) {
|
|
122922
122922
|
callbacks$1.forEach((callback) => callback(r));
|
|
122923
122923
|
}
|
|
122924
|
-
// version: 1.
|
|
122924
|
+
// version: 1.368.0-20c9e0247b
|
|
122925
122925
|
|
|
122926
122926
|
/**
|
|
122927
122927
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -124108,4 +124108,4 @@
|
|
|
124108
124108
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
124109
124109
|
|
|
124110
124110
|
}));
|
|
124111
|
-
// version: 1.
|
|
124111
|
+
// version: 1.368.0-20c9e0247b
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.368.0",
|
|
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.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.368.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.368.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.368.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.368.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.368.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.368.0",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.368.0",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.368.0",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|