typed-config-plugins 0.5.3 → 0.5.5

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.
Files changed (2) hide show
  1. package/dist/plugin.d.ts +3 -1
  2. package/package.json +1 -1
package/dist/plugin.d.ts CHANGED
@@ -270,6 +270,7 @@ import * as _react_native_firebase_auth_plugin_build_index from '@react-native-f
270
270
  import * as _react_native_firebase_app_distribution_plugin_build_index from '@react-native-firebase/app-distribution/plugin/build/index';
271
271
  import * as _react_native_firebase_app_check_plugin_build_index from '@react-native-firebase/app-check/plugin/build/index';
272
272
  import * as _react_native_firebase_app_plugin_build_index from '@react-native-firebase/app/plugin/build/index';
273
+ import * as _react_native_firebase_analytics_plugin_build_index from '@react-native-firebase/analytics/plugin/build/index';
273
274
  import * as _react_native_community_datetimepicker_plugin_build_withDateTimePickerStyles from '@react-native-community/datetimepicker/plugin/build/withDateTimePickerStyles';
274
275
  import * as _react_native_ai_mlc_lib_typescript_expo_plugin from '@react-native-ai/mlc/lib/typescript/expo-plugin';
275
276
  import * as _prisma_react_native_plugin_build_index from '@prisma/react-native/plugin/build/index';
@@ -353,7 +354,7 @@ import * as _adyen_react_native_plugin_build_withAdyen from '@adyen/react-native
353
354
 
354
355
  type ExpoConfig = any;
355
356
  type ConfigPlugin<Props = void> = (config: ExpoConfig, props: Props) => ExpoConfig;
356
- type ConfigPluginOptions<T> = T extends ConfigPlugin<infer TOptions> ? Exclude<TOptions, void | undefined> : never;
357
+ type ConfigPluginOptions<T> = T extends ConfigPlugin<infer TOptions> ? Exclude<TOptions, void | undefined> : any;
357
358
 
358
359
  interface ThirdPartyAutomatedPlugins {
359
360
  "@adyen/react-native": ConfigPluginOptions<typeof _adyen_react_native_plugin_build_withAdyen["default"]>;
@@ -459,6 +460,7 @@ interface ThirdPartyAutomatedPlugins {
459
460
  "@prisma/react-native": ConfigPluginOptions<typeof _prisma_react_native_plugin_build_index["default"]>;
460
461
  "@react-native-ai/mlc": ConfigPluginOptions<typeof _react_native_ai_mlc_lib_typescript_expo_plugin["default"]>;
461
462
  "@react-native-community/datetimepicker": ConfigPluginOptions<typeof _react_native_community_datetimepicker_plugin_build_withDateTimePickerStyles["default"]>;
463
+ "@react-native-firebase/analytics": ConfigPluginOptions<typeof _react_native_firebase_analytics_plugin_build_index["default"]>;
462
464
  "@react-native-firebase/app": ConfigPluginOptions<typeof _react_native_firebase_app_plugin_build_index["default"]>;
463
465
  "@react-native-firebase/app-check": ConfigPluginOptions<typeof _react_native_firebase_app_check_plugin_build_index["default"]>;
464
466
  "@react-native-firebase/app-distribution": ConfigPluginOptions<typeof _react_native_firebase_app_distribution_plugin_build_index["default"]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-config-plugins",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "Type-safe helpers and generated typings for Expo config plugins in app.config.ts.",
5
5
  "author": {
6
6
  "name": "WookieFPV (Lukas Müller)",