@salesforce/lds-worker-api 1.410.1 → 1.412.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.412.0-fb86a78927
|
|
@@ -4274,7 +4274,7 @@ function withDefaultLuvio(callback) {
|
|
|
4274
4274
|
}
|
|
4275
4275
|
callbacks.push(callback);
|
|
4276
4276
|
}
|
|
4277
|
-
// version: 1.
|
|
4277
|
+
// version: 1.412.0-fb86a78927
|
|
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.412.0-fb86a78927
|
|
5322
5322
|
|
|
5323
5323
|
/**
|
|
5324
5324
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -35473,7 +35473,7 @@ withDefaultLuvio((luvio) => {
|
|
|
35473
35473
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
35474
35474
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
35475
35475
|
});
|
|
35476
|
-
// version: 1.
|
|
35476
|
+
// version: 1.412.0-9006885059
|
|
35477
35477
|
|
|
35478
35478
|
var allowUpdatesForNonCachedRecords = {
|
|
35479
35479
|
isOpen: function (e) {
|
|
@@ -98630,7 +98630,7 @@ function buildServiceDescriptor$b(luvio) {
|
|
|
98630
98630
|
},
|
|
98631
98631
|
};
|
|
98632
98632
|
}
|
|
98633
|
-
// version: 1.
|
|
98633
|
+
// version: 1.412.0-9006885059
|
|
98634
98634
|
|
|
98635
98635
|
/**
|
|
98636
98636
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98656,7 +98656,7 @@ function buildServiceDescriptor$a(notifyRecordUpdateAvailable, getNormalizedLuvi
|
|
|
98656
98656
|
},
|
|
98657
98657
|
};
|
|
98658
98658
|
}
|
|
98659
|
-
// version: 1.
|
|
98659
|
+
// version: 1.412.0-9006885059
|
|
98660
98660
|
|
|
98661
98661
|
/*!
|
|
98662
98662
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -101241,7 +101241,7 @@ register$1({
|
|
|
101241
101241
|
id: '@salesforce/lds-network-adapter',
|
|
101242
101242
|
instrument: instrument$2,
|
|
101243
101243
|
});
|
|
101244
|
-
// version: 1.
|
|
101244
|
+
// version: 1.412.0-fb86a78927
|
|
101245
101245
|
|
|
101246
101246
|
const { create: create$3, keys: keys$3 } = Object;
|
|
101247
101247
|
const { stringify, parse } = JSON;
|
|
@@ -115054,7 +115054,7 @@ function registerCallback(cb) {
|
|
|
115054
115054
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
115055
115055
|
}
|
|
115056
115056
|
}
|
|
115057
|
-
// version: 1.
|
|
115057
|
+
// version: 1.412.0-9006885059
|
|
115058
115058
|
|
|
115059
115059
|
function createFragmentMap(documentNode) {
|
|
115060
115060
|
const fragments = {};
|
|
@@ -144279,7 +144279,7 @@ register$1({
|
|
|
144279
144279
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
144280
144280
|
instrument: instrument$1,
|
|
144281
144281
|
});
|
|
144282
|
-
// version: 1.
|
|
144282
|
+
// version: 1.412.0-9006885059
|
|
144283
144283
|
|
|
144284
144284
|
// On core the unstable adapters are re-exported with different names,
|
|
144285
144285
|
// we want to match them here.
|
|
@@ -144431,7 +144431,7 @@ withDefaultLuvio((luvio) => {
|
|
|
144431
144431
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
144432
144432
|
graphQLImperative = ldsAdapter;
|
|
144433
144433
|
});
|
|
144434
|
-
// version: 1.
|
|
144434
|
+
// version: 1.412.0-9006885059
|
|
144435
144435
|
|
|
144436
144436
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
144437
144437
|
__proto__: null,
|
|
@@ -145230,7 +145230,7 @@ const callbacks$1 = [];
|
|
|
145230
145230
|
function register(r) {
|
|
145231
145231
|
callbacks$1.forEach((callback) => callback(r));
|
|
145232
145232
|
}
|
|
145233
|
-
// version: 1.
|
|
145233
|
+
// version: 1.412.0-fb86a78927
|
|
145234
145234
|
|
|
145235
145235
|
/**
|
|
145236
145236
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -146546,4 +146546,4 @@ const { luvio } = getRuntime();
|
|
|
146546
146546
|
setDefaultLuvio({ luvio });
|
|
146547
146547
|
|
|
146548
146548
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, importLuvioAdapterModule, importOneStoreAdapterModule, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
146549
|
-
// version: 1.
|
|
146549
|
+
// version: 1.412.0-fb86a78927
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
callbacks.push(callback);
|
|
4282
4282
|
}
|
|
4283
|
-
// version: 1.
|
|
4283
|
+
// version: 1.412.0-fb86a78927
|
|
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.412.0-fb86a78927
|
|
5328
5328
|
|
|
5329
5329
|
/**
|
|
5330
5330
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -35479,7 +35479,7 @@
|
|
|
35479
35479
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
35480
35480
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
35481
35481
|
});
|
|
35482
|
-
// version: 1.
|
|
35482
|
+
// version: 1.412.0-9006885059
|
|
35483
35483
|
|
|
35484
35484
|
var allowUpdatesForNonCachedRecords = {
|
|
35485
35485
|
isOpen: function (e) {
|
|
@@ -98636,7 +98636,7 @@
|
|
|
98636
98636
|
},
|
|
98637
98637
|
};
|
|
98638
98638
|
}
|
|
98639
|
-
// version: 1.
|
|
98639
|
+
// version: 1.412.0-9006885059
|
|
98640
98640
|
|
|
98641
98641
|
/**
|
|
98642
98642
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -98662,7 +98662,7 @@
|
|
|
98662
98662
|
},
|
|
98663
98663
|
};
|
|
98664
98664
|
}
|
|
98665
|
-
// version: 1.
|
|
98665
|
+
// version: 1.412.0-9006885059
|
|
98666
98666
|
|
|
98667
98667
|
/*!
|
|
98668
98668
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -101247,7 +101247,7 @@
|
|
|
101247
101247
|
id: '@salesforce/lds-network-adapter',
|
|
101248
101248
|
instrument: instrument$2,
|
|
101249
101249
|
});
|
|
101250
|
-
// version: 1.
|
|
101250
|
+
// version: 1.412.0-fb86a78927
|
|
101251
101251
|
|
|
101252
101252
|
const { create: create$3, keys: keys$3 } = Object;
|
|
101253
101253
|
const { stringify, parse } = JSON;
|
|
@@ -115060,7 +115060,7 @@ keys: keys$2,
|
|
|
115060
115060
|
cb(graphql_v1_import, graphql_imperative$1, graphql_imperative_legacy_v1_import, graphql_state_manager, useOneStoreGraphQL);
|
|
115061
115061
|
}
|
|
115062
115062
|
}
|
|
115063
|
-
// version: 1.
|
|
115063
|
+
// version: 1.412.0-9006885059
|
|
115064
115064
|
|
|
115065
115065
|
function createFragmentMap(documentNode) {
|
|
115066
115066
|
const fragments = {};
|
|
@@ -144285,7 +144285,7 @@ keys: keys$2,
|
|
|
144285
144285
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
144286
144286
|
instrument: instrument$1,
|
|
144287
144287
|
});
|
|
144288
|
-
// version: 1.
|
|
144288
|
+
// version: 1.412.0-9006885059
|
|
144289
144289
|
|
|
144290
144290
|
// On core the unstable adapters are re-exported with different names,
|
|
144291
144291
|
// we want to match them here.
|
|
@@ -144437,7 +144437,7 @@ keys: keys$2,
|
|
|
144437
144437
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
144438
144438
|
graphQLImperative = ldsAdapter;
|
|
144439
144439
|
});
|
|
144440
|
-
// version: 1.
|
|
144440
|
+
// version: 1.412.0-9006885059
|
|
144441
144441
|
|
|
144442
144442
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
144443
144443
|
__proto__: null,
|
|
@@ -145236,7 +145236,7 @@ keys: keys$2,
|
|
|
145236
145236
|
function register(r) {
|
|
145237
145237
|
callbacks$1.forEach((callback) => callback(r));
|
|
145238
145238
|
}
|
|
145239
|
-
// version: 1.
|
|
145239
|
+
// version: 1.412.0-fb86a78927
|
|
145240
145240
|
|
|
145241
145241
|
/**
|
|
145242
145242
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -146573,4 +146573,4 @@ keys: keys$2,
|
|
|
146573
146573
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
146574
146574
|
|
|
146575
146575
|
}));
|
|
146576
|
-
// version: 1.
|
|
146576
|
+
// version: 1.412.0-fb86a78927
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.412.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.412.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.412.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.412.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.412.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.412.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.412.0",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.412.0",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.412.0",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|