We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protobuf.js version: 7.1.1
The patch version 7.1.1 doesn't seem to differ from 7.1.0. Only the compile date is updated.
Steps
Expected
Actual The header shows 7.1.0. Only the compile date was updated. The patch (var defaultAlreadyEmitted) is not included. Code is identical to 7.1.0.
Both CDNs demonstrate the issue as well: https://cdn.jsdelivr.net/npm/[email protected]/dist/protobuf.js https://unpkg.com/[email protected]/dist/protobuf.js
Older versions seem to have the issue too: https://unpkg.com/[email protected]/dist/protobuf.js vs https://unpkg.com/[email protected]/dist/protobuf.js
Workaround Generate the dist folder manually, with command: 'npm run build'
But CDN support is not available when doing this.
The text was updated successfully, but these errors were encountered:
The JSDoc/comment changes of 7.1.2 ARE available in https://cdn.jsdelivr.net/npm/[email protected]/dist/protobuf.js:
Sorry, something went wrong.
This issue can be closed, because it doesn't reproduce in 7.2.0 vs 7.2.1.
Need to reopen this again. Version https://cdn.jsdelivr.net/npm/[email protected]/dist/protobuf.js downloads version 7.1.0.
No branches or pull requests
protobuf.js version: 7.1.1
The patch version 7.1.1 doesn't seem to differ from 7.1.0. Only the compile date is updated.
Steps
Expected
Actual
The header shows 7.1.0. Only the compile date was updated.
The patch (var defaultAlreadyEmitted) is not included. Code is identical to 7.1.0.
Both CDNs demonstrate the issue as well:
https://cdn.jsdelivr.net/npm/[email protected]/dist/protobuf.js
https://unpkg.com/[email protected]/dist/protobuf.js
Older versions seem to have the issue too:
https://unpkg.com/[email protected]/dist/protobuf.js vs https://unpkg.com/[email protected]/dist/protobuf.js
Workaround
Generate the dist folder manually, with command: 'npm run build'
But CDN support is not available when doing this.
The text was updated successfully, but these errors were encountered: