protobuf.js version: 7.3.3 (also occurred in v7.3.1)
The latest release is missing the dist directory when installed via npm.
✘ [ERROR] Could not resolve "protobufjs/dist/minimal/protobuf.js"
packages/engine/Source/Core/GoogleEarthEnterpriseMetadata.js:1:26:
1 │ import * as protobuf from "protobufjs/dist/minimal/protobuf.js";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is this purposeful? If it is, we'll update to the new path. But it does not appear in the changelog, and the dist/ path is still listed in package.json under files.
See CesiumGS/cesium#12143
protobuf.js version: 7.3.3 (also occurred in v7.3.1)
The latest release is missing the
distdirectory when installed via npm.Is this purposeful? If it is, we'll update to the new path. But it does not appear in the changelog, and the
dist/path is still listed inpackage.jsonunderfiles.See CesiumGS/cesium#12143