@salesforce/lds-store-nimbus 1.432.0 → 1.434.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/dist/index.js +3 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -468,7 +468,9 @@ class NimbusSqliteStore {
468
468
  }
469
469
  instrumentation.trackValue(GRAPHQL_QUERY_ROOT_METRIC_NAME, row[1].length);
470
470
  }
471
- catch { }
471
+ catch {
472
+ // intentionally do nothing
473
+ }
472
474
  }
473
475
  }
474
476
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-store-nimbus",
3
- "version": "1.432.0",
3
+ "version": "1.434.0",
4
4
  "description": "A nimbus-plugin-based implementation of the Luvio DurableStore and SqliteStore.",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "types": "dist/types/index.d.ts",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@luvio/environments": "0.160.4",
32
- "@salesforce/lds-store-sql": "^1.432.0",
33
- "@salesforce/nimbus-plugin-lds": "^1.432.0"
32
+ "@salesforce/lds-store-sql": "^1.434.0",
33
+ "@salesforce/nimbus-plugin-lds": "^1.434.0"
34
34
  },
35
35
  "luvioBundlesize": [
36
36
  {