@capacitor/local-notifications
Advanced tools
Comparing version 0.6.4 to 1.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@0.6.4...@capacitor/local-notifications@1.0.0) (2021-05-19) | ||
**Note:** Version bump only for package @capacitor/local-notifications | ||
## [0.6.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/local-notifications@0.6.3...@capacitor/local-notifications@0.6.4) (2021-05-11) | ||
@@ -8,0 +16,0 @@ |
@@ -1,4 +0,4 @@ | ||
import type { PermissionState } from '@capacitor/core'; | ||
import { WebPlugin } from '@capacitor/core'; | ||
import type { EnabledResult, ListChannelsResult, LocalNotificationSchema, LocalNotificationsPlugin, PendingResult, PermissionStatus, ScheduleOptions, ScheduleResult } from './definitions'; | ||
import type { PermissionState } from '@capacitor/core'; | ||
export declare class LocalNotificationsWeb extends WebPlugin implements LocalNotificationsPlugin { | ||
@@ -5,0 +5,0 @@ protected pending: LocalNotificationSchema[]; |
{ | ||
"name": "@capacitor/local-notifications", | ||
"version": "0.6.4", | ||
"version": "1.0.0", | ||
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).", | ||
@@ -47,7 +47,7 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "3.0.0-rc.3", | ||
"@capacitor/cli": "3.0.0-rc.3", | ||
"@capacitor/core": "3.0.0-rc.3", | ||
"@capacitor/android": "3.0.0", | ||
"@capacitor/cli": "3.0.0", | ||
"@capacitor/core": "3.0.0", | ||
"@capacitor/docgen": "0.0.16", | ||
"@capacitor/ios": "3.0.0-rc.3", | ||
"@capacitor/ios": "3.0.0", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -57,3 +57,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
"eslint": "^7.11.0", | ||
"prettier": "~2.2.0", | ||
"prettier": "~2.3.0", | ||
"prettier-plugin-java": "~1.0.2", | ||
@@ -66,3 +66,3 @@ "rimraf": "^3.0.0", | ||
"peerDependencies": { | ||
"@capacitor/core": "3.0.0-rc.3" | ||
"@capacitor/core": "3.0.0" | ||
}, | ||
@@ -85,3 +85,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "35052ba43e3da7e9ebe433ac30dfae235d04b90a" | ||
"gitHead": "d264b9e6547d97e86258e067bd37254311d9f1a5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
314421
1