expo-json-utils
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -13,2 +13,8 @@ # Changelog | ||
## 0.11.0 — 2023-10-17 | ||
### 🛠 Breaking changes | ||
- Dropped support for Android SDK 21 and 22. ([#24201](https://github.com/expo/expo/pull/24201) by [@behenate](https://github.com/behenate)) | ||
## 0.10.0 — 2023-09-15 | ||
@@ -15,0 +21,0 @@ |
{ | ||
"name": "expo-json-utils", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Utilities for reading NSDictionaries (iOS) and JSONObjects (Android).", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"homepage": "https://docs.expo.dev/versions/latest/sdk/module-template", | ||
"gitHead": "ee2c866ba3c7fbc35ff2a3e896041cf15d3bd7c5" | ||
"gitHead": "da25937e2a99661cbe5eb60ca1d8d6245fc96a50" | ||
} |
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
15889