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 CHANGED
@@ -13308,6 +13308,6 @@
13308
13308
  "symbolId": "src/package-sources/npmjs:NpmJsProps"
13309
13309
  }
13310
13310
  },
13311
- "version": "0.3.0",
13312
- "fingerprint": "Gjlra/TMYpN3leDSZs2g6FBqG5FqV3fpx6Boaxdqa3w="
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.SUPPORTED, name, majorVersion, fullName);
9568
+ recordPerLanguage(language, PerLanguageStatus.UNSUPPORTED, name, majorVersion, fullName);
9569
9569
  identified = true;
9570
9570
  }
9571
9571
  }