@salesforce/lds-adapters-platform-scale-center 1.134.3 → 1.134.5
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.
|
@@ -179,7 +179,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
179
179
|
function createResourceRequest(config) {
|
|
180
180
|
const headers = {};
|
|
181
181
|
return {
|
|
182
|
-
baseUri: '/services/data/
|
|
182
|
+
baseUri: '/services/data/v59.0',
|
|
183
183
|
basePath: '/scalecenter/metrics/query',
|
|
184
184
|
method: 'get',
|
|
185
185
|
body: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-scale-center",
|
|
3
|
-
"version": "1.134.
|
|
3
|
+
"version": "1.134.5",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS Adapter for Scale Center observability metrics and insights",
|
|
6
6
|
"main": "dist/es/es2018/platform-scale-center.js",
|
package/sfdc/index.js
CHANGED
|
@@ -189,7 +189,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
189
189
|
function createResourceRequest(config) {
|
|
190
190
|
const headers = {};
|
|
191
191
|
return {
|
|
192
|
-
baseUri: '/services/data/
|
|
192
|
+
baseUri: '/services/data/v59.0',
|
|
193
193
|
basePath: '/scalecenter/metrics/query',
|
|
194
194
|
method: 'get',
|
|
195
195
|
body: null,
|
|
@@ -330,4 +330,4 @@ withDefaultLuvio((luvio) => {
|
|
|
330
330
|
});
|
|
331
331
|
|
|
332
332
|
export { queryMetrics, queryMetrics_imperative };
|
|
333
|
-
// version: 1.134.
|
|
333
|
+
// version: 1.134.5-a25b51598
|