@salesforce/lds-adapters-analytics-wave-private 1.260.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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-wave-private",
3
- "version": "1.260.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.260.0"
64
+ "@salesforce/lds-bindings": "^1.262.0"
66
65
  },
67
66
  "devDependencies": {
68
- "@salesforce/lds-compiler-plugins": "^1.260.0",
69
- "@salesforce/lds-karma": "^1.260.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
@@ -318,21 +318,20 @@ let executeSoqlQueryPost;
318
318
  let executeSoqlQueryPost_imperative;
319
319
  // Adapter Metadata
320
320
  const executeSoqlQueryPostMetadata = { apiFamily: 'WAVE', name: 'executeSoqlQueryPost', ttl: 5000 };
321
+ // Notify Update Available
321
322
  function bindExportsTo(luvio) {
322
323
  // LDS Adapters
323
324
  const executeSoqlQueryPost_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'executeSoqlQueryPost', executeSoqlQueryPostAdapterFactory), executeSoqlQueryPostMetadata);
324
325
  return {
325
326
  executeSoqlQueryPost: createWireAdapterConstructor(luvio, executeSoqlQueryPost_ldsAdapter, executeSoqlQueryPostMetadata),
326
327
  // Imperative GET Adapters
327
- executeSoqlQueryPost_imperative: createImperativeAdapter(luvio, executeSoqlQueryPost_ldsAdapter, executeSoqlQueryPostMetadata)
328
+ executeSoqlQueryPost_imperative: createImperativeAdapter(luvio, executeSoqlQueryPost_ldsAdapter, executeSoqlQueryPostMetadata),
329
+ // Notify Update Availables
328
330
  };
329
331
  }
330
332
  withDefaultLuvio((luvio) => {
331
- ({
332
- executeSoqlQueryPost,
333
- executeSoqlQueryPost_imperative
334
- } = bindExportsTo(luvio));
333
+ ({ executeSoqlQueryPost, executeSoqlQueryPost_imperative } = bindExportsTo(luvio));
335
334
  });
336
335
 
337
336
  export { executeSoqlQueryPost, executeSoqlQueryPost_imperative };
338
- // version: 1.260.0-7a5d1675a
337
+ // version: 1.262.0-d3c071fdc