We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa11d12 + 95ae078 commit f597c38Copy full SHA for f597c38
4 files changed
deploy/createTypesPackages.js
@@ -121,6 +121,7 @@ async function updatePackageJSON(pkg, packagePath) {
121
const npmResponse = await fetch(
122
`https://registry.npmjs.org/${packageJSON.name}`
123
);
124
+ /** @type {*} */
125
const npmPackage = await npmResponse.json();
126
127
const semverMarkers = npmPackage["dist-tags"].latest.split(".");
0 commit comments