85aa87cbc9
* Fix NPE during encoding and add regression test for issue 9507. (cherry picked from commit58e320a732
) * Implement `respond_to?` in RubyMessage (#9677) All synthetic methods implemented by `method_missing` are now supported by `respond_to?`. Fixes issue #9202. * Fix null pointer exceptions exposed by new regression tests. * Fix clear_ on oneofs so that it is safe to call repeatedly and so that respond_to? does not depend on whether the oneof is currently cleared. * Code cleanup: reenable more tests on JRuby. * Align JRuby behavior with CRuby by throwing a RuntimeError when attempting to assign to a oneof. (cherry picked from commit8e7f936696
) * Update protobuf version * Merge pull request #9727 from mlocati/build-packaged-php-extension Fix building packaged PHP extension (cherry picked from commit7f9901c5f6
) * Update protobuf version * Update changelogs for 3.20.1-rc1 Co-authored-by: Jason Lunn <jason.lunn@gmail.com> Co-authored-by: Jorg Brown <jorg.brown@gmail.com>
28 lines
695 B
JSON
28 lines
695 B
JSON
{
|
|
"name": "google-protobuf",
|
|
"version": "3.20.1-rc.1",
|
|
"description": "Protocol Buffers for JavaScript",
|
|
"main": "google-protobuf.js",
|
|
"files": [
|
|
"google"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"glob": "~7.1.4",
|
|
"google-closure-compiler": "~20190819.0.0",
|
|
"google-closure-deps": "^20210406.0.0",
|
|
"google-closure-library": "~20190819.0.0",
|
|
"gulp": "~4.0.2",
|
|
"jasmine": "~3.4.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./node_modules/gulp/bin/gulp.js test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/protocolbuffers/protobuf/tree/master/js"
|
|
},
|
|
"author": "Google Protocol Buffers Team",
|
|
"license": "BSD-3-Clause"
|
|
}
|