querysub 0.532.0 → 0.533.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.532.0",
3
+ "version": "0.533.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",
@@ -71,7 +71,7 @@
71
71
  "node-forge": "https://github.com/sliftist/forge#e618181b469b07bdc70b968b0391beb8ef5fecd6",
72
72
  "pako": "^2.1.0",
73
73
  "peggy": "^5.0.6",
74
- "sliftutils": "^1.7.15",
74
+ "sliftutils": "^1.7.16",
75
75
  "socket-function": "^1.2.21",
76
76
  "terser": "^5.31.0",
77
77
  "typenode": "^6.6.1",
@@ -102,7 +102,7 @@ export class ArchivesBackblaze {
102
102
  : target as unknown as IArchives;
103
103
  return this.archives.move({
104
104
  path: config.path,
105
- target: innerTarget,
105
+ target: innerTarget as any,
106
106
  targetPath,
107
107
  copyInstead: config.copyInstead,
108
108
  });