expo-document-picker 13.0.4-canary-20250402-161f57b → 13.0.4-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,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = "host.exp.exponent"
7
- version = "13.0.4-canary-20250402-161f57b"
7
+ version = "13.0.1"
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.documentpicker"
11
11
  defaultConfig {
12
12
  versionCode 17
13
- versionName '13.0.4-canary-20250402-161f57b'
13
+ versionName '13.0.1'
14
14
  }
15
15
  }
16
16
 
@@ -4,12 +4,6 @@
4
4
  "modules": ["DocumentPickerModule"]
5
5
  },
6
6
  "android": {
7
- "modules": ["expo.modules.documentpicker.DocumentPickerModule"],
8
- "publication": {
9
- "groupId": "host.exp.exponent",
10
- "artifactId": "expo.modules.documentpicker",
11
- "version": "13.0.4-canary-20250402-161f57b",
12
- "repository": "https://maven.pkg.github.com/expo/expo"
13
- }
7
+ "modules": ["expo.modules.documentpicker.DocumentPickerModule"]
14
8
  }
15
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-document-picker",
3
- "version": "13.0.4-canary-20250402-161f57b",
3
+ "version": "13.0.4-canary-20250404-42b6263",
4
4
  "description": "Provides access to the system's UI for selecting documents from the available providers on the user's device.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -35,10 +35,9 @@
35
35
  "preset": "expo-module-scripts"
36
36
  },
37
37
  "devDependencies": {
38
- "expo-module-scripts": "4.0.5-canary-20250402-161f57b"
38
+ "expo-module-scripts": "4.0.6-canary-20250404-42b6263"
39
39
  },
40
40
  "peerDependencies": {
41
- "expo": "53.0.0-canary-20250402-161f57b"
42
- },
43
- "gitHead": "161f57bb5f579c84f8fa0337ec596034e21760f6"
41
+ "expo": "53.0.0-canary-20250404-42b6263"
42
+ }
44
43
  }