@expo/config-plugins
Advanced tools
Comparing version 9.0.5 to 9.0.6
@@ -67,3 +67,6 @@ "use strict"; | ||
function getProjectFilePath(projectRoot, name) { | ||
const filePath = (0, _glob().globSync)(path().join(projectRoot, `android/app/src/main/java/**/${name}.@(java|kt)`))[0]; | ||
const filePath = (0, _glob().globSync)(`android/app/src/main/java/**/${name}.@(java|kt)`, { | ||
cwd: projectRoot, | ||
absolute: true | ||
})[0]; | ||
(0, _assert().default)(filePath, `Project file "${name}" does not exist in android project for root "${projectRoot}"`); | ||
@@ -70,0 +73,0 @@ return filePath; |
{ | ||
"name": "@expo/config-plugins", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"description": "A library for Expo config plugins", | ||
@@ -60,3 +60,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "d97ae0839fa465cee14e13ca38f3c6c84c124d82" | ||
"gitHead": "a64603dce90981bf7688657f87dfa4be3e24f58b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1129604
13180
171
14
18
75