@salesforce/lds-adapters-analytics-tableau-embedding 1.261.0 → 1.262.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 +4 -5
  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.261.0",
3
+ "version": "1.262.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",
@@ -41,15 +41,14 @@
41
41
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-analytics-tableau-embedding",
42
42
  "start": "nx build:karma && karma start",
43
43
  "test": "nx build:karma && karma start --single-run",
44
- "test:compat": "nx build:karma && karma start --single-run --compat",
45
44
  "NO-test:unit": "jest"
46
45
  },
47
46
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.261.0"
47
+ "@salesforce/lds-bindings": "^1.262.0"
49
48
  },
50
49
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.261.0",
52
- "@salesforce/lds-karma": "^1.261.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.262.0",
51
+ "@salesforce/lds-karma": "^1.262.0"
53
52
  },
54
53
  "nx": {
55
54
  "targets": {
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.261.0-10ee630e7
710
+ // version: 1.262.0-d3c071fdc