@salesforce/lds-worker-api 1.332.0-dev15 → 1.332.0-dev17
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.332.0-
|
|
1131
|
+
// version: 1.332.0-dev17-bae8996195
|
|
@@ -4265,7 +4265,7 @@ function withDefaultLuvio(callback) {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
callbacks.push(callback);
|
|
4267
4267
|
}
|
|
4268
|
-
// version: 1.332.0-
|
|
4268
|
+
// version: 1.332.0-dev17-bae8996195
|
|
4269
4269
|
|
|
4270
4270
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4271
4271
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5213,7 +5213,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5213
5213
|
const { apiFamily, name } = metadata;
|
|
5214
5214
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5215
5215
|
}
|
|
5216
|
-
// version: 1.332.0-
|
|
5216
|
+
// version: 1.332.0-dev17-bae8996195
|
|
5217
5217
|
|
|
5218
5218
|
/**
|
|
5219
5219
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33850,7 +33850,7 @@ withDefaultLuvio((luvio) => {
|
|
|
33850
33850
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33851
33851
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33852
33852
|
});
|
|
33853
|
-
// version: 1.332.0-
|
|
33853
|
+
// version: 1.332.0-dev17-75a56cc45d
|
|
33854
33854
|
|
|
33855
33855
|
/**
|
|
33856
33856
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -92882,7 +92882,7 @@ register$1({
|
|
|
92882
92882
|
id: '@salesforce/lds-network-adapter',
|
|
92883
92883
|
instrument: instrument$2,
|
|
92884
92884
|
});
|
|
92885
|
-
// version: 1.332.0-
|
|
92885
|
+
// version: 1.332.0-dev17-bae8996195
|
|
92886
92886
|
|
|
92887
92887
|
const { create: create$2, keys: keys$2 } = Object;
|
|
92888
92888
|
const { stringify, parse } = JSON;
|
|
@@ -116755,7 +116755,7 @@ register$1({
|
|
|
116755
116755
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116756
116756
|
instrument: instrument$1,
|
|
116757
116757
|
});
|
|
116758
|
-
// version: 1.332.0-
|
|
116758
|
+
// version: 1.332.0-dev17-75a56cc45d
|
|
116759
116759
|
|
|
116760
116760
|
// On core the unstable adapters are re-exported with different names,
|
|
116761
116761
|
// we want to match them here.
|
|
@@ -116907,7 +116907,7 @@ withDefaultLuvio((luvio) => {
|
|
|
116907
116907
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
116908
116908
|
graphQLImperative = ldsAdapter;
|
|
116909
116909
|
});
|
|
116910
|
-
// version: 1.332.0-
|
|
116910
|
+
// version: 1.332.0-dev17-75a56cc45d
|
|
116911
116911
|
|
|
116912
116912
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
116913
116913
|
__proto__: null,
|
|
@@ -117699,7 +117699,7 @@ const callbacks$1 = [];
|
|
|
117699
117699
|
function register(r) {
|
|
117700
117700
|
callbacks$1.forEach((callback) => callback(r));
|
|
117701
117701
|
}
|
|
117702
|
-
// version: 1.332.0-
|
|
117702
|
+
// version: 1.332.0-dev17-bae8996195
|
|
117703
117703
|
|
|
117704
117704
|
/**
|
|
117705
117705
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118762,4 +118762,4 @@ const { luvio } = getRuntime();
|
|
|
118762
118762
|
setDefaultLuvio({ luvio });
|
|
118763
118763
|
|
|
118764
118764
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
118765
|
-
// version: 1.332.0-
|
|
118765
|
+
// version: 1.332.0-dev17-bae8996195
|
|
@@ -4271,7 +4271,7 @@
|
|
|
4271
4271
|
}
|
|
4272
4272
|
callbacks.push(callback);
|
|
4273
4273
|
}
|
|
4274
|
-
// version: 1.332.0-
|
|
4274
|
+
// version: 1.332.0-dev17-bae8996195
|
|
4275
4275
|
|
|
4276
4276
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4277
4277
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5219,7 +5219,7 @@
|
|
|
5219
5219
|
const { apiFamily, name } = metadata;
|
|
5220
5220
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5221
5221
|
}
|
|
5222
|
-
// version: 1.332.0-
|
|
5222
|
+
// version: 1.332.0-dev17-bae8996195
|
|
5223
5223
|
|
|
5224
5224
|
/**
|
|
5225
5225
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33856,7 +33856,7 @@
|
|
|
33856
33856
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33857
33857
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33858
33858
|
});
|
|
33859
|
-
// version: 1.332.0-
|
|
33859
|
+
// version: 1.332.0-dev17-75a56cc45d
|
|
33860
33860
|
|
|
33861
33861
|
/**
|
|
33862
33862
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -92888,7 +92888,7 @@
|
|
|
92888
92888
|
id: '@salesforce/lds-network-adapter',
|
|
92889
92889
|
instrument: instrument$2,
|
|
92890
92890
|
});
|
|
92891
|
-
// version: 1.332.0-
|
|
92891
|
+
// version: 1.332.0-dev17-bae8996195
|
|
92892
92892
|
|
|
92893
92893
|
const { create: create$2, keys: keys$2 } = Object;
|
|
92894
92894
|
const { stringify, parse } = JSON;
|
|
@@ -116761,7 +116761,7 @@
|
|
|
116761
116761
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116762
116762
|
instrument: instrument$1,
|
|
116763
116763
|
});
|
|
116764
|
-
// version: 1.332.0-
|
|
116764
|
+
// version: 1.332.0-dev17-75a56cc45d
|
|
116765
116765
|
|
|
116766
116766
|
// On core the unstable adapters are re-exported with different names,
|
|
116767
116767
|
// we want to match them here.
|
|
@@ -116913,7 +116913,7 @@
|
|
|
116913
116913
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
116914
116914
|
graphQLImperative = ldsAdapter;
|
|
116915
116915
|
});
|
|
116916
|
-
// version: 1.332.0-
|
|
116916
|
+
// version: 1.332.0-dev17-75a56cc45d
|
|
116917
116917
|
|
|
116918
116918
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
116919
116919
|
__proto__: null,
|
|
@@ -117705,7 +117705,7 @@
|
|
|
117705
117705
|
function register(r) {
|
|
117706
117706
|
callbacks$1.forEach((callback) => callback(r));
|
|
117707
117707
|
}
|
|
117708
|
-
// version: 1.332.0-
|
|
117708
|
+
// version: 1.332.0-dev17-bae8996195
|
|
117709
117709
|
|
|
117710
117710
|
/**
|
|
117711
117711
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118787,4 +118787,4 @@
|
|
|
118787
118787
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
118788
118788
|
|
|
118789
118789
|
}));
|
|
118790
|
-
// version: 1.332.0-
|
|
118790
|
+
// version: 1.332.0-dev17-bae8996195
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.332.0-
|
|
3
|
+
"version": "1.332.0-dev17",
|
|
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.332.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.332.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.332.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.332.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.332.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.332.0-
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.332.0-
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.332.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.332.0-dev17",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.332.0-dev17",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.332.0-dev17",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.332.0-dev17",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.332.0-dev17",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.332.0-dev17",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.332.0-dev17",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.332.0-dev17",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|