expo-json-utils 0.13.1 → 0.13.2-canary-20240627-1402f4b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # expo-json-utils
2
2
 
3
- Utilities for reading NSDictionaries (iOS) and JSONObjects (Android).
3
+ Utilities for reading JSONObjects (Android) and NSDictionaries (iOS) for React Native and Expo apps.
4
4
 
5
5
  ## Contributing
6
6
 
package/package.json CHANGED
@@ -1,12 +1,16 @@
1
1
  {
2
2
  "name": "expo-json-utils",
3
- "version": "0.13.1",
4
- "description": "Utilities for reading NSDictionaries (iOS) and JSONObjects (Android).",
3
+ "version": "0.13.2-canary-20240627-1402f4b",
4
+ "description": "Utilities for reading JSONObjects (Android) and NSDictionaries (iOS).",
5
5
  "main": "index.js",
6
6
  "keywords": [
7
7
  "react-native",
8
8
  "expo",
9
- "expo-json-utils"
9
+ "expo-json-utils",
10
+ "android",
11
+ "ios",
12
+ "jsonobjects",
13
+ "nsdictionaries"
10
14
  ],
11
15
  "repository": {
12
16
  "type": "git",
@@ -19,5 +23,5 @@
19
23
  "author": "650 Industries, Inc.",
20
24
  "license": "MIT",
21
25
  "homepage": "https://docs.expo.dev",
22
- "gitHead": "4a7cf0d0baf6dfc595d93f604945d2142e705a36"
26
+ "gitHead": "1402f4bcfdfcec328fc1e20cf1656bbefe7c3b7b"
23
27
  }