expo-gliph-player 1.3.12 → 1.3.13

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.
@@ -199,8 +199,8 @@ export interface PlayerOptions {
199
199
  /** Android-specific options */
200
200
  android?: {
201
201
  appKilledPlaybackBehavior?: AppKilledPlaybackBehavior;
202
- audioContentType?: AndroidAudioContentType;
203
- audioUsage?: AndroidAudioUsage;
202
+ audioContentType?: AndroidAudioContentType | string;
203
+ audioUsage?: AndroidAudioUsage | string;
204
204
  autoSkipOnError?: boolean;
205
205
  };
206
206
  /** Progress update interval in seconds */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Aleksey Ostrikov",
5
5
  "email": "alex303606@gmail.com"
6
6
  },
7
- "version": "1.3.12",
7
+ "version": "1.3.13",
8
8
  "description": "Fixed version of react-native-gliph-player with Expo compatibility",
9
9
  "main": "app.plugin.js",
10
10
  "module": "lib/module/index.js",