@expo/fingerprint
Advanced tools
Comparing version 0.0.1-canary-20240109-93608d8 to 0.0.1-canary-20240222-c729a13
@@ -17,2 +17,4 @@ "use strict"; | ||
'**/ios/Pods/**/*', | ||
'**/ios/build/**/*', | ||
'**/ios/*.xcworkspace/xcuserdata/**/*', | ||
// Ignore all expo configs because we will read expo config in a HashSourceContents already | ||
@@ -19,0 +21,0 @@ 'app.config.ts', |
{ | ||
"name": "@expo/fingerprint", | ||
"version": "0.0.1-canary-20240109-93608d8", | ||
"version": "0.0.1-canary-20240222-c729a13", | ||
"description": "A library to generate a fingerprint from a React Native project", | ||
@@ -44,3 +44,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@expo/spawn-async": "^1.5.0", | ||
"@expo/spawn-async": "^1.7.2", | ||
"chalk": "^4.1.2", | ||
@@ -55,7 +55,7 @@ "debug": "^4.3.4", | ||
"@types/find-up": "^4.0.0", | ||
"expo-module-scripts": "0.0.1-canary-20240109-93608d8", | ||
"expo-module-scripts": "0.0.1-canary-20240222-c729a13", | ||
"glob": "^7.1.7", | ||
"temp-dir": "^2.0.0" | ||
}, | ||
"gitHead": "93608d8dcb0268312e0c8ed22036ebfa6efe9830" | ||
"gitHead": "c729a13f936926743c13c021f569a22921455e49" | ||
} |
Sorry, the diff of this file is not supported yet
90919
1212
Updated@expo/spawn-async@^1.7.2