proto3-json-serializer
Advanced tools
Comparing version 1.1.1 to 2.0.0
# Changelog | ||
## [2.0.0](https://github.com/googleapis/proto3-json-serializer-nodejs/compare/v1.1.1...v2.0.0) (2023-08-07) | ||
### ⚠ BREAKING CHANGES | ||
* require Node 14 ([#72](https://github.com/googleapis/proto3-json-serializer-nodejs/issues/72)) | ||
### Miscellaneous Chores | ||
* Require Node 14 ([#72](https://github.com/googleapis/proto3-json-serializer-nodejs/issues/72)) ([8681834](https://github.com/googleapis/proto3-json-serializer-nodejs/commit/8681834d8bc204c40857e299570e1e5df4bc5618)) | ||
## [1.1.1](https://github.com/googleapis/proto3-json-serializer-nodejs/compare/v1.1.0...v1.1.1) (2023-04-25) | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "proto3-json-serializer", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"repository": "googleapis/proto3-json-serializer-nodejs", | ||
@@ -44,9 +44,9 @@ "description": "Support for proto3 JSON serialiazation/deserialization for protobuf.js", | ||
"@types/node": "^18.0.0", | ||
"c8": "^7.7.3", | ||
"c8": "^8.0.0", | ||
"google-proto-files": "^3.0.0", | ||
"gts": "^3.1.0", | ||
"gts": "^5.0.0", | ||
"jsdoc": "^4.0.0", | ||
"jsdoc-fresh": "^2.0.0", | ||
"jsdoc-region-tag": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"linkinator": "^5.0.0", | ||
"mocha": "^9.2.2", | ||
@@ -57,4 +57,4 @@ "pack-n-play": "^1.0.0-2", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.0" | ||
} | ||
} |
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
86600