expo-eas-client
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -13,2 +13,6 @@ # Changelog | ||
## 0.11.2 — 2024-01-18 | ||
_This version does not introduce any user-facing changes._ | ||
## 0.11.1 — 2024-01-10 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"platforms": ["ios", "android", "tvos"], | ||
"ios": { | ||
"modulesClassNames": ["EASClientModule"] | ||
"platforms": ["apple", "android"], | ||
"apple": { | ||
"modules": ["EASClientModule"] | ||
}, | ||
"android": { | ||
"modulesClassNames": ["expo.modules.easclient.EASClientModule"] | ||
"modules": ["expo.modules.easclient.EASClientModule"] | ||
} | ||
} |
{ | ||
"name": "expo-eas-client", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Stable client identifier for EAS services", | ||
@@ -40,3 +40,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "ca014bf2516c7644ef303f4c21fdd68de4d99f76" | ||
"gitHead": "102899632731658eecba006c0d1c79b98ba8f5f7" | ||
} |
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
14974