@salesforce/lds-worker-api 1.353.0 → 1.353.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.353.
|
|
1131
|
+
// version: 1.353.1-eeb55fde9b
|
|
@@ -4266,7 +4266,7 @@ function withDefaultLuvio(callback) {
|
|
|
4266
4266
|
}
|
|
4267
4267
|
callbacks.push(callback);
|
|
4268
4268
|
}
|
|
4269
|
-
// version: 1.353.
|
|
4269
|
+
// version: 1.353.1-eeb55fde9b
|
|
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.353.
|
|
5217
|
+
// version: 1.353.1-eeb55fde9b
|
|
5218
5218
|
|
|
5219
5219
|
/**
|
|
5220
5220
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33990,7 +33990,7 @@ withDefaultLuvio((luvio) => {
|
|
|
33990
33990
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33991
33991
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33992
33992
|
});
|
|
33993
|
-
// version: 1.353.
|
|
33993
|
+
// version: 1.353.1-4693659f9b
|
|
33994
33994
|
|
|
33995
33995
|
/**
|
|
33996
33996
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -93033,7 +93033,7 @@ register$1({
|
|
|
93033
93033
|
id: '@salesforce/lds-network-adapter',
|
|
93034
93034
|
instrument: instrument$2,
|
|
93035
93035
|
});
|
|
93036
|
-
// version: 1.353.
|
|
93036
|
+
// version: 1.353.1-eeb55fde9b
|
|
93037
93037
|
|
|
93038
93038
|
const { create: create$2, keys: keys$2 } = Object;
|
|
93039
93039
|
const { stringify, parse } = JSON;
|
|
@@ -116928,7 +116928,7 @@ register$1({
|
|
|
116928
116928
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116929
116929
|
instrument: instrument$1,
|
|
116930
116930
|
});
|
|
116931
|
-
// version: 1.353.
|
|
116931
|
+
// version: 1.353.1-4693659f9b
|
|
116932
116932
|
|
|
116933
116933
|
// On core the unstable adapters are re-exported with different names,
|
|
116934
116934
|
// we want to match them here.
|
|
@@ -117080,7 +117080,7 @@ withDefaultLuvio((luvio) => {
|
|
|
117080
117080
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117081
117081
|
graphQLImperative = ldsAdapter;
|
|
117082
117082
|
});
|
|
117083
|
-
// version: 1.353.
|
|
117083
|
+
// version: 1.353.1-4693659f9b
|
|
117084
117084
|
|
|
117085
117085
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117086
117086
|
__proto__: null,
|
|
@@ -117872,7 +117872,7 @@ const callbacks$1 = [];
|
|
|
117872
117872
|
function register(r) {
|
|
117873
117873
|
callbacks$1.forEach((callback) => callback(r));
|
|
117874
117874
|
}
|
|
117875
|
-
// version: 1.353.
|
|
117875
|
+
// version: 1.353.1-eeb55fde9b
|
|
117876
117876
|
|
|
117877
117877
|
/**
|
|
117878
117878
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118952,4 +118952,4 @@ const { luvio } = getRuntime();
|
|
|
118952
118952
|
setDefaultLuvio({ luvio });
|
|
118953
118953
|
|
|
118954
118954
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
118955
|
-
// version: 1.353.
|
|
118955
|
+
// version: 1.353.1-eeb55fde9b
|
|
@@ -4272,7 +4272,7 @@
|
|
|
4272
4272
|
}
|
|
4273
4273
|
callbacks.push(callback);
|
|
4274
4274
|
}
|
|
4275
|
-
// version: 1.353.
|
|
4275
|
+
// version: 1.353.1-eeb55fde9b
|
|
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.353.
|
|
5223
|
+
// version: 1.353.1-eeb55fde9b
|
|
5224
5224
|
|
|
5225
5225
|
/**
|
|
5226
5226
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33996,7 +33996,7 @@
|
|
|
33996
33996
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33997
33997
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33998
33998
|
});
|
|
33999
|
-
// version: 1.353.
|
|
33999
|
+
// version: 1.353.1-4693659f9b
|
|
34000
34000
|
|
|
34001
34001
|
/**
|
|
34002
34002
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -93039,7 +93039,7 @@
|
|
|
93039
93039
|
id: '@salesforce/lds-network-adapter',
|
|
93040
93040
|
instrument: instrument$2,
|
|
93041
93041
|
});
|
|
93042
|
-
// version: 1.353.
|
|
93042
|
+
// version: 1.353.1-eeb55fde9b
|
|
93043
93043
|
|
|
93044
93044
|
const { create: create$2, keys: keys$2 } = Object;
|
|
93045
93045
|
const { stringify, parse } = JSON;
|
|
@@ -116934,7 +116934,7 @@
|
|
|
116934
116934
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116935
116935
|
instrument: instrument$1,
|
|
116936
116936
|
});
|
|
116937
|
-
// version: 1.353.
|
|
116937
|
+
// version: 1.353.1-4693659f9b
|
|
116938
116938
|
|
|
116939
116939
|
// On core the unstable adapters are re-exported with different names,
|
|
116940
116940
|
// we want to match them here.
|
|
@@ -117086,7 +117086,7 @@
|
|
|
117086
117086
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117087
117087
|
graphQLImperative = ldsAdapter;
|
|
117088
117088
|
});
|
|
117089
|
-
// version: 1.353.
|
|
117089
|
+
// version: 1.353.1-4693659f9b
|
|
117090
117090
|
|
|
117091
117091
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117092
117092
|
__proto__: null,
|
|
@@ -117878,7 +117878,7 @@
|
|
|
117878
117878
|
function register(r) {
|
|
117879
117879
|
callbacks$1.forEach((callback) => callback(r));
|
|
117880
117880
|
}
|
|
117881
|
-
// version: 1.353.
|
|
117881
|
+
// version: 1.353.1-eeb55fde9b
|
|
117882
117882
|
|
|
117883
117883
|
/**
|
|
117884
117884
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118977,4 +118977,4 @@
|
|
|
118977
118977
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
118978
118978
|
|
|
118979
118979
|
}));
|
|
118980
|
-
// version: 1.353.
|
|
118980
|
+
// version: 1.353.1-eeb55fde9b
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.353.
|
|
3
|
+
"version": "1.353.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.353.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.353.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.353.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.353.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.353.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.353.
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.353.
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.353.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.353.1",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.353.1",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.353.1",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.353.1",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.353.1",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.353.1",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.353.1",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.353.1",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|