construct-hub 0.3.319 → 0.3.320

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
@@ -15361,6 +15361,6 @@
15361
15361
  "symbolId": "src/package-sources/npmjs:NpmJsProps"
15362
15362
  }
15363
15363
  },
15364
- "version": "0.3.319",
15365
- "fingerprint": "XvOKlVNOcpm1+aognLwqqbNCb3bj+cODin06QhkWyks="
15364
+ "version": "0.3.320",
15365
+ "fingerprint": "UcPtJjdMb5Hy4mK25dxYWj/mTVy8MkHoP88C3wCCK0k="
15366
15366
  }
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ### [0.3.319](https://github.com/cdklabs/construct-hub/compare/v0.3.318...v0.3.319) (2022-04-18)
2
+ ### [0.3.320](https://github.com/cdklabs/construct-hub/compare/v0.3.319...v0.3.320) (2022-04-18)
@@ -95471,7 +95471,7 @@ var handler = (0, import_aws_embedded_metrics.metricScope)((metrics) => async (e
95471
95471
  constructHub
95472
95472
  } = packageJsonObj;
95473
95473
  if (packageJsonName !== packageName || packageJsonVersion !== packageVersion || packageJsonLicense !== packageLicense) {
95474
- console.log(`Ignoring package with mismatched name, version, and/or license (${packageJsonName}@${packageJsonVersion} is ${packageJsonLicense} !== ${packageName}@${packageVersion} is ${packageLicense})`);
95474
+ console.log(`Ignoring package because the name, version, and/or license does not match between package.json and .jsii. (${packageJsonName}@${packageJsonVersion} is ${packageJsonLicense} !== ${packageName}@${packageVersion} is ${packageLicense})`);
95475
95475
  metrics.putMetric("MismatchedIdentityRejections" /* MISMATCHED_IDENTITY_REJECTIONS */, 1, import_aws_embedded_metrics.Unit.Count);
95476
95476
  continue;
95477
95477
  }