@salesforce/lds-worker-api 1.380.0-dev7 → 1.380.0-dev8
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.
|
@@ -1371,4 +1371,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
1373
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1374
|
-
// version: 1.380.0-
|
|
1374
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
callbacks.push(callback);
|
|
4276
4276
|
}
|
|
4277
|
-
// version: 1.380.0-
|
|
4277
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
4278
4278
|
|
|
4279
4279
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4280
4280
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5318,7 +5318,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5318
5318
|
const { apiFamily, name } = metadata;
|
|
5319
5319
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5320
5320
|
}
|
|
5321
|
-
// version: 1.380.0-
|
|
5321
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
5322
5322
|
|
|
5323
5323
|
/**
|
|
5324
5324
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34154,7 +34154,7 @@ withDefaultLuvio((luvio) => {
|
|
|
34154
34154
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
34155
34155
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
34156
34156
|
});
|
|
34157
|
-
// version: 1.380.0-
|
|
34157
|
+
// version: 1.380.0-dev8-60930b5790
|
|
34158
34158
|
|
|
34159
34159
|
function requestIdleDetectedCallback(_callback) { }
|
|
34160
34160
|
function declareNotifierTaskSingle(_name) {
|
|
@@ -95994,7 +95994,7 @@ function buildServiceDescriptor$5(luvio) {
|
|
|
95994
95994
|
},
|
|
95995
95995
|
};
|
|
95996
95996
|
}
|
|
95997
|
-
// version: 1.380.0-
|
|
95997
|
+
// version: 1.380.0-dev8-60930b5790
|
|
95998
95998
|
|
|
95999
95999
|
/**
|
|
96000
96000
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96020,7 +96020,7 @@ function buildServiceDescriptor$4(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
96020
96020
|
},
|
|
96021
96021
|
};
|
|
96022
96022
|
}
|
|
96023
|
-
// version: 1.380.0-
|
|
96023
|
+
// version: 1.380.0-dev8-60930b5790
|
|
96024
96024
|
|
|
96025
96025
|
/*!
|
|
96026
96026
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98168,7 +98168,7 @@ register$1({
|
|
|
98168
98168
|
id: '@salesforce/lds-network-adapter',
|
|
98169
98169
|
instrument: instrument$2,
|
|
98170
98170
|
});
|
|
98171
|
-
// version: 1.380.0-
|
|
98171
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
98172
98172
|
|
|
98173
98173
|
const { create: create$3, keys: keys$3 } = Object;
|
|
98174
98174
|
const { stringify: stringify$1, parse } = JSON;
|
|
@@ -100927,7 +100927,7 @@ function handleEmit(res, callback) {
|
|
|
100927
100927
|
}
|
|
100928
100928
|
callback(consumerEmittedData);
|
|
100929
100929
|
}
|
|
100930
|
-
// version: 1.380.0-
|
|
100930
|
+
// version: 1.380.0-dev8-60930b5790
|
|
100931
100931
|
|
|
100932
100932
|
class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
|
|
100933
100933
|
constructor(services, typeRegistry) {
|
|
@@ -104721,7 +104721,7 @@ function registerCallback(cb) {
|
|
|
104721
104721
|
cb(graphql$1, graphql_imperative$1, useOneStoreGraphQL);
|
|
104722
104722
|
}
|
|
104723
104723
|
}
|
|
104724
|
-
// version: 1.380.0-
|
|
104724
|
+
// version: 1.380.0-dev8-60930b5790
|
|
104725
104725
|
|
|
104726
104726
|
function createFragmentMap(documentNode) {
|
|
104727
104727
|
const fragments = {};
|
|
@@ -131380,7 +131380,7 @@ function refreshGraphQL(data) {
|
|
|
131380
131380
|
}
|
|
131381
131381
|
return refresh$3(data, 'refreshUiApi');
|
|
131382
131382
|
}
|
|
131383
|
-
// version: 1.380.0-
|
|
131383
|
+
// version: 1.380.0-dev8-60930b5790
|
|
131384
131384
|
|
|
131385
131385
|
// On core the unstable adapters are re-exported with different names,
|
|
131386
131386
|
// we want to match them here.
|
|
@@ -131532,7 +131532,7 @@ withDefaultLuvio((luvio) => {
|
|
|
131532
131532
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
131533
131533
|
graphQLImperative = ldsAdapter;
|
|
131534
131534
|
});
|
|
131535
|
-
// version: 1.380.0-
|
|
131535
|
+
// version: 1.380.0-dev8-60930b5790
|
|
131536
131536
|
|
|
131537
131537
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
131538
131538
|
__proto__: null,
|
|
@@ -132331,7 +132331,7 @@ const callbacks$1 = [];
|
|
|
132331
132331
|
function register(r) {
|
|
132332
132332
|
callbacks$1.forEach((callback) => callback(r));
|
|
132333
132333
|
}
|
|
132334
|
-
// version: 1.380.0-
|
|
132334
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
132335
132335
|
|
|
132336
132336
|
/**
|
|
132337
132337
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -133647,4 +133647,4 @@ const { luvio } = getRuntime();
|
|
|
133647
133647
|
setDefaultLuvio({ luvio });
|
|
133648
133648
|
|
|
133649
133649
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
133650
|
-
// version: 1.380.0-
|
|
133650
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
callbacks.push(callback);
|
|
4282
4282
|
}
|
|
4283
|
-
// version: 1.380.0-
|
|
4283
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
4284
4284
|
|
|
4285
4285
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4286
4286
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5324,7 +5324,7 @@
|
|
|
5324
5324
|
const { apiFamily, name } = metadata;
|
|
5325
5325
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5326
5326
|
}
|
|
5327
|
-
// version: 1.380.0-
|
|
5327
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
5328
5328
|
|
|
5329
5329
|
/**
|
|
5330
5330
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34160,7 +34160,7 @@
|
|
|
34160
34160
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
34161
34161
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
34162
34162
|
});
|
|
34163
|
-
// version: 1.380.0-
|
|
34163
|
+
// version: 1.380.0-dev8-60930b5790
|
|
34164
34164
|
|
|
34165
34165
|
function requestIdleDetectedCallback(_callback) { }
|
|
34166
34166
|
function declareNotifierTaskSingle(_name) {
|
|
@@ -96000,7 +96000,7 @@
|
|
|
96000
96000
|
},
|
|
96001
96001
|
};
|
|
96002
96002
|
}
|
|
96003
|
-
// version: 1.380.0-
|
|
96003
|
+
// version: 1.380.0-dev8-60930b5790
|
|
96004
96004
|
|
|
96005
96005
|
/**
|
|
96006
96006
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96026,7 +96026,7 @@
|
|
|
96026
96026
|
},
|
|
96027
96027
|
};
|
|
96028
96028
|
}
|
|
96029
|
-
// version: 1.380.0-
|
|
96029
|
+
// version: 1.380.0-dev8-60930b5790
|
|
96030
96030
|
|
|
96031
96031
|
/*!
|
|
96032
96032
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98174,7 +98174,7 @@
|
|
|
98174
98174
|
id: '@salesforce/lds-network-adapter',
|
|
98175
98175
|
instrument: instrument$2,
|
|
98176
98176
|
});
|
|
98177
|
-
// version: 1.380.0-
|
|
98177
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
98178
98178
|
|
|
98179
98179
|
const { create: create$3, keys: keys$3 } = Object;
|
|
98180
98180
|
const { stringify: stringify$1, parse } = JSON;
|
|
@@ -100933,7 +100933,7 @@
|
|
|
100933
100933
|
}
|
|
100934
100934
|
callback(consumerEmittedData);
|
|
100935
100935
|
}
|
|
100936
|
-
// version: 1.380.0-
|
|
100936
|
+
// version: 1.380.0-dev8-60930b5790
|
|
100937
100937
|
|
|
100938
100938
|
class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
|
|
100939
100939
|
constructor(services, typeRegistry) {
|
|
@@ -104727,7 +104727,7 @@
|
|
|
104727
104727
|
cb(graphql$1, graphql_imperative$1, useOneStoreGraphQL);
|
|
104728
104728
|
}
|
|
104729
104729
|
}
|
|
104730
|
-
// version: 1.380.0-
|
|
104730
|
+
// version: 1.380.0-dev8-60930b5790
|
|
104731
104731
|
|
|
104732
104732
|
function createFragmentMap(documentNode) {
|
|
104733
104733
|
const fragments = {};
|
|
@@ -131386,7 +131386,7 @@
|
|
|
131386
131386
|
}
|
|
131387
131387
|
return refresh$3(data, 'refreshUiApi');
|
|
131388
131388
|
}
|
|
131389
|
-
// version: 1.380.0-
|
|
131389
|
+
// version: 1.380.0-dev8-60930b5790
|
|
131390
131390
|
|
|
131391
131391
|
// On core the unstable adapters are re-exported with different names,
|
|
131392
131392
|
// we want to match them here.
|
|
@@ -131538,7 +131538,7 @@
|
|
|
131538
131538
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
131539
131539
|
graphQLImperative = ldsAdapter;
|
|
131540
131540
|
});
|
|
131541
|
-
// version: 1.380.0-
|
|
131541
|
+
// version: 1.380.0-dev8-60930b5790
|
|
131542
131542
|
|
|
131543
131543
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
131544
131544
|
__proto__: null,
|
|
@@ -132337,7 +132337,7 @@
|
|
|
132337
132337
|
function register(r) {
|
|
132338
132338
|
callbacks$1.forEach((callback) => callback(r));
|
|
132339
132339
|
}
|
|
132340
|
-
// version: 1.380.0-
|
|
132340
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
|
132341
132341
|
|
|
132342
132342
|
/**
|
|
132343
132343
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -133674,4 +133674,4 @@
|
|
|
133674
133674
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
133675
133675
|
|
|
133676
133676
|
}));
|
|
133677
|
-
// version: 1.380.0-
|
|
133677
|
+
// version: 1.380.0-dev8-c2a0c4e2de
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev8",
|
|
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.380.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.380.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.380.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.380.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.380.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.380.0-
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.380.0-
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.380.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.380.0-dev8",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.380.0-dev8",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.380.0-dev8",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.380.0-dev8",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.380.0-dev8",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.380.0-dev8",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.380.0-dev8",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.380.0-dev8",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|