@salesforce/lds-worker-api 1.348.0 → 1.348.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.348.
|
|
1131
|
+
// version: 1.348.1-44d4bea72f
|
|
@@ -4266,7 +4266,7 @@ function withDefaultLuvio(callback) {
|
|
|
4266
4266
|
}
|
|
4267
4267
|
callbacks.push(callback);
|
|
4268
4268
|
}
|
|
4269
|
-
// version: 1.348.
|
|
4269
|
+
// version: 1.348.1-44d4bea72f
|
|
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.348.
|
|
5217
|
+
// version: 1.348.1-44d4bea72f
|
|
5218
5218
|
|
|
5219
5219
|
/**
|
|
5220
5220
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33971,7 +33971,7 @@ withDefaultLuvio((luvio) => {
|
|
|
33971
33971
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33972
33972
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33973
33973
|
});
|
|
33974
|
-
// version: 1.348.
|
|
33974
|
+
// version: 1.348.1-163f0bd450
|
|
33975
33975
|
|
|
33976
33976
|
/**
|
|
33977
33977
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -92772,7 +92772,7 @@ register$1({
|
|
|
92772
92772
|
id: '@salesforce/lds-network-adapter',
|
|
92773
92773
|
instrument: instrument$2,
|
|
92774
92774
|
});
|
|
92775
|
-
// version: 1.348.
|
|
92775
|
+
// version: 1.348.1-44d4bea72f
|
|
92776
92776
|
|
|
92777
92777
|
const { create: create$2, keys: keys$2 } = Object;
|
|
92778
92778
|
const { stringify, parse } = JSON;
|
|
@@ -116667,7 +116667,7 @@ register$1({
|
|
|
116667
116667
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116668
116668
|
instrument: instrument$1,
|
|
116669
116669
|
});
|
|
116670
|
-
// version: 1.348.
|
|
116670
|
+
// version: 1.348.1-163f0bd450
|
|
116671
116671
|
|
|
116672
116672
|
// On core the unstable adapters are re-exported with different names,
|
|
116673
116673
|
// we want to match them here.
|
|
@@ -116819,7 +116819,7 @@ withDefaultLuvio((luvio) => {
|
|
|
116819
116819
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
116820
116820
|
graphQLImperative = ldsAdapter;
|
|
116821
116821
|
});
|
|
116822
|
-
// version: 1.348.
|
|
116822
|
+
// version: 1.348.1-163f0bd450
|
|
116823
116823
|
|
|
116824
116824
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
116825
116825
|
__proto__: null,
|
|
@@ -117611,7 +117611,7 @@ const callbacks$1 = [];
|
|
|
117611
117611
|
function register(r) {
|
|
117612
117612
|
callbacks$1.forEach((callback) => callback(r));
|
|
117613
117613
|
}
|
|
117614
|
-
// version: 1.348.
|
|
117614
|
+
// version: 1.348.1-44d4bea72f
|
|
117615
117615
|
|
|
117616
117616
|
/**
|
|
117617
117617
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118691,4 +118691,4 @@ const { luvio } = getRuntime();
|
|
|
118691
118691
|
setDefaultLuvio({ luvio });
|
|
118692
118692
|
|
|
118693
118693
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
118694
|
-
// version: 1.348.
|
|
118694
|
+
// version: 1.348.1-44d4bea72f
|
|
@@ -4272,7 +4272,7 @@
|
|
|
4272
4272
|
}
|
|
4273
4273
|
callbacks.push(callback);
|
|
4274
4274
|
}
|
|
4275
|
-
// version: 1.348.
|
|
4275
|
+
// version: 1.348.1-44d4bea72f
|
|
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.348.
|
|
5223
|
+
// version: 1.348.1-44d4bea72f
|
|
5224
5224
|
|
|
5225
5225
|
/**
|
|
5226
5226
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33977,7 +33977,7 @@
|
|
|
33977
33977
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33978
33978
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33979
33979
|
});
|
|
33980
|
-
// version: 1.348.
|
|
33980
|
+
// version: 1.348.1-163f0bd450
|
|
33981
33981
|
|
|
33982
33982
|
/**
|
|
33983
33983
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -92778,7 +92778,7 @@
|
|
|
92778
92778
|
id: '@salesforce/lds-network-adapter',
|
|
92779
92779
|
instrument: instrument$2,
|
|
92780
92780
|
});
|
|
92781
|
-
// version: 1.348.
|
|
92781
|
+
// version: 1.348.1-44d4bea72f
|
|
92782
92782
|
|
|
92783
92783
|
const { create: create$2, keys: keys$2 } = Object;
|
|
92784
92784
|
const { stringify, parse } = JSON;
|
|
@@ -116673,7 +116673,7 @@
|
|
|
116673
116673
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116674
116674
|
instrument: instrument$1,
|
|
116675
116675
|
});
|
|
116676
|
-
// version: 1.348.
|
|
116676
|
+
// version: 1.348.1-163f0bd450
|
|
116677
116677
|
|
|
116678
116678
|
// On core the unstable adapters are re-exported with different names,
|
|
116679
116679
|
// we want to match them here.
|
|
@@ -116825,7 +116825,7 @@
|
|
|
116825
116825
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
116826
116826
|
graphQLImperative = ldsAdapter;
|
|
116827
116827
|
});
|
|
116828
|
-
// version: 1.348.
|
|
116828
|
+
// version: 1.348.1-163f0bd450
|
|
116829
116829
|
|
|
116830
116830
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
116831
116831
|
__proto__: null,
|
|
@@ -117617,7 +117617,7 @@
|
|
|
117617
117617
|
function register(r) {
|
|
117618
117618
|
callbacks$1.forEach((callback) => callback(r));
|
|
117619
117619
|
}
|
|
117620
|
-
// version: 1.348.
|
|
117620
|
+
// version: 1.348.1-44d4bea72f
|
|
117621
117621
|
|
|
117622
117622
|
/**
|
|
117623
117623
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118716,4 +118716,4 @@
|
|
|
118716
118716
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
118717
118717
|
|
|
118718
118718
|
}));
|
|
118719
|
-
// version: 1.348.
|
|
118719
|
+
// version: 1.348.1-44d4bea72f
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.348.
|
|
3
|
+
"version": "1.348.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.348.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.348.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.348.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.348.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.348.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.348.
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.348.
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.348.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.348.1",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.348.1",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.348.1",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.348.1",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.348.1",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.348.1",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.348.1",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.348.1",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|