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 +2 -2
- package/changelog.md +1 -1
- package/lib/backend/ingestion/ingestion.lambda.bundle/index.js +1 -1
- package/lib/backend/ingestion/ingestion.lambda.bundle/index.js.map +2 -2
- package/lib/backend/ingestion/ingestion.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 +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/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -15361,6 +15361,6 @@
|
|
|
15361
15361
|
"symbolId": "src/package-sources/npmjs:NpmJsProps"
|
|
15362
15362
|
}
|
|
15363
15363
|
},
|
|
15364
|
-
"version": "0.3.
|
|
15365
|
-
"fingerprint": "
|
|
15364
|
+
"version": "0.3.320",
|
|
15365
|
+
"fingerprint": "UcPtJjdMb5Hy4mK25dxYWj/mTVy8MkHoP88C3wCCK0k="
|
|
15366
15366
|
}
|
package/changelog.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
### [0.3.
|
|
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
|
|
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
|
}
|