querysub 0.540.0 → 0.541.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.540.0",
3
+ "version": "0.541.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.23",
74
+ "sliftutils": "^1.7.24",
75
75
  "socket-function": "^1.2.26",
76
76
  "terser": "^5.31.0",
77
77
  "typenode": "^6.6.1",
@@ -39,10 +39,10 @@ export function archiveBuilder(bucket: string, overrides: Partial<RemoteConfigBa
39
39
  {
40
40
  startTime: 0,
41
41
  sources: [
42
- { type: "remote", url: HETZNER, route: [0.5, 1], },
43
- { type: "remote", url: ONTARIO, route: [0, 0.5], },
44
- { type: "remote", url: HETZNER, },
42
+ { type: "remote", url: ONTARIO, route: [0.5, 1], },
43
+ { type: "remote", url: HETZNER, route: [0, 0.5], },
45
44
  { type: "remote", url: ONTARIO, },
45
+ { type: "remote", url: HETZNER, },
46
46
  { type: "backblaze", url: BACKBLAZE, },
47
47
  ]
48
48
  },
@@ -59,7 +59,7 @@ export function archiveBuilder(bucket: string, overrides: Partial<RemoteConfigBa
59
59
  ]);
60
60
 
61
61
  return createArchives({
62
- version: 7,
62
+ version: 8,
63
63
  sources,
64
64
  });
65
65
  }