@parse/node-apn
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -0,1 +1,8 @@ | ||
## [6.0.1](https://github.com/parse-community/node-apn/compare/6.0.0...6.0.1) (2023-10-20) | ||
### Bug Fixes | ||
* Minimum required Node version in `engines.node` has not been upgraded to Node 14 ([#138](https://github.com/parse-community/node-apn/issues/138)) ([4eb3686](https://github.com/parse-community/node-apn/commit/4eb3686e30c225d8d83c55cf7a5f11bc807a9ef4)) | ||
# [6.0.0](https://github.com/parse-community/node-apn/compare/5.2.3...6.0.0) (2023-10-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@parse/node-apn", | ||
"description": "An interface to the Apple Push Notification service for Node.js", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"author": "Parse Platform, Andrew Naylor <argon@mkbot.net>", | ||
@@ -68,5 +68,5 @@ "keywords": [ | ||
"engines": { | ||
"node": ">= 12" | ||
"node": ">= 14" | ||
}, | ||
"license": "MIT" | ||
} |
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
396928
89132