@athletic/capacitor-firebase-realtime 7.0.0 → 8.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.
@@ -19,10 +19,10 @@ apply plugin: 'com.android.library'
19
19
 
20
20
  android {
21
21
  namespace "net.athletic.firebase.realtime"
22
- compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 34
22
+ compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 34
23
23
  defaultConfig {
24
24
  minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 22
25
- targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 34
25
+ targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 34
26
26
  versionCode 1
27
27
  versionName "1.0"
28
28
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -37,8 +37,8 @@ android {
37
37
  abortOnError false
38
38
  }
39
39
  compileOptions {
40
- sourceCompatibility JavaVersion.VERSION_17
41
- targetCompatibility JavaVersion.VERSION_17
40
+ sourceCompatibility JavaVersion.VERSION_17
41
+ targetCompatibility JavaVersion.VERSION_17
42
42
  }
43
43
  }
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@athletic/capacitor-firebase-realtime",
3
- "version": "7.0.0",
3
+ "version": "8.0.0",
4
4
  "description": "Capacitor Firebase Realtime plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -45,23 +45,23 @@
45
45
  "prepublishOnly": "npm run build"
46
46
  },
47
47
  "devDependencies": {
48
- "@capacitor/android": "^7.0.0",
49
- "@capacitor/core": "^7.0.0",
50
- "@capacitor/docgen": "^0.3.0",
51
- "@capacitor/ios": "^7.0.0",
48
+ "@capacitor/android": "^8.0.0",
49
+ "@capacitor/core": "^8.0.0",
50
+ "@capacitor/docgen": "^0.3.1",
51
+ "@capacitor/ios": "^8.0.0",
52
52
  "@ionic/eslint-config": "^0.4.0",
53
53
  "@ionic/prettier-config": "^4.0.0",
54
54
  "@ionic/swiftlint-config": "^2.0.0",
55
- "eslint": "^8.57.0",
56
- "prettier": "^3.4.2",
57
- "prettier-plugin-java": "^2.6.6",
58
- "rimraf": "^6.0.1",
59
- "rollup": "^4.30.1",
55
+ "eslint": "^8.57.1",
56
+ "prettier": "^3.6.2",
57
+ "prettier-plugin-java": "^2.7.7",
58
+ "rimraf": "^6.1.0",
59
+ "rollup": "^4.53.2",
60
60
  "swiftlint": "^2.0.0",
61
- "typescript": "~5.4.2"
61
+ "typescript": "^5.9.3"
62
62
  },
63
63
  "peerDependencies": {
64
- "@capacitor/core": ">=7.0.0"
64
+ "@capacitor/core": ">=8.0.0"
65
65
  },
66
66
  "prettier": "@ionic/prettier-config",
67
67
  "swiftlint": "@ionic/swiftlint-config",