querysub 0.454.0 → 0.455.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
|
@@ -11,6 +11,8 @@ import { decodeCborx, encodeCborx } from "../../misc/cloneHelpers";
|
|
|
11
11
|
import { runInParallel } from "socket-function/src/batching";
|
|
12
12
|
import { formatNumber } from "socket-function/src/formatting/format";
|
|
13
13
|
|
|
14
|
+
|
|
15
|
+
// Snapshot is just a newline delimitted list of files. The name contains the metadata and time of it.
|
|
14
16
|
const snapshots = lazy(() => getArchives("snapshots"));
|
|
15
17
|
|
|
16
18
|
export type ArchiveSnapshotOverview = {
|