@salesforce/lds-adapters-cdp-semantic-engine 1.293.0 → 1.295.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.
|
@@ -198,7 +198,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
198
198
|
function createResourceRequest(config) {
|
|
199
199
|
const headers = {};
|
|
200
200
|
return {
|
|
201
|
-
baseUri: '/services/data/
|
|
201
|
+
baseUri: '/services/data/v62.0',
|
|
202
202
|
basePath: '/semantic-engine/gateway',
|
|
203
203
|
method: 'post',
|
|
204
204
|
body: config.body,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-engine",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.295.0",
|
|
4
4
|
"description": "Execution of Semantic Queries via Semantic Layer",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-semantic-engine.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.295.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.295.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -207,7 +207,7 @@ function ingestSuccess(luvio, resourceParams, response) {
|
|
|
207
207
|
function createResourceRequest(config) {
|
|
208
208
|
const headers = {};
|
|
209
209
|
return {
|
|
210
|
-
baseUri: '/services/data/
|
|
210
|
+
baseUri: '/services/data/v62.0',
|
|
211
211
|
basePath: '/semantic-engine/gateway',
|
|
212
212
|
method: 'post',
|
|
213
213
|
body: config.body,
|
|
@@ -316,4 +316,4 @@ withDefaultLuvio((luvio) => {
|
|
|
316
316
|
});
|
|
317
317
|
|
|
318
318
|
export { executeSemanticQuery };
|
|
319
|
-
// version: 1.
|
|
319
|
+
// version: 1.295.0-e85f207c7
|