@capacitor-community/text-to-speech
Advanced tools
Comparing version 3.0.1 to 4.0.0
{ | ||
"name": "@capacitor-community/text-to-speech", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "Capacitor plugin for synthesizing speech from text.", | ||
@@ -29,7 +29,7 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "5.0.0", | ||
"@capacitor/cli": "5.0.0", | ||
"@capacitor/core": "5.0.0", | ||
"@capacitor/android": "6.0.0", | ||
"@capacitor/cli": "6.0.0", | ||
"@capacitor/core": "6.0.0", | ||
"@capacitor/docgen": "0.2.0", | ||
"@capacitor/ios": "5.0.0", | ||
"@capacitor/ios": "6.0.0", | ||
"@ionic/eslint-config": "0.3.0", | ||
@@ -48,3 +48,3 @@ "@ionic/prettier-config": "1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "^5.0.0" | ||
"@capacitor/core": "^6.0.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "files": [ |
@@ -9,3 +9,3 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p> | ||
<p align="center"> | ||
<img src="https://img.shields.io/maintenance/yes/2023?style=flat-square" /> | ||
<img src="https://img.shields.io/maintenance/yes/2024?style=flat-square" /> | ||
<a href="https://github.com/capacitor-community/text-to-speech/actions?query=workflow%3A%22CI%22"><img src="https://img.shields.io/github/actions/workflow/status/capacitor-community/text-to-speech/ci.yml?branch=master&style=flat-square" /></a> | ||
@@ -12,0 +12,0 @@ <a href="https://www.npmjs.com/package/@capacitor-community/text-to-speech"><img src="https://img.shields.io/npm/l/@capacitor-community/text-to-speech?style=flat-square" /></a> |
Sorry, the diff of this file is not supported yet
80201