@salesforce/lds-worker-api 1.445.0 → 1.446.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.
|
@@ -1373,4 +1373,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
|
|
1375
1375
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1376
|
-
// version: 1.
|
|
1376
|
+
// version: 1.446.0-f73bd65030
|
|
@@ -4276,7 +4276,7 @@ function withDefaultLuvio(callback) {
|
|
|
4276
4276
|
}
|
|
4277
4277
|
callbacks.push(callback);
|
|
4278
4278
|
}
|
|
4279
|
-
// version: 1.
|
|
4279
|
+
// version: 1.446.0-f73bd65030
|
|
4280
4280
|
|
|
4281
4281
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4282
4282
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5320,7 +5320,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5320
5320
|
const { apiFamily, name } = metadata;
|
|
5321
5321
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5322
5322
|
}
|
|
5323
|
-
// version: 1.
|
|
5323
|
+
// version: 1.446.0-f73bd65030
|
|
5324
5324
|
|
|
5325
5325
|
function isSupportedEntity(_objectApiName) {
|
|
5326
5326
|
return true;
|
|
@@ -32565,7 +32565,7 @@ withDefaultLuvio((luvio) => {
|
|
|
32565
32565
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32566
32566
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32567
32567
|
});
|
|
32568
|
-
// version: 1.
|
|
32568
|
+
// version: 1.446.0-74903f7bb8
|
|
32569
32569
|
|
|
32570
32570
|
var draftQueueMaxRetryAttemptsGate = {
|
|
32571
32571
|
isOpen: function (e) {
|
|
@@ -96646,7 +96646,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
96646
96646
|
},
|
|
96647
96647
|
};
|
|
96648
96648
|
}
|
|
96649
|
-
// version: 1.
|
|
96649
|
+
// version: 1.446.0-f73bd65030
|
|
96650
96650
|
|
|
96651
96651
|
/**
|
|
96652
96652
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96672,7 +96672,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
96672
96672
|
},
|
|
96673
96673
|
};
|
|
96674
96674
|
}
|
|
96675
|
-
// version: 1.
|
|
96675
|
+
// version: 1.446.0-f73bd65030
|
|
96676
96676
|
|
|
96677
96677
|
function findExecutableOperation$1(input) {
|
|
96678
96678
|
const operations = input.query.definitions.filter(
|
|
@@ -99358,7 +99358,7 @@ register$1({
|
|
|
99358
99358
|
id: '@salesforce/lds-network-adapter',
|
|
99359
99359
|
instrument: instrument$2,
|
|
99360
99360
|
});
|
|
99361
|
-
// version: 1.
|
|
99361
|
+
// version: 1.446.0-f73bd65030
|
|
99362
99362
|
|
|
99363
99363
|
const { create: create$2, keys: keys$2 } = Object;
|
|
99364
99364
|
const { stringify, parse } = JSON;
|
|
@@ -106887,7 +106887,7 @@ function registerCallback(cb) {
|
|
|
106887
106887
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
106888
106888
|
}
|
|
106889
106889
|
}
|
|
106890
|
-
// version: 1.
|
|
106890
|
+
// version: 1.446.0-74903f7bb8
|
|
106891
106891
|
|
|
106892
106892
|
function createFragmentMap(documentNode) {
|
|
106893
106893
|
const fragments = {};
|
|
@@ -136094,7 +136094,7 @@ register$1({
|
|
|
136094
136094
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136095
136095
|
instrument: instrument$1,
|
|
136096
136096
|
});
|
|
136097
|
-
// version: 1.
|
|
136097
|
+
// version: 1.446.0-74903f7bb8
|
|
136098
136098
|
|
|
136099
136099
|
// On core the unstable adapters are re-exported with different names,
|
|
136100
136100
|
// we want to match them here.
|
|
@@ -136246,7 +136246,7 @@ withDefaultLuvio((luvio) => {
|
|
|
136246
136246
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136247
136247
|
graphQLImperative = ldsAdapter;
|
|
136248
136248
|
});
|
|
136249
|
-
// version: 1.
|
|
136249
|
+
// version: 1.446.0-74903f7bb8
|
|
136250
136250
|
|
|
136251
136251
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136252
136252
|
__proto__: null,
|
|
@@ -137045,7 +137045,7 @@ const callbacks$1 = [];
|
|
|
137045
137045
|
function register(r) {
|
|
137046
137046
|
callbacks$1.forEach((callback) => callback(r));
|
|
137047
137047
|
}
|
|
137048
|
-
// version: 1.
|
|
137048
|
+
// version: 1.446.0-f73bd65030
|
|
137049
137049
|
|
|
137050
137050
|
/**
|
|
137051
137051
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -138334,4 +138334,4 @@ const { luvio } = getRuntime();
|
|
|
138334
138334
|
setDefaultLuvio({ luvio });
|
|
138335
138335
|
|
|
138336
138336
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
138337
|
-
// version: 1.
|
|
138337
|
+
// version: 1.446.0-f73bd65030
|
|
@@ -4282,7 +4282,7 @@
|
|
|
4282
4282
|
}
|
|
4283
4283
|
callbacks.push(callback);
|
|
4284
4284
|
}
|
|
4285
|
-
// version: 1.
|
|
4285
|
+
// version: 1.446.0-f73bd65030
|
|
4286
4286
|
|
|
4287
4287
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4288
4288
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5326,7 +5326,7 @@
|
|
|
5326
5326
|
const { apiFamily, name } = metadata;
|
|
5327
5327
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5328
5328
|
}
|
|
5329
|
-
// version: 1.
|
|
5329
|
+
// version: 1.446.0-f73bd65030
|
|
5330
5330
|
|
|
5331
5331
|
function isSupportedEntity(_objectApiName) {
|
|
5332
5332
|
return true;
|
|
@@ -32571,7 +32571,7 @@
|
|
|
32571
32571
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
32572
32572
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
32573
32573
|
});
|
|
32574
|
-
// version: 1.
|
|
32574
|
+
// version: 1.446.0-74903f7bb8
|
|
32575
32575
|
|
|
32576
32576
|
var draftQueueMaxRetryAttemptsGate = {
|
|
32577
32577
|
isOpen: function (e) {
|
|
@@ -96652,7 +96652,7 @@
|
|
|
96652
96652
|
},
|
|
96653
96653
|
};
|
|
96654
96654
|
}
|
|
96655
|
-
// version: 1.
|
|
96655
|
+
// version: 1.446.0-f73bd65030
|
|
96656
96656
|
|
|
96657
96657
|
/**
|
|
96658
96658
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96678,7 +96678,7 @@
|
|
|
96678
96678
|
},
|
|
96679
96679
|
};
|
|
96680
96680
|
}
|
|
96681
|
-
// version: 1.
|
|
96681
|
+
// version: 1.446.0-f73bd65030
|
|
96682
96682
|
|
|
96683
96683
|
function findExecutableOperation$1(input) {
|
|
96684
96684
|
const operations = input.query.definitions.filter(
|
|
@@ -99364,7 +99364,7 @@
|
|
|
99364
99364
|
id: '@salesforce/lds-network-adapter',
|
|
99365
99365
|
instrument: instrument$2,
|
|
99366
99366
|
});
|
|
99367
|
-
// version: 1.
|
|
99367
|
+
// version: 1.446.0-f73bd65030
|
|
99368
99368
|
|
|
99369
99369
|
const { create: create$2, keys: keys$2 } = Object;
|
|
99370
99370
|
const { stringify, parse } = JSON;
|
|
@@ -106893,7 +106893,7 @@
|
|
|
106893
106893
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
106894
106894
|
}
|
|
106895
106895
|
}
|
|
106896
|
-
// version: 1.
|
|
106896
|
+
// version: 1.446.0-74903f7bb8
|
|
106897
106897
|
|
|
106898
106898
|
function createFragmentMap(documentNode) {
|
|
106899
106899
|
const fragments = {};
|
|
@@ -136100,7 +136100,7 @@
|
|
|
136100
136100
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
136101
136101
|
instrument: instrument$1,
|
|
136102
136102
|
});
|
|
136103
|
-
// version: 1.
|
|
136103
|
+
// version: 1.446.0-74903f7bb8
|
|
136104
136104
|
|
|
136105
136105
|
// On core the unstable adapters are re-exported with different names,
|
|
136106
136106
|
// we want to match them here.
|
|
@@ -136252,7 +136252,7 @@
|
|
|
136252
136252
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
136253
136253
|
graphQLImperative = ldsAdapter;
|
|
136254
136254
|
});
|
|
136255
|
-
// version: 1.
|
|
136255
|
+
// version: 1.446.0-74903f7bb8
|
|
136256
136256
|
|
|
136257
136257
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
136258
136258
|
__proto__: null,
|
|
@@ -137051,7 +137051,7 @@
|
|
|
137051
137051
|
function register(r) {
|
|
137052
137052
|
callbacks$1.forEach((callback) => callback(r));
|
|
137053
137053
|
}
|
|
137054
|
-
// version: 1.
|
|
137054
|
+
// version: 1.446.0-f73bd65030
|
|
137055
137055
|
|
|
137056
137056
|
/**
|
|
137057
137057
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -138361,4 +138361,4 @@
|
|
|
138361
138361
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
138362
138362
|
|
|
138363
138363
|
}));
|
|
138364
|
-
// version: 1.
|
|
138364
|
+
// version: 1.446.0-f73bd65030
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.446.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.446.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.446.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.446.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.446.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.446.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.446.0",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.446.0",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.446.0",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|