@ua/capacitor-airship 5.5.1 → 6.0.0

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.swift CHANGED
@@ -10,7 +10,7 @@ let package = Package(
10
10
  targets: ["UaCapacitorAirship"])
11
11
  ],
12
12
  dependencies: [
13
- .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0"),
13
+ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
14
14
  .package(url: "https://github.com/urbanairship/airship-mobile-framework-proxy.git", from: "15.8.0")
15
15
  ],
16
16
  targets: [
@@ -27,7 +27,7 @@ android {
27
27
  namespace "com.airship.capacitor"
28
28
  compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 36
29
29
  defaultConfig {
30
- minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 23
30
+ minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
31
31
  targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 36
32
32
  versionCode 1
33
33
  versionName "1.0"
@@ -3,5 +3,5 @@
3
3
  package com.airship.capacitor
4
4
 
5
5
  object AirshipCapacitorVersion {
6
- var version = "5.5.1"
6
+ var version = "6.0.0"
7
7
  }
@@ -3,5 +3,5 @@
3
3
  import Foundation
4
4
 
5
5
  class AirshipCapacitorVersion {
6
- static let version = "5.5.1"
6
+ static let version = "6.0.0"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ua/capacitor-airship",
3
- "version": "5.5.1",
3
+ "version": "6.0.0",
4
4
  "description": "Airship capacitor plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -44,10 +44,10 @@
44
44
  "prepublishOnly": "npm run build"
45
45
  },
46
46
  "devDependencies": {
47
- "@capacitor/android": "^7.0.0",
48
- "@capacitor/core": "^7.0.0",
49
- "@capacitor/ios": "^7.0.0",
50
- "@capacitor/cli": "^7.0.0",
47
+ "@capacitor/android": "^8.0.0",
48
+ "@capacitor/core": "^8.0.0",
49
+ "@capacitor/ios": "^8.0.0",
50
+ "@capacitor/cli": "^8.0.0",
51
51
  "@ionic/eslint-config": "^0.4.0",
52
52
  "@ionic/prettier-config": "^4.0.0",
53
53
  "@ionic/swiftlint-config": "^2.0.0",
@@ -60,7 +60,7 @@
60
60
  "typedoc": "0.23.24"
61
61
  },
62
62
  "peerDependencies": {
63
- "@capacitor/core": ">=7.0.0"
63
+ "@capacitor/core": ">=8.0.0"
64
64
  },
65
65
  "prettier": "@ionic/prettier-config",
66
66
  "eslintConfig": {