@capacitor/push-notifications
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@0.1.0...@capacitor/push-notifications@0.2.0) (2021-01-13) | ||
### Bug Fixes | ||
* add es2017 lib to tsconfig ([#180](https://github.com/ionic-team/capacitor-plugins/issues/180)) ([2c3776c](https://github.com/ionic-team/capacitor-plugins/commit/2c3776c38ca025c5ee965dec10ccf1cdb6c02e2f)) | ||
* export all TS definitions ([6cd2996](https://github.com/ionic-team/capacitor-plugins/commit/6cd299660fdeb27382ec7f45f0b3a55224cd0ad1)) | ||
### Features | ||
* add commonjs output format ([#179](https://github.com/ionic-team/capacitor-plugins/issues/179)) ([8e9e098](https://github.com/ionic-team/capacitor-plugins/commit/8e9e09862064b3f6771d7facbc4008e995d9b463)) | ||
# 0.1.0 (2021-01-13) | ||
@@ -8,0 +25,0 @@ |
import type { PushNotificationsPlugin } from './definitions'; | ||
declare const PushNotifications: PushNotificationsPlugin; | ||
export * from './definitions'; | ||
export { PushNotifications }; |
import { registerPlugin } from '@capacitor/core'; | ||
const PushNotifications = registerPlugin('PushNotifications', {}); | ||
export * from './definitions'; | ||
export { PushNotifications }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@capacitor/push-notifications", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "The Push Notifications API provides access to native push notifications.", | ||
"main": "dist/esm/index.js", | ||
"main": "dist/plugin.cjs.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
@@ -46,7 +47,7 @@ "unpkg": "dist/plugin.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^3.0.0-alpha.12", | ||
"@capacitor/cli": "^3.0.0-alpha.13", | ||
"@capacitor/android": "^3.0.0-alpha.14", | ||
"@capacitor/cli": "^3.0.0-alpha.14", | ||
"@capacitor/core": "^3.0.0-alpha.12", | ||
"@capacitor/docgen": "0.0.14", | ||
"@capacitor/ios": "^3.0.0-alpha.13", | ||
"@capacitor/ios": "^3.0.0-alpha.14", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -82,3 +83,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
}, | ||
"gitHead": "8292c0b1dc327992435887748d3c02a20b9e4ebf" | ||
"gitHead": "98290e6c0292ea17b7a5d178919664a9062405d5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86154
27
1425