expo-speech 13.0.2-canary-20250402-161f57b → 13.0.2-canary-20250404-42b6263

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.
@@ -4,12 +4,12 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '13.0.2-canary-20250402-161f57b'
7
+ version = '13.0.0'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.speech"
11
11
  defaultConfig {
12
12
  versionCode 18
13
- versionName "13.0.2-canary-20250402-161f57b"
13
+ versionName "13.0.0"
14
14
  }
15
15
  }
@@ -4,12 +4,6 @@
4
4
  "modules": ["SpeechModule"]
5
5
  },
6
6
  "android": {
7
- "modules": ["expo.modules.speech.SpeechModule"],
8
- "publication": {
9
- "groupId": "host.exp.exponent",
10
- "artifactId": "expo.modules.speech",
11
- "version": "13.0.2-canary-20250402-161f57b",
12
- "repository": "https://maven.pkg.github.com/expo/expo"
13
- }
7
+ "modules": ["expo.modules.speech.SpeechModule"]
14
8
  }
15
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-speech",
3
- "version": "13.0.2-canary-20250402-161f57b",
3
+ "version": "13.0.2-canary-20250404-42b6263",
4
4
  "description": "Provides text-to-speech functionality.",
5
5
  "main": "build/Speech.js",
6
6
  "types": "build/Speech.d.ts",
@@ -37,10 +37,9 @@
37
37
  },
38
38
  "dependencies": {},
39
39
  "devDependencies": {
40
- "expo-module-scripts": "4.0.5-canary-20250402-161f57b"
40
+ "expo-module-scripts": "4.0.6-canary-20250404-42b6263"
41
41
  },
42
42
  "peerDependencies": {
43
- "expo": "53.0.0-canary-20250402-161f57b"
44
- },
45
- "gitHead": "161f57bb5f579c84f8fa0337ec596034e21760f6"
43
+ "expo": "53.0.0-canary-20250404-42b6263"
44
+ }
46
45
  }