@onesignal/capacitor-plugin 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onesignal/capacitor-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "OneSignal is a high volume Push Notification service for mobile apps. This is the pure Capacitor plugin for OneSignal, providing push notifications, in-app messaging, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apns",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"test": "vp test",
|
|
54
54
|
"test:coverage": "vp test run --coverage",
|
|
55
55
|
"test:run": "vp test run",
|
|
56
|
-
"verify": "vp
|
|
56
|
+
"verify": "vp pack && vp test run && vp lint"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@capacitor/core": "^7.0.0",
|