@onesignal/capacitor-plugin 1.1.0 → 1.1.2

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.
@@ -1,7 +1,7 @@
1
1
  require 'json'
2
2
 
3
3
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
- onesignal_xcframework_version = '5.5.2'
4
+ onesignal_xcframework_version = '5.5.3'
5
5
  onesignal_disable_location_env = ENV['ONESIGNAL_DISABLE_LOCATION'].to_s.strip.downcase
6
6
  onesignal_disable_location = ['true', '1'].include?(onesignal_disable_location_env)
7
7
 
@@ -25,7 +25,7 @@ compileSdk = "36"
25
25
  junit = "4.13.2"
26
26
  kotlin = "2.2.20"
27
27
  minSdk = "24"
28
- onesignal = "5.9.3"
28
+ onesignal = "5.9.4"
29
29
  targetSdk = "36"
30
30
 
31
31
  [libraries]
@@ -140,7 +140,7 @@ class OneSignalCapacitorPlugin : Plugin(),
140
140
  initialized = true
141
141
 
142
142
  OneSignalWrapper.sdkType = "capacitor"
143
- OneSignalWrapper.sdkVersion = "010100"
143
+ OneSignalWrapper.sdkVersion = "010102"
144
144
  OneSignal.initWithContext(context, appId)
145
145
 
146
146
  OneSignal.Notifications.addPermissionObserver(permissionObserver)
@@ -110,7 +110,7 @@ public class OneSignalCapacitorPlugin: CAPPlugin, CAPBridgedPlugin {
110
110
  initialized = true
111
111
 
112
112
  OneSignalWrapper.sdkType = "capacitor"
113
- OneSignalWrapper.sdkVersion = "010100"
113
+ OneSignalWrapper.sdkVersion = "010102"
114
114
  // OSCapacitorLaunchOptions's +load captures the dictionary from
115
115
  // UIApplicationDidFinishLaunchingNotification at process start (before
116
116
  // main()), so cold-start notification taps that arrive via launchOptions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onesignal/capacitor-plugin",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
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",
@@ -38,7 +38,8 @@
38
38
  ".": {
39
39
  "types": "./dist/index.d.ts",
40
40
  "import": "./dist/index.js"
41
- }
41
+ },
42
+ "./package.json": "./package.json"
42
43
  },
43
44
  "publishConfig": {
44
45
  "access": "public"
@@ -59,18 +60,18 @@
59
60
  "@capacitor/core": "7.0.0",
60
61
  "@capacitor/docgen": "^0.2.2",
61
62
  "@types/bun": "latest",
62
- "@vitest/coverage-v8": "^4.1.2",
63
+ "@vitest/coverage-v8": "^4.1.9",
63
64
  "typescript": "^5.9.3",
64
- "vite-plus": "0.1.20"
65
+ "vite-plus": "0.1.24"
65
66
  },
66
67
  "peerDependencies": {
67
68
  "@capacitor/core": ">=7.0.0"
68
69
  },
69
70
  "overrides": {
70
- "vite": "npm:@voidzero-dev/vite-plus-core@0.1.20",
71
- "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.20"
71
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.1.24",
72
+ "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.24"
72
73
  },
73
- "packageManager": "bun@1.3.13",
74
+ "packageManager": "bun@1.3.14",
74
75
  "capacitor": {
75
76
  "ios": {
76
77
  "src": "ios"