@salesforce/lds-worker-api 1.392.0 → 1.393.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.
|
@@ -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.
|
|
1374
|
+
// version: 1.393.0-fe4eaa97f2
|
|
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
callbacks.push(callback);
|
|
4276
4276
|
}
|
|
4277
|
-
// version: 1.
|
|
4277
|
+
// version: 1.393.0-fe4eaa97f2
|
|
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.
|
|
5321
|
+
// version: 1.393.0-fe4eaa97f2
|
|
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.
|
|
34157
|
+
// version: 1.393.0-94e6d2aef3
|
|
34158
34158
|
|
|
34159
34159
|
function requestIdleDetectedCallback(_callback) { }
|
|
34160
34160
|
function declareNotifierTaskSingle(_name) {
|
|
@@ -95993,7 +95993,7 @@ function buildServiceDescriptor$5(luvio) {
|
|
|
95993
95993
|
},
|
|
95994
95994
|
};
|
|
95995
95995
|
}
|
|
95996
|
-
// version: 1.
|
|
95996
|
+
// version: 1.393.0-94e6d2aef3
|
|
95997
95997
|
|
|
95998
95998
|
/**
|
|
95999
95999
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96019,7 +96019,7 @@ function buildServiceDescriptor$4(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
96019
96019
|
},
|
|
96020
96020
|
};
|
|
96021
96021
|
}
|
|
96022
|
-
// version: 1.
|
|
96022
|
+
// version: 1.393.0-94e6d2aef3
|
|
96023
96023
|
|
|
96024
96024
|
/*!
|
|
96025
96025
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98210,7 +98210,7 @@ register$1({
|
|
|
98210
98210
|
id: '@salesforce/lds-network-adapter',
|
|
98211
98211
|
instrument: instrument$2,
|
|
98212
98212
|
});
|
|
98213
|
-
// version: 1.
|
|
98213
|
+
// version: 1.393.0-fe4eaa97f2
|
|
98214
98214
|
|
|
98215
98215
|
const { create: create$3, keys: keys$3 } = Object;
|
|
98216
98216
|
const { stringify: stringify$1, parse } = JSON;
|
|
@@ -101030,7 +101030,7 @@ function handleEmit(res, callback) {
|
|
|
101030
101030
|
}
|
|
101031
101031
|
callback(consumerEmittedData);
|
|
101032
101032
|
}
|
|
101033
|
-
// version: 1.
|
|
101033
|
+
// version: 1.393.0-94e6d2aef3
|
|
101034
101034
|
|
|
101035
101035
|
class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101036
101036
|
constructor(services, typeRegistry) {
|
|
@@ -105185,7 +105185,7 @@ function registerCallback(cb) {
|
|
|
105185
105185
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, useOneStoreGraphQL);
|
|
105186
105186
|
}
|
|
105187
105187
|
}
|
|
105188
|
-
// version: 1.
|
|
105188
|
+
// version: 1.393.0-94e6d2aef3
|
|
105189
105189
|
|
|
105190
105190
|
function createFragmentMap(documentNode) {
|
|
105191
105191
|
const fragments = {};
|
|
@@ -131899,7 +131899,7 @@ register$1({
|
|
|
131899
131899
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
131900
131900
|
instrument: instrument$1,
|
|
131901
131901
|
});
|
|
131902
|
-
// version: 1.
|
|
131902
|
+
// version: 1.393.0-94e6d2aef3
|
|
131903
131903
|
|
|
131904
131904
|
// On core the unstable adapters are re-exported with different names,
|
|
131905
131905
|
// we want to match them here.
|
|
@@ -132051,7 +132051,7 @@ withDefaultLuvio((luvio) => {
|
|
|
132051
132051
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
132052
132052
|
graphQLImperative = ldsAdapter;
|
|
132053
132053
|
});
|
|
132054
|
-
// version: 1.
|
|
132054
|
+
// version: 1.393.0-94e6d2aef3
|
|
132055
132055
|
|
|
132056
132056
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
132057
132057
|
__proto__: null,
|
|
@@ -132850,7 +132850,7 @@ const callbacks$1 = [];
|
|
|
132850
132850
|
function register(r) {
|
|
132851
132851
|
callbacks$1.forEach((callback) => callback(r));
|
|
132852
132852
|
}
|
|
132853
|
-
// version: 1.
|
|
132853
|
+
// version: 1.393.0-fe4eaa97f2
|
|
132854
132854
|
|
|
132855
132855
|
/**
|
|
132856
132856
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -134166,4 +134166,4 @@ const { luvio } = getRuntime();
|
|
|
134166
134166
|
setDefaultLuvio({ luvio });
|
|
134167
134167
|
|
|
134168
134168
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
134169
|
-
// version: 1.
|
|
134169
|
+
// version: 1.393.0-fe4eaa97f2
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
callbacks.push(callback);
|
|
4282
4282
|
}
|
|
4283
|
-
// version: 1.
|
|
4283
|
+
// version: 1.393.0-fe4eaa97f2
|
|
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.
|
|
5327
|
+
// version: 1.393.0-fe4eaa97f2
|
|
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.
|
|
34163
|
+
// version: 1.393.0-94e6d2aef3
|
|
34164
34164
|
|
|
34165
34165
|
function requestIdleDetectedCallback(_callback) { }
|
|
34166
34166
|
function declareNotifierTaskSingle(_name) {
|
|
@@ -95999,7 +95999,7 @@
|
|
|
95999
95999
|
},
|
|
96000
96000
|
};
|
|
96001
96001
|
}
|
|
96002
|
-
// version: 1.
|
|
96002
|
+
// version: 1.393.0-94e6d2aef3
|
|
96003
96003
|
|
|
96004
96004
|
/**
|
|
96005
96005
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -96025,7 +96025,7 @@
|
|
|
96025
96025
|
},
|
|
96026
96026
|
};
|
|
96027
96027
|
}
|
|
96028
|
-
// version: 1.
|
|
96028
|
+
// version: 1.393.0-94e6d2aef3
|
|
96029
96029
|
|
|
96030
96030
|
/*!
|
|
96031
96031
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98216,7 +98216,7 @@
|
|
|
98216
98216
|
id: '@salesforce/lds-network-adapter',
|
|
98217
98217
|
instrument: instrument$2,
|
|
98218
98218
|
});
|
|
98219
|
-
// version: 1.
|
|
98219
|
+
// version: 1.393.0-fe4eaa97f2
|
|
98220
98220
|
|
|
98221
98221
|
const { create: create$3, keys: keys$3 } = Object;
|
|
98222
98222
|
const { stringify: stringify$1, parse } = JSON;
|
|
@@ -101036,7 +101036,7 @@
|
|
|
101036
101036
|
}
|
|
101037
101037
|
callback(consumerEmittedData);
|
|
101038
101038
|
}
|
|
101039
|
-
// version: 1.
|
|
101039
|
+
// version: 1.393.0-94e6d2aef3
|
|
101040
101040
|
|
|
101041
101041
|
class Analytics__AnalyticsBrowseRepository extends UnidentifiableGraphQLTypeRepository {
|
|
101042
101042
|
constructor(services, typeRegistry) {
|
|
@@ -105191,7 +105191,7 @@
|
|
|
105191
105191
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, useOneStoreGraphQL);
|
|
105192
105192
|
}
|
|
105193
105193
|
}
|
|
105194
|
-
// version: 1.
|
|
105194
|
+
// version: 1.393.0-94e6d2aef3
|
|
105195
105195
|
|
|
105196
105196
|
function createFragmentMap(documentNode) {
|
|
105197
105197
|
const fragments = {};
|
|
@@ -131905,7 +131905,7 @@
|
|
|
131905
131905
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
131906
131906
|
instrument: instrument$1,
|
|
131907
131907
|
});
|
|
131908
|
-
// version: 1.
|
|
131908
|
+
// version: 1.393.0-94e6d2aef3
|
|
131909
131909
|
|
|
131910
131910
|
// On core the unstable adapters are re-exported with different names,
|
|
131911
131911
|
// we want to match them here.
|
|
@@ -132057,7 +132057,7 @@
|
|
|
132057
132057
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
132058
132058
|
graphQLImperative = ldsAdapter;
|
|
132059
132059
|
});
|
|
132060
|
-
// version: 1.
|
|
132060
|
+
// version: 1.393.0-94e6d2aef3
|
|
132061
132061
|
|
|
132062
132062
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
132063
132063
|
__proto__: null,
|
|
@@ -132856,7 +132856,7 @@
|
|
|
132856
132856
|
function register(r) {
|
|
132857
132857
|
callbacks$1.forEach((callback) => callback(r));
|
|
132858
132858
|
}
|
|
132859
|
-
// version: 1.
|
|
132859
|
+
// version: 1.393.0-fe4eaa97f2
|
|
132860
132860
|
|
|
132861
132861
|
/**
|
|
132862
132862
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -134193,4 +134193,4 @@
|
|
|
134193
134193
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
134194
134194
|
|
|
134195
134195
|
}));
|
|
134196
|
-
// version: 1.
|
|
134196
|
+
// version: 1.393.0-fe4eaa97f2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.393.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.393.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.393.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.393.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.393.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.393.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.393.0",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.393.0",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.393.0",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|