querysub 0.640.0 → 0.642.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "querysub",
3
- "version": "0.640.0",
3
+ "version": "0.642.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "note1": "note on node-forge fork, see https://github.com/digitalbazaar/forge/issues/744 for details",
@@ -79,7 +79,7 @@
79
79
  "node-forge": "https://github.com/sliftist/forge#e618181b469b07bdc70b968b0391beb8ef5fecd6",
80
80
  "pako": "^2.1.0",
81
81
  "peggy": "^5.0.6",
82
- "sliftutils": "^1.7.112",
82
+ "sliftutils": "^1.7.114",
83
83
  "socket-function": "^1.2.31",
84
84
  "terser": "^5.31.0",
85
85
  "typenode": "^6.6.1",
@@ -319,7 +319,7 @@ export class StorageLogsPage extends qreact.Component {
319
319
  } else if (column === "path") {
320
320
  columnsConfig[column] = {
321
321
  formatter: (value, context) => {
322
- let bucketName = context?.row?.bucketName;
322
+ const bucketName = context?.row?.bucketName;
323
323
  if (typeof value !== "string" || !value || typeof bucketName !== "string" || !bucketName) return value as preact.ComponentChild;
324
324
  return <div className={css.hbox(6).alignItems("center")}>
325
325
  <span>{value}</span>