@salesforce/lds-worker-api 1.354.0-dev7 → 1.354.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.
|
@@ -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.354.0-
|
|
1131
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
@@ -4271,7 +4271,7 @@ function withDefaultLuvio(callback) {
|
|
|
4271
4271
|
}
|
|
4272
4272
|
callbacks.push(callback);
|
|
4273
4273
|
}
|
|
4274
|
-
// version: 1.354.0-
|
|
4274
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
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 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5219
5219
|
const { apiFamily, name } = metadata;
|
|
5220
5220
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5221
5221
|
}
|
|
5222
|
-
// version: 1.354.0-
|
|
5222
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
5223
5223
|
|
|
5224
5224
|
/**
|
|
5225
5225
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33995,7 +33995,7 @@ withDefaultLuvio((luvio) => {
|
|
|
33995
33995
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33996
33996
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33997
33997
|
});
|
|
33998
|
-
// version: 1.354.0-
|
|
33998
|
+
// version: 1.354.0-dev8-9491b01b31
|
|
33999
33999
|
|
|
34000
34000
|
/**
|
|
34001
34001
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -93133,7 +93133,7 @@ register$1({
|
|
|
93133
93133
|
id: '@salesforce/lds-network-adapter',
|
|
93134
93134
|
instrument: instrument$2,
|
|
93135
93135
|
});
|
|
93136
|
-
// version: 1.354.0-
|
|
93136
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
93137
93137
|
|
|
93138
93138
|
const { create: create$2, keys: keys$2 } = Object;
|
|
93139
93139
|
const { stringify, parse } = JSON;
|
|
@@ -117242,7 +117242,7 @@ register$1({
|
|
|
117242
117242
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
117243
117243
|
instrument: instrument$1,
|
|
117244
117244
|
});
|
|
117245
|
-
// version: 1.354.0-
|
|
117245
|
+
// version: 1.354.0-dev8-9491b01b31
|
|
117246
117246
|
|
|
117247
117247
|
// On core the unstable adapters are re-exported with different names,
|
|
117248
117248
|
// we want to match them here.
|
|
@@ -117394,7 +117394,7 @@ withDefaultLuvio((luvio) => {
|
|
|
117394
117394
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117395
117395
|
graphQLImperative = ldsAdapter;
|
|
117396
117396
|
});
|
|
117397
|
-
// version: 1.354.0-
|
|
117397
|
+
// version: 1.354.0-dev8-9491b01b31
|
|
117398
117398
|
|
|
117399
117399
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117400
117400
|
__proto__: null,
|
|
@@ -118186,7 +118186,7 @@ const callbacks$1 = [];
|
|
|
118186
118186
|
function register(r) {
|
|
118187
118187
|
callbacks$1.forEach((callback) => callback(r));
|
|
118188
118188
|
}
|
|
118189
|
-
// version: 1.354.0-
|
|
118189
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
118190
118190
|
|
|
118191
118191
|
/**
|
|
118192
118192
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -119266,4 +119266,4 @@ const { luvio } = getRuntime();
|
|
|
119266
119266
|
setDefaultLuvio({ luvio });
|
|
119267
119267
|
|
|
119268
119268
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
119269
|
-
// version: 1.354.0-
|
|
119269
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
@@ -4277,7 +4277,7 @@
|
|
|
4277
4277
|
}
|
|
4278
4278
|
callbacks.push(callback);
|
|
4279
4279
|
}
|
|
4280
|
-
// version: 1.354.0-
|
|
4280
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
4281
4281
|
|
|
4282
4282
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4283
4283
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5225,7 +5225,7 @@
|
|
|
5225
5225
|
const { apiFamily, name } = metadata;
|
|
5226
5226
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5227
5227
|
}
|
|
5228
|
-
// version: 1.354.0-
|
|
5228
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
5229
5229
|
|
|
5230
5230
|
/**
|
|
5231
5231
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -34001,7 +34001,7 @@
|
|
|
34001
34001
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
34002
34002
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
34003
34003
|
});
|
|
34004
|
-
// version: 1.354.0-
|
|
34004
|
+
// version: 1.354.0-dev8-9491b01b31
|
|
34005
34005
|
|
|
34006
34006
|
/**
|
|
34007
34007
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -93139,7 +93139,7 @@
|
|
|
93139
93139
|
id: '@salesforce/lds-network-adapter',
|
|
93140
93140
|
instrument: instrument$2,
|
|
93141
93141
|
});
|
|
93142
|
-
// version: 1.354.0-
|
|
93142
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
93143
93143
|
|
|
93144
93144
|
const { create: create$2, keys: keys$2 } = Object;
|
|
93145
93145
|
const { stringify, parse } = JSON;
|
|
@@ -117248,7 +117248,7 @@
|
|
|
117248
117248
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
117249
117249
|
instrument: instrument$1,
|
|
117250
117250
|
});
|
|
117251
|
-
// version: 1.354.0-
|
|
117251
|
+
// version: 1.354.0-dev8-9491b01b31
|
|
117252
117252
|
|
|
117253
117253
|
// On core the unstable adapters are re-exported with different names,
|
|
117254
117254
|
// we want to match them here.
|
|
@@ -117400,7 +117400,7 @@
|
|
|
117400
117400
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117401
117401
|
graphQLImperative = ldsAdapter;
|
|
117402
117402
|
});
|
|
117403
|
-
// version: 1.354.0-
|
|
117403
|
+
// version: 1.354.0-dev8-9491b01b31
|
|
117404
117404
|
|
|
117405
117405
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117406
117406
|
__proto__: null,
|
|
@@ -118192,7 +118192,7 @@
|
|
|
118192
118192
|
function register(r) {
|
|
118193
118193
|
callbacks$1.forEach((callback) => callback(r));
|
|
118194
118194
|
}
|
|
118195
|
-
// version: 1.354.0-
|
|
118195
|
+
// version: 1.354.0-dev8-f1629d64ec
|
|
118196
118196
|
|
|
118197
118197
|
/**
|
|
118198
118198
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -119291,4 +119291,4 @@
|
|
|
119291
119291
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
119292
119292
|
|
|
119293
119293
|
}));
|
|
119294
|
-
// version: 1.354.0-
|
|
119294
|
+
// version: 1.354.0-dev8-f1629d64ec
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.354.0-
|
|
3
|
+
"version": "1.354.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.354.0-
|
|
39
|
-
"@salesforce/lds-adapters-uiapi": "^1.354.0-
|
|
40
|
-
"@salesforce/lds-default-luvio": "^1.354.0-
|
|
41
|
-
"@salesforce/lds-drafts": "^1.354.0-
|
|
42
|
-
"@salesforce/lds-graphql-parser": "^1.354.0-
|
|
43
|
-
"@salesforce/lds-luvio-engine": "^1.354.0-
|
|
44
|
-
"@salesforce/lds-runtime-mobile": "^1.354.0-
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.354.0-
|
|
38
|
+
"@salesforce/lds-adapters-graphql": "^1.354.0-dev8",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.354.0-dev8",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.354.0-dev8",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.354.0-dev8",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.354.0-dev8",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.354.0-dev8",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.354.0-dev8",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.354.0-dev8",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|