@capacitor/local-notifications
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@1.0.1...@capacitor/local-notifications@1.0.2) (2021-06-23) | ||
**Note:** Version bump only for package @capacitor/local-notifications | ||
## [1.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@1.0.0...@capacitor/local-notifications@1.0.1) (2021-06-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/local-notifications", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).", | ||
@@ -50,3 +50,3 @@ "main": "dist/plugin.cjs.js", | ||
"@capacitor/core": "^3.0.0", | ||
"@capacitor/docgen": "0.0.16", | ||
"@capacitor/docgen": "0.0.17", | ||
"@capacitor/ios": "^3.0.0", | ||
@@ -83,3 +83,3 @@ "@ionic/eslint-config": "^0.3.0", | ||
}, | ||
"gitHead": "4307cd7af743bd3ae1942d892982542b0ccd8599" | ||
"gitHead": "8b20a24ada3d3f96944aaa7023c4409c2bdb12c5" | ||
} |
@@ -58,3 +58,3 @@ # @capacitor/local-notifications | ||
export = config; | ||
export default config; | ||
``` | ||
@@ -61,0 +61,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
314900