construct-hub 0.4.352 → 0.4.353

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/.jsii CHANGED
@@ -18485,6 +18485,6 @@
18485
18485
  "symbolId": "src/package-sources/npmjs:NpmJsProps"
18486
18486
  }
18487
18487
  },
18488
- "version": "0.4.352",
18489
- "fingerprint": "HcIGndYbocaG4zfWUJg2kGSNCrQrCXz0WJvQibMC2e0="
18488
+ "version": "0.4.353",
18489
+ "fingerprint": "vTzfiFh6IstCMaKTS1lD8KIRVsUnQRORe3tyckhgDNs="
18490
18490
  }
@@ -11387,7 +11387,6 @@ async function handler(event, context) {
11387
11387
  packageDataBucket,
11388
11388
  continuationToken
11389
11389
  )) {
11390
- console.log(`Got a page of ${keys.length} keys`);
11391
11390
  for (const key of keys) {
11392
11391
  const [, name, version] = STORAGE_KEY_FORMAT_REGEX.exec(key);
11393
11392
  packageNames.add(name);