construct-hub 0.3.0 → 0.3.1
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.bundle/index.js +1 -1
- package/lib/backend/inventory/canary.bundle/index.js.map +2 -2
- package/lib/backend/inventory/canary.lambda.js +2 -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 +2 -2
- package/lib/spdx-license.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
@@ -13308,6 +13308,6 @@
|
|
13308
13308
|
"symbolId": "src/package-sources/npmjs:NpmJsProps"
|
13309
13309
|
}
|
13310
13310
|
},
|
13311
|
-
"version": "0.3.
|
13312
|
-
"fingerprint": "
|
13311
|
+
"version": "0.3.1",
|
13312
|
+
"fingerprint": "5wMoKO66/qdL+3rHusetoxxCKX/rwn+kOu31zRclSaQ="
|
13313
13313
|
}
|
@@ -9565,7 +9565,7 @@ async function handler(event, _context) {
|
|
9565
9565
|
recordPerLanguage(language, PerLanguageStatus.SUPPORTED, name, majorVersion, fullName);
|
9566
9566
|
identified = true;
|
9567
9567
|
} else if (key.endsWith(docsKeySuffix(language) + NOT_SUPPORTED_SUFFIX)) {
|
9568
|
-
recordPerLanguage(language, PerLanguageStatus.
|
9568
|
+
recordPerLanguage(language, PerLanguageStatus.UNSUPPORTED, name, majorVersion, fullName);
|
9569
9569
|
identified = true;
|
9570
9570
|
}
|
9571
9571
|
}
|