@salesforce/lds-worker-api 1.332.0-dev24 → 1.332.0-dev26
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.
|
@@ -1128,4 +1128,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1128
1128
|
}
|
|
1129
1129
|
|
|
1130
1130
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
1131
|
-
// version: 1.332.0-
|
|
1131
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
@@ -4265,7 +4265,7 @@ function withDefaultLuvio(callback) {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
callbacks.push(callback);
|
|
4267
4267
|
}
|
|
4268
|
-
// version: 1.332.0-
|
|
4268
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
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.332.0-
|
|
5216
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
5217
5217
|
|
|
5218
5218
|
/**
|
|
5219
5219
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33869,7 +33869,7 @@ withDefaultLuvio((luvio) => {
|
|
|
33869
33869
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33870
33870
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33871
33871
|
});
|
|
33872
|
-
// version: 1.332.0-
|
|
33872
|
+
// version: 1.332.0-dev26-f3960c3b25
|
|
33873
33873
|
|
|
33874
33874
|
/**
|
|
33875
33875
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -93018,7 +93018,7 @@ register$1({
|
|
|
93018
93018
|
id: '@salesforce/lds-network-adapter',
|
|
93019
93019
|
instrument: instrument$2,
|
|
93020
93020
|
});
|
|
93021
|
-
// version: 1.332.0-
|
|
93021
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
93022
93022
|
|
|
93023
93023
|
const { create: create$2, keys: keys$2 } = Object;
|
|
93024
93024
|
const { stringify, parse } = JSON;
|
|
@@ -116891,7 +116891,7 @@ register$1({
|
|
|
116891
116891
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116892
116892
|
instrument: instrument$1,
|
|
116893
116893
|
});
|
|
116894
|
-
// version: 1.332.0-
|
|
116894
|
+
// version: 1.332.0-dev26-f3960c3b25
|
|
116895
116895
|
|
|
116896
116896
|
// On core the unstable adapters are re-exported with different names,
|
|
116897
116897
|
// we want to match them here.
|
|
@@ -117043,7 +117043,7 @@ withDefaultLuvio((luvio) => {
|
|
|
117043
117043
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117044
117044
|
graphQLImperative = ldsAdapter;
|
|
117045
117045
|
});
|
|
117046
|
-
// version: 1.332.0-
|
|
117046
|
+
// version: 1.332.0-dev26-f3960c3b25
|
|
117047
117047
|
|
|
117048
117048
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117049
117049
|
__proto__: null,
|
|
@@ -117835,7 +117835,7 @@ const callbacks$1 = [];
|
|
|
117835
117835
|
function register(r) {
|
|
117836
117836
|
callbacks$1.forEach((callback) => callback(r));
|
|
117837
117837
|
}
|
|
117838
|
-
// version: 1.332.0-
|
|
117838
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
117839
117839
|
|
|
117840
117840
|
/**
|
|
117841
117841
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118898,4 +118898,4 @@ const { luvio } = getRuntime();
|
|
|
118898
118898
|
setDefaultLuvio({ luvio });
|
|
118899
118899
|
|
|
118900
118900
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
118901
|
-
// version: 1.332.0-
|
|
118901
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
@@ -4271,7 +4271,7 @@
|
|
|
4271
4271
|
}
|
|
4272
4272
|
callbacks.push(callback);
|
|
4273
4273
|
}
|
|
4274
|
-
// version: 1.332.0-
|
|
4274
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
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.332.0-
|
|
5222
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
5223
5223
|
|
|
5224
5224
|
/**
|
|
5225
5225
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33875,7 +33875,7 @@
|
|
|
33875
33875
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33876
33876
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33877
33877
|
});
|
|
33878
|
-
// version: 1.332.0-
|
|
33878
|
+
// version: 1.332.0-dev26-f3960c3b25
|
|
33879
33879
|
|
|
33880
33880
|
/**
|
|
33881
33881
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -93024,7 +93024,7 @@
|
|
|
93024
93024
|
id: '@salesforce/lds-network-adapter',
|
|
93025
93025
|
instrument: instrument$2,
|
|
93026
93026
|
});
|
|
93027
|
-
// version: 1.332.0-
|
|
93027
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
93028
93028
|
|
|
93029
93029
|
const { create: create$2, keys: keys$2 } = Object;
|
|
93030
93030
|
const { stringify, parse } = JSON;
|
|
@@ -116897,7 +116897,7 @@
|
|
|
116897
116897
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116898
116898
|
instrument: instrument$1,
|
|
116899
116899
|
});
|
|
116900
|
-
// version: 1.332.0-
|
|
116900
|
+
// version: 1.332.0-dev26-f3960c3b25
|
|
116901
116901
|
|
|
116902
116902
|
// On core the unstable adapters are re-exported with different names,
|
|
116903
116903
|
// we want to match them here.
|
|
@@ -117049,7 +117049,7 @@
|
|
|
117049
117049
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117050
117050
|
graphQLImperative = ldsAdapter;
|
|
117051
117051
|
});
|
|
117052
|
-
// version: 1.332.0-
|
|
117052
|
+
// version: 1.332.0-dev26-f3960c3b25
|
|
117053
117053
|
|
|
117054
117054
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117055
117055
|
__proto__: null,
|
|
@@ -117841,7 +117841,7 @@
|
|
|
117841
117841
|
function register(r) {
|
|
117842
117842
|
callbacks$1.forEach((callback) => callback(r));
|
|
117843
117843
|
}
|
|
117844
|
-
// version: 1.332.0-
|
|
117844
|
+
// version: 1.332.0-dev26-c58936eefe
|
|
117845
117845
|
|
|
117846
117846
|
/**
|
|
117847
117847
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -118923,4 +118923,4 @@
|
|
|
118923
118923
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
118924
118924
|
|
|
118925
118925
|
}));
|
|
118926
|
-
// version: 1.332.0-
|
|
118926
|
+
// version: 1.332.0-dev26-c58936eefe
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.332.0-
|
|
3
|
+
"version": "1.332.0-dev26",
|
|
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.332.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.332.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.332.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.332.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.332.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.332.0-
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.332.0-
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.332.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.332.0-dev26",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.332.0-dev26",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.332.0-dev26",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.332.0-dev26",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.332.0-dev26",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.332.0-dev26",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.332.0-dev26",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.332.0-dev26",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|