querysub 0.111.0 → 0.112.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.111.0",
3
+ "version": "0.112.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",
@@ -24,7 +24,7 @@
24
24
  "node-forge": "https://github.com/sliftist/forge#e618181b469b07bdc70b968b0391beb8ef5fecd6",
25
25
  "pako": "^2.1.0",
26
26
  "preact": "^10.11.3",
27
- "socket-function": "^0.74.0",
27
+ "socket-function": "^0.75.0",
28
28
  "terser": "^5.31.0",
29
29
  "typesafecss": "^0.6.3",
30
30
  "yaml": "^2.5.0",
@@ -448,7 +448,7 @@ export class ArchivesBackblaze {
448
448
  if (exists) {
449
449
  let bucket = bucketList.buckets[0];
450
450
  if (JSON.stringify(bucket.corsRules) !== JSON.stringify(desiredCorsRules) || JSON.stringify(bucket.bucketInfo) !== JSON.stringify(bucketInfo)) {
451
- console.log(magenta(`Updating CORS rules for ${this.bucketName}`));
451
+ console.log(magenta(`Updating CORS rules for ${this.bucketName}`), bucket.corsRules, desiredCorsRules);
452
452
  await api.updateBucket({
453
453
  accountId: bucket.accountId,
454
454
  bucketId: bucket.bucketId,