@salesforce/lds-adapters-community-microbatching 1.259.0 → 1.260.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 -4
  2. package/sfdc/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-community-microbatching",
3
- "version": "1.259.0",
3
+ "version": "1.260.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Microbatching requests",
6
6
  "main": "dist/es/es2018/community-microbatching.js",
@@ -39,11 +39,11 @@
39
39
  "test:compat": "nx build:karma && karma start --single-run --compat"
40
40
  },
41
41
  "dependencies": {
42
- "@salesforce/lds-bindings": "^1.259.0"
42
+ "@salesforce/lds-bindings": "^1.260.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@salesforce/lds-compiler-plugins": "^1.259.0",
46
- "@salesforce/lds-karma": "^1.259.0"
45
+ "@salesforce/lds-compiler-plugins": "^1.260.0",
46
+ "@salesforce/lds-karma": "^1.260.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -308,4 +308,4 @@ withDefaultLuvio((luvio) => {
308
308
  });
309
309
 
310
310
  export { ingestRecord };
311
- // version: 1.259.0-54a7811b5
311
+ // version: 1.260.0-7a5d1675a