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 +2 -2
- package/lib/backend/inventory/canary.lambda.bundle/index.js +0 -1
- package/lib/backend/inventory/canary.lambda.bundle/index.js.map +2 -2
- package/lib/backend/inventory/canary.lambda.js +1 -2
- package/lib/construct-hub.js +1 -1
- package/lib/package-sources/code-artifact.js +1 -1
- package/lib/package-sources/npmjs.js +1 -1
- package/lib/package-tag/index.js +3 -3
- package/lib/package-tag-group/index.js +2 -2
- package/lib/preload-file/index.js +1 -1
- package/lib/s3/storage.js +1 -1
- package/lib/spdx-license.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -18485,6 +18485,6 @@
|
|
|
18485
18485
|
"symbolId": "src/package-sources/npmjs:NpmJsProps"
|
|
18486
18486
|
}
|
|
18487
18487
|
},
|
|
18488
|
-
"version": "0.4.
|
|
18489
|
-
"fingerprint": "
|
|
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);
|