proto3-json-serializer
Advanced tools
Comparing version 0.1.9 to 1.0.0
# Changelog | ||
## [1.0.0](https://github.com/googleapis/proto3-json-serializer-nodejs/compare/v0.1.9...v1.0.0) (2022-05-12) | ||
### ⚠ BREAKING CHANGES | ||
* make Node 12 minimum language version (#38) | ||
### Features | ||
* make Node 12 minimum language version ([#38](https://github.com/googleapis/proto3-json-serializer-nodejs/issues/38)) ([658d29e](https://github.com/googleapis/proto3-json-serializer-nodejs/commit/658d29e531c2d04d4007e5843aa62d9d8ee0dae8)) | ||
### [0.1.9](https://github.com/googleapis/proto3-json-serializer-nodejs/compare/v0.1.8...v0.1.9) (2022-05-11) | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "proto3-json-serializer", | ||
"version": "0.1.9", | ||
"version": "1.0.0", | ||
"repository": "googleapis/proto3-json-serializer-nodejs", | ||
@@ -51,6 +51,9 @@ "description": "Support for proto3 JSON serialiazation/deserialization for protobuf.js", | ||
"linkinator": "^2.14.0", | ||
"mocha": "^9.0.3", | ||
"mocha": "^9.2.2", | ||
"pack-n-play": "^1.0.0-2", | ||
"typescript": "^4.0.3" | ||
"typescript": "^4.6.4" | ||
}, | ||
"engines": { | ||
"node": ">=12.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
81896
1