expo-eas-client
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -1,3 +0,3 @@ | ||
declare const _default: import("expo-modules-core").ProxyNativeModule; | ||
declare const _default: any; | ||
export default _default; | ||
//# sourceMappingURL=EASClient.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { NativeModulesProxy } from 'expo-modules-core'; | ||
export default NativeModulesProxy.EASClient || {}; | ||
import { requireNativeModule } from 'expo-modules-core'; | ||
export default requireNativeModule('EASClient'); | ||
//# sourceMappingURL=EASClient.js.map |
@@ -13,2 +13,6 @@ # Changelog | ||
## 0.7.0 — 2023-07-28 | ||
_This version does not introduce any user-facing changes._ | ||
## 0.6.0 — 2023-06-21 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "expo-eas-client", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Stable client identifier for EAS services", | ||
@@ -40,3 +40,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "fa5ecca8251986b9f197cc14074eec0ab6dfb6db" | ||
"gitHead": "663654577a7068c641b5e9474efbc502e3f334ea" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { NativeModulesProxy } from 'expo-modules-core'; | ||
export default NativeModulesProxy.EASClient || {}; | ||
import { requireNativeModule } from 'expo-modules-core'; | ||
export default requireNativeModule('EASClient'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13003