@salesforce/lds-adapters-analytics-tableau-embedding 1.243.0 → 1.245.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.
Files changed (2) hide show
  1. package/package.json +7 -3
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-tableau-embedding",
3
- "version": "1.243.0",
3
+ "version": "1.245.0",
4
4
  "description": "The APIs in this family are supporting embedding of Tableau vizualizations into Salesforce.",
5
5
  "license": "MIT",
6
6
  "main": "dist/es/es2018/analytics-tableau-embedding.js",
@@ -32,7 +32,7 @@
32
32
  "asufaru@salesforce.com"
33
33
  ],
34
34
  "scripts": {
35
- "build": "yarn build:raml && yarn build:services && yarn build:karma",
35
+ "build": "yarn build:services && yarn build:karma",
36
36
  "build:karma": "rollup --bundleConfigAsCjs --config rollup.config.karma.js",
37
37
  "build:raml": "luvio generate src/raml/luvio.raml src/generated -p '../lds-compiler-plugins'",
38
38
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
@@ -57,7 +57,11 @@
57
57
  "outputs": [
58
58
  "{projectRoot}/dist",
59
59
  "{projectRoot}/karma/dist",
60
- "{projectRoot}/sfdc",
60
+ "{projectRoot}/sfdc"
61
+ ]
62
+ },
63
+ "build:raml": {
64
+ "outputs": [
61
65
  "{projectRoot}/src/generated"
62
66
  ]
63
67
  }
package/sfdc/index.js CHANGED
@@ -707,4 +707,4 @@ withDefaultLuvio((luvio) => {
707
707
  });
708
708
 
709
709
  export { getEAS, getEAS_imperative, getJWT, getJWT_imperative, postJWT };
710
- // version: 1.243.0-c7d8ec9e0
710
+ // version: 1.245.0-df5596041