@salesforce/lds-worker-api 1.329.0 → 1.329.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.
|
@@ -1106,4 +1106,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
1108
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1109
|
-
// version: 1.329.
|
|
1109
|
+
// version: 1.329.1-0d03c6aeee
|
|
@@ -4265,7 +4265,7 @@ function withDefaultLuvio(callback) {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
callbacks.push(callback);
|
|
4267
4267
|
}
|
|
4268
|
-
// version: 1.329.
|
|
4268
|
+
// version: 1.329.1-0d03c6aeee
|
|
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.329.
|
|
5216
|
+
// version: 1.329.1-0d03c6aeee
|
|
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.329.
|
|
33853
|
+
// version: 1.329.1-c9b166ef17
|
|
33854
33854
|
|
|
33855
33855
|
/**
|
|
33856
33856
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -92679,7 +92679,7 @@ register$1({
|
|
|
92679
92679
|
id: '@salesforce/lds-network-adapter',
|
|
92680
92680
|
instrument: instrument$2,
|
|
92681
92681
|
});
|
|
92682
|
-
// version: 1.329.
|
|
92682
|
+
// version: 1.329.1-0d03c6aeee
|
|
92683
92683
|
|
|
92684
92684
|
const { create: create$2, keys: keys$2 } = Object;
|
|
92685
92685
|
const { stringify, parse } = JSON;
|
|
@@ -115246,7 +115246,7 @@ register$1({
|
|
|
115246
115246
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
115247
115247
|
instrument: instrument$1,
|
|
115248
115248
|
});
|
|
115249
|
-
// version: 1.329.
|
|
115249
|
+
// version: 1.329.1-c9b166ef17
|
|
115250
115250
|
|
|
115251
115251
|
// On core the unstable adapters are re-exported with different names,
|
|
115252
115252
|
// we want to match them here.
|
|
@@ -115398,7 +115398,7 @@ withDefaultLuvio((luvio) => {
|
|
|
115398
115398
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
115399
115399
|
graphQLImperative = ldsAdapter;
|
|
115400
115400
|
});
|
|
115401
|
-
// version: 1.329.
|
|
115401
|
+
// version: 1.329.1-c9b166ef17
|
|
115402
115402
|
|
|
115403
115403
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
115404
115404
|
__proto__: null,
|
|
@@ -116168,7 +116168,7 @@ const callbacks$1 = [];
|
|
|
116168
116168
|
function register(r) {
|
|
116169
116169
|
callbacks$1.forEach((callback) => callback(r));
|
|
116170
116170
|
}
|
|
116171
|
-
// version: 1.329.
|
|
116171
|
+
// version: 1.329.1-0d03c6aeee
|
|
116172
116172
|
|
|
116173
116173
|
/**
|
|
116174
116174
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -117231,4 +117231,4 @@ const { luvio } = getRuntime();
|
|
|
117231
117231
|
setDefaultLuvio({ luvio });
|
|
117232
117232
|
|
|
117233
117233
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
117234
|
-
// version: 1.329.
|
|
117234
|
+
// version: 1.329.1-0d03c6aeee
|
|
@@ -4271,7 +4271,7 @@
|
|
|
4271
4271
|
}
|
|
4272
4272
|
callbacks.push(callback);
|
|
4273
4273
|
}
|
|
4274
|
-
// version: 1.329.
|
|
4274
|
+
// version: 1.329.1-0d03c6aeee
|
|
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.329.
|
|
5222
|
+
// version: 1.329.1-0d03c6aeee
|
|
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.329.
|
|
33859
|
+
// version: 1.329.1-c9b166ef17
|
|
33860
33860
|
|
|
33861
33861
|
/**
|
|
33862
33862
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -92685,7 +92685,7 @@
|
|
|
92685
92685
|
id: '@salesforce/lds-network-adapter',
|
|
92686
92686
|
instrument: instrument$2,
|
|
92687
92687
|
});
|
|
92688
|
-
// version: 1.329.
|
|
92688
|
+
// version: 1.329.1-0d03c6aeee
|
|
92689
92689
|
|
|
92690
92690
|
const { create: create$2, keys: keys$2 } = Object;
|
|
92691
92691
|
const { stringify, parse } = JSON;
|
|
@@ -115252,7 +115252,7 @@
|
|
|
115252
115252
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
115253
115253
|
instrument: instrument$1,
|
|
115254
115254
|
});
|
|
115255
|
-
// version: 1.329.
|
|
115255
|
+
// version: 1.329.1-c9b166ef17
|
|
115256
115256
|
|
|
115257
115257
|
// On core the unstable adapters are re-exported with different names,
|
|
115258
115258
|
// we want to match them here.
|
|
@@ -115404,7 +115404,7 @@
|
|
|
115404
115404
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
115405
115405
|
graphQLImperative = ldsAdapter;
|
|
115406
115406
|
});
|
|
115407
|
-
// version: 1.329.
|
|
115407
|
+
// version: 1.329.1-c9b166ef17
|
|
115408
115408
|
|
|
115409
115409
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
115410
115410
|
__proto__: null,
|
|
@@ -116174,7 +116174,7 @@
|
|
|
116174
116174
|
function register(r) {
|
|
116175
116175
|
callbacks$1.forEach((callback) => callback(r));
|
|
116176
116176
|
}
|
|
116177
|
-
// version: 1.329.
|
|
116177
|
+
// version: 1.329.1-0d03c6aeee
|
|
116178
116178
|
|
|
116179
116179
|
/**
|
|
116180
116180
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -117256,4 +117256,4 @@
|
|
|
117256
117256
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
117257
117257
|
|
|
117258
117258
|
}));
|
|
117259
|
-
// version: 1.329.
|
|
117259
|
+
// version: 1.329.1-0d03c6aeee
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.329.
|
|
3
|
+
"version": "1.329.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.329.
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.329.
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.329.
|
|
41
|
-
"@salesforce/lds-drafts": "^1.329.
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.329.
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.329.
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.329.
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.329.
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.329.1",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.329.1",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.329.1",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.329.1",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.329.1",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.329.1",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.329.1",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.329.1",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|