@expo/prebuild-config 8.1.1 → 8.1.2

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,9 +4,9 @@ type AndroidManifest = AndroidConfig.Manifest.AndroidManifest;
4
4
  export declare const META_DATA_NOTIFICATION_ICON = "expo.modules.notifications.default_notification_icon";
5
5
  export declare const META_DATA_NOTIFICATION_ICON_COLOR = "expo.modules.notifications.default_notification_color";
6
6
  export declare const NOTIFICATION_ICON = "notification_icon";
7
- export declare const NOTIFICATION_ICON_RESOURCE: string;
7
+ export declare const NOTIFICATION_ICON_RESOURCE = "@drawable/notification_icon";
8
8
  export declare const NOTIFICATION_ICON_COLOR = "notification_icon_color";
9
- export declare const NOTIFICATION_ICON_COLOR_RESOURCE: string;
9
+ export declare const NOTIFICATION_ICON_COLOR_RESOURCE = "@color/notification_icon_color";
10
10
  export declare const withNotificationIcons: ConfigPlugin;
11
11
  export declare const withNotificationIconColor: ConfigPlugin;
12
12
  export declare const withNotificationManifest: ConfigPlugin;
@@ -1,4 +1,3 @@
1
- /// <reference types="xcode" />
2
1
  import { ConfigPlugin, type XcodeProject } from '@expo/config-plugins';
3
2
  export declare const withIosSplashXcodeProject: ConfigPlugin;
4
3
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/prebuild-config",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Get the prebuild config",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -34,14 +34,14 @@
34
34
  "devDependencies": {
35
35
  "@types/debug": "^4.1.5",
36
36
  "@types/xml2js": "~0.4.11",
37
- "expo-module-scripts": "^4.1.0"
37
+ "expo-module-scripts": "^4.1.1"
38
38
  },
39
39
  "dependencies": {
40
- "@expo/config": "~11.0.0",
41
- "@expo/config-plugins": "~9.1.1",
42
- "@expo/config-types": "^53.0.0-preview.0",
43
- "@expo/image-utils": "^0.7.0",
44
- "@expo/json-file": "^9.1.0",
40
+ "@expo/config": "~11.0.1",
41
+ "@expo/config-plugins": "~9.1.2",
42
+ "@expo/config-types": "^53.0.0-preview.1",
43
+ "@expo/image-utils": "^0.7.1",
44
+ "@expo/json-file": "^9.1.1",
45
45
  "@react-native/normalize-colors": "0.79.0",
46
46
  "debug": "^4.3.1",
47
47
  "resolve-from": "^5.0.0",
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "2487c7aa9b5ef6a7052e82bbf9a53604c2ed273f"
54
+ "gitHead": "1914bb35d23af23078da37e70988261844436505"
55
55
  }