@salesforce/lds-worker-api 1.355.0 → 1.356.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.
|
@@ -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.
|
|
1131
|
+
// version: 1.356.0-5a2e6cd82a
|
|
@@ -4266,7 +4266,7 @@ function withDefaultLuvio(callback) {
|
|
|
4266
4266
|
}
|
|
4267
4267
|
callbacks.push(callback);
|
|
4268
4268
|
}
|
|
4269
|
-
// version: 1.
|
|
4269
|
+
// version: 1.356.0-5a2e6cd82a
|
|
4270
4270
|
|
|
4271
4271
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4272
4272
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5214,7 +5214,7 @@ function createGraphQLWireAdapterConstructor(luvio, adapter, metadata, astResolv
|
|
|
5214
5214
|
const { apiFamily, name } = metadata;
|
|
5215
5215
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5216
5216
|
}
|
|
5217
|
-
// version: 1.
|
|
5217
|
+
// version: 1.356.0-5a2e6cd82a
|
|
5218
5218
|
|
|
5219
5219
|
/**
|
|
5220
5220
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33990,7 +33990,7 @@ withDefaultLuvio((luvio) => {
|
|
|
33990
33990
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33991
33991
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33992
33992
|
});
|
|
33993
|
-
// version: 1.
|
|
33993
|
+
// version: 1.356.0-d412b8de3d
|
|
33994
33994
|
|
|
33995
33995
|
/**
|
|
33996
33996
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -93097,7 +93097,7 @@ register$1({
|
|
|
93097
93097
|
id: '@salesforce/lds-network-adapter',
|
|
93098
93098
|
instrument: instrument$2,
|
|
93099
93099
|
});
|
|
93100
|
-
// version: 1.
|
|
93100
|
+
// version: 1.356.0-5a2e6cd82a
|
|
93101
93101
|
|
|
93102
93102
|
const { create: create$2, keys: keys$2 } = Object;
|
|
93103
93103
|
const { stringify, parse } = JSON;
|
|
@@ -116992,7 +116992,7 @@ register$1({
|
|
|
116992
116992
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116993
116993
|
instrument: instrument$1,
|
|
116994
116994
|
});
|
|
116995
|
-
// version: 1.
|
|
116995
|
+
// version: 1.356.0-d412b8de3d
|
|
116996
116996
|
|
|
116997
116997
|
// On core the unstable adapters are re-exported with different names,
|
|
116998
116998
|
// we want to match them here.
|
|
@@ -117144,7 +117144,7 @@ withDefaultLuvio((luvio) => {
|
|
|
117144
117144
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117145
117145
|
graphQLImperative = ldsAdapter;
|
|
117146
117146
|
});
|
|
117147
|
-
// version: 1.
|
|
117147
|
+
// version: 1.356.0-d412b8de3d
|
|
117148
117148
|
|
|
117149
117149
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117150
117150
|
__proto__: null,
|
|
@@ -117936,7 +117936,7 @@ const callbacks$1 = [];
|
|
|
117936
117936
|
function register(r) {
|
|
117937
117937
|
callbacks$1.forEach((callback) => callback(r));
|
|
117938
117938
|
}
|
|
117939
|
-
// version: 1.
|
|
117939
|
+
// version: 1.356.0-5a2e6cd82a
|
|
117940
117940
|
|
|
117941
117941
|
/**
|
|
117942
117942
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -119016,4 +119016,4 @@ const { luvio } = getRuntime();
|
|
|
119016
119016
|
setDefaultLuvio({ luvio });
|
|
119017
119017
|
|
|
119018
119018
|
export { createPrimingSession, draftManager, draftQueue, evictCacheRecordsByIds, evictExpiredCacheEntries, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToMerge, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, registerReportObserver, setMetadataTTL, setUiApiRecordTTL, stopEviction, subscribeToAdapter };
|
|
119019
|
-
// version: 1.
|
|
119019
|
+
// version: 1.356.0-5a2e6cd82a
|
|
@@ -4272,7 +4272,7 @@
|
|
|
4272
4272
|
}
|
|
4273
4273
|
callbacks.push(callback);
|
|
4274
4274
|
}
|
|
4275
|
-
// version: 1.
|
|
4275
|
+
// version: 1.356.0-5a2e6cd82a
|
|
4276
4276
|
|
|
4277
4277
|
// TODO [TD-0081508]: once that TD is fulfilled we can probably change this file
|
|
4278
4278
|
function instrumentAdapter$1(createFunction, _metadata) {
|
|
@@ -5220,7 +5220,7 @@
|
|
|
5220
5220
|
const { apiFamily, name } = metadata;
|
|
5221
5221
|
return createGraphQLWireAdapterConstructor$1(adapter, `${apiFamily}.${name}`, luvio, astResolver);
|
|
5222
5222
|
}
|
|
5223
|
-
// version: 1.
|
|
5223
|
+
// version: 1.356.0-5a2e6cd82a
|
|
5224
5224
|
|
|
5225
5225
|
/**
|
|
5226
5226
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -33996,7 +33996,7 @@
|
|
|
33996
33996
|
throttle(60, 60000, setupNotifyAllListRecordUpdateAvailable(luvio));
|
|
33997
33997
|
throttle(60, 60000, setupNotifyAllListInfoSummaryUpdateAvailable(luvio));
|
|
33998
33998
|
});
|
|
33999
|
-
// version: 1.
|
|
33999
|
+
// version: 1.356.0-d412b8de3d
|
|
34000
34000
|
|
|
34001
34001
|
/**
|
|
34002
34002
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -93103,7 +93103,7 @@
|
|
|
93103
93103
|
id: '@salesforce/lds-network-adapter',
|
|
93104
93104
|
instrument: instrument$2,
|
|
93105
93105
|
});
|
|
93106
|
-
// version: 1.
|
|
93106
|
+
// version: 1.356.0-5a2e6cd82a
|
|
93107
93107
|
|
|
93108
93108
|
const { create: create$2, keys: keys$2 } = Object;
|
|
93109
93109
|
const { stringify, parse } = JSON;
|
|
@@ -116998,7 +116998,7 @@
|
|
|
116998
116998
|
configuration: { ...configurationForGraphQLAdapters$1 },
|
|
116999
116999
|
instrument: instrument$1,
|
|
117000
117000
|
});
|
|
117001
|
-
// version: 1.
|
|
117001
|
+
// version: 1.356.0-d412b8de3d
|
|
117002
117002
|
|
|
117003
117003
|
// On core the unstable adapters are re-exported with different names,
|
|
117004
117004
|
// we want to match them here.
|
|
@@ -117150,7 +117150,7 @@
|
|
|
117150
117150
|
unstable_graphQL_imperative = createImperativeAdapter(luvio, createInstrumentedAdapter(ldsAdapter, adapterMetadata), adapterMetadata);
|
|
117151
117151
|
graphQLImperative = ldsAdapter;
|
|
117152
117152
|
});
|
|
117153
|
-
// version: 1.
|
|
117153
|
+
// version: 1.356.0-d412b8de3d
|
|
117154
117154
|
|
|
117155
117155
|
var gqlApi = /*#__PURE__*/Object.freeze({
|
|
117156
117156
|
__proto__: null,
|
|
@@ -117942,7 +117942,7 @@
|
|
|
117942
117942
|
function register(r) {
|
|
117943
117943
|
callbacks$1.forEach((callback) => callback(r));
|
|
117944
117944
|
}
|
|
117945
|
-
// version: 1.
|
|
117945
|
+
// version: 1.356.0-5a2e6cd82a
|
|
117946
117946
|
|
|
117947
117947
|
/**
|
|
117948
117948
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -119041,4 +119041,4 @@
|
|
|
119041
119041
|
exports.subscribeToAdapter = subscribeToAdapter;
|
|
119042
119042
|
|
|
119043
119043
|
}));
|
|
119044
|
-
// version: 1.
|
|
119044
|
+
// version: 1.356.0-5a2e6cd82a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-worker-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.356.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.356.0",
|
|
39
|
+
"@salesforce/lds-adapters-uiapi": "^1.356.0",
|
|
40
|
+
"@salesforce/lds-default-luvio": "^1.356.0",
|
|
41
|
+
"@salesforce/lds-drafts": "^1.356.0",
|
|
42
|
+
"@salesforce/lds-graphql-parser": "^1.356.0",
|
|
43
|
+
"@salesforce/lds-luvio-engine": "^1.356.0",
|
|
44
|
+
"@salesforce/lds-runtime-mobile": "^1.356.0",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.356.0",
|
|
46
46
|
"ajv": "^8.11.0",
|
|
47
47
|
"glob": "^7.1.5",
|
|
48
48
|
"nimbus-types": "^2.0.0-alpha1",
|