@capacitor-firebase/crashlytics
Advanced tools
Comparing version 6.3.1 to 7.0.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -6,0 +4,0 @@ |
@@ -48,4 +48,2 @@ var capacitorFirebaseCrashlytics = (function (exports, core) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -52,0 +50,0 @@ |
{ | ||
"name": "@capacitor-firebase/crashlytics", | ||
"version": "6.3.1", | ||
"version": "7.0.0", | ||
"description": "Capacitor plugin for Firebase Crashlytics.", | ||
@@ -14,3 +14,4 @@ "main": "dist/plugin.cjs.js", | ||
"ios/Plugin/", | ||
"CapacitorFirebaseCrashlytics.podspec" | ||
"CapacitorFirebaseCrashlytics.podspec", | ||
"Package.swift" | ||
], | ||
@@ -53,27 +54,28 @@ "author": "Robin Genz <mail@robingenz.dev>", | ||
"docgen": "docgen --api FirebaseCrashlyticsPlugin --output-readme README.md --output-json dist/docs.json", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs", | ||
"clean": "rimraf ./dist", | ||
"watch": "tsc --watch", | ||
"ios:pod:install": "cd ios && pod install --repo-update && cd ..", | ||
"ios:spm:install": "cd ios && swift package resolve && cd ..", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
"@capacitor/android": "6.0.0", | ||
"@capacitor/cli": "6.0.0", | ||
"@capacitor/core": "6.0.0", | ||
"@capacitor/android": "7.0.0", | ||
"@capacitor/cli": "7.0.0", | ||
"@capacitor/core": "7.0.0", | ||
"@capacitor/docgen": "0.3.0", | ||
"@capacitor/ios": "6.0.0", | ||
"@ionic/eslint-config": "0.3.0", | ||
"@ionic/swiftlint-config": "1.1.2", | ||
"eslint": "7.32.0", | ||
"firebase": "10.9.0", | ||
"prettier": "2.3.2", | ||
"prettier-plugin-java": "1.0.2", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.77.2", | ||
"swiftlint": "1.0.1", | ||
"@capacitor/ios": "7.0.0", | ||
"@ionic/eslint-config": "0.4.0", | ||
"@ionic/swiftlint-config": "2.0.0", | ||
"eslint": "8.57.0", | ||
"firebase": "11.2.0", | ||
"prettier": "3.4.2", | ||
"prettier-plugin-java": "2.6.7", | ||
"rimraf": "6.0.1", | ||
"rollup": "4.30.1", | ||
"swiftlint": "2.0.0", | ||
"typescript": "4.1.5" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^6.0.0" | ||
"@capacitor/core": ">=7.0.0" | ||
}, | ||
@@ -80,0 +82,0 @@ "peerDependenciesMeta": { |
@@ -39,3 +39,3 @@ # @capacitor-firebase/crashlytics | ||
- `$firebaseCrashlyticsVersion` version of `com.google.firebase:firebase-crashlytics` (default: `18.6.2`) | ||
- `$firebaseCrashlyticsVersion` version of `com.google.firebase:firebase-crashlytics` (default: `19.4.0`) | ||
@@ -42,0 +42,0 @@ ### iOS |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
85575
28
1113