proto3-json-serializer
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Changelog | ||
## [1.0.2](https://github.com/googleapis/proto3-json-serializer-nodejs/compare/v1.0.1...v1.0.2) (2022-06-15) | ||
### Bug Fixes | ||
* **deps:** update dependency google-proto-files to v3 ([#53](https://github.com/googleapis/proto3-json-serializer-nodejs/issues/53)) ([40fd527](https://github.com/googleapis/proto3-json-serializer-nodejs/commit/40fd527109838a21887f7a5058406244acabe938)) | ||
## [1.0.1](https://github.com/googleapis/proto3-json-serializer-nodejs/compare/v1.0.0...v1.0.1) (2022-06-03) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "proto3-json-serializer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"repository": "googleapis/proto3-json-serializer-nodejs", | ||
@@ -45,7 +45,7 @@ "description": "Support for proto3 JSON serialiazation/deserialization for protobuf.js", | ||
"c8": "^7.7.3", | ||
"google-proto-files": "^2.4.0", | ||
"google-proto-files": "^3.0.0", | ||
"gts": "^3.1.0", | ||
"jsdoc": "^3.6.7", | ||
"jsdoc-fresh": "^1.1.0", | ||
"jsdoc-region-tag": "^1.3.0", | ||
"jsdoc-fresh": "^2.0.0", | ||
"jsdoc-region-tag": "^2.0.0", | ||
"linkinator": "^3.1.0", | ||
@@ -52,0 +52,0 @@ "mocha": "^9.2.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82644