@salesforce/lds-store-sql 1.332.0-dev3 → 1.333.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.
@@ -45,10 +45,6 @@ export interface SqliteStore {
45
45
  * @returns true if the implementation supports SQL evaluation.
46
46
  */
47
47
  isEvalSupported(): boolean;
48
- /**
49
- * Checks to see if the plugin supports batch updates
50
- */
51
- isBatchUpdateSupported(): boolean;
52
48
  /**
53
49
  * Executes the specified query and returns the result.
54
50
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-store-sql",
3
- "version": "1.332.0-dev3",
3
+ "version": "1.333.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Interfaces and classes for evaluating SQL against a store (most commonly a DurableStore)",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "build": "tsc"
23
23
  },
24
24
  "devDependencies": {
25
- "@salesforce/lds-compiler-plugins": "^1.332.0-dev3",
26
- "@salesforce/lds-karma": "^1.332.0-dev3"
25
+ "@salesforce/lds-compiler-plugins": "^1.333.0",
26
+ "@salesforce/lds-karma": "^1.333.0"
27
27
  }
28
28
  }