@salesforce/lds-adapters-analytics-wave-private 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 +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-wave-private",
3
- "version": "1.261.0",
3
+ "version": "1.262.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The Einstein Analytics family of APIs that are not publically exposed",
6
6
  "main": "dist/es/es2018/analytics-wave-private.js",
@@ -37,7 +37,6 @@
37
37
  "build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
38
38
  "start": "nx build:karma && karma start",
39
39
  "test": "nx build:karma && karma start --single-run",
40
- "test:compat": "nx build:karma && karma start --single-run --compat",
41
40
  "release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-analytics-wave-private",
42
41
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-analytics-wave-private"
43
42
  },
@@ -62,11 +61,11 @@
62
61
  }
63
62
  },
64
63
  "dependencies": {
65
- "@salesforce/lds-bindings": "^1.261.0"
64
+ "@salesforce/lds-bindings": "^1.262.0"
66
65
  },
67
66
  "devDependencies": {
68
- "@salesforce/lds-compiler-plugins": "^1.261.0",
69
- "@salesforce/lds-karma": "^1.261.0"
67
+ "@salesforce/lds-compiler-plugins": "^1.262.0",
68
+ "@salesforce/lds-karma": "^1.262.0"
70
69
  },
71
70
  "volta": {
72
71
  "extends": "../../package.json"
package/sfdc/index.js CHANGED
@@ -330,11 +330,8 @@ function bindExportsTo(luvio) {
330
330
  };
331
331
  }
332
332
  withDefaultLuvio((luvio) => {
333
- ({
334
- executeSoqlQueryPost,
335
- executeSoqlQueryPost_imperative,
336
- } = bindExportsTo(luvio));
333
+ ({ executeSoqlQueryPost, executeSoqlQueryPost_imperative } = bindExportsTo(luvio));
337
334
  });
338
335
 
339
336
  export { executeSoqlQueryPost, executeSoqlQueryPost_imperative };
340
- // version: 1.261.0-10ee630e7
337
+ // version: 1.262.0-d3c071fdc