expo-json-utils 0.14.1-canary-20250404-3c3b5fd → 0.15.0

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/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 0.15.0 — 2025-04-04
14
+
15
+ ### 💡 Others
16
+
13
17
  - [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall))
14
18
 
15
19
  ## 0.14.0 — 2024-10-22
@@ -4,7 +4,7 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '0.14.0'
7
+ version = '0.15.0'
8
8
 
9
9
  expoModule {
10
10
  canBePublished false
@@ -14,7 +14,7 @@ android {
14
14
  namespace "expo.modules.jsonutils"
15
15
  defaultConfig {
16
16
  versionCode 31
17
- versionName '0.14.0'
17
+ versionName '0.15.0'
18
18
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
19
  }
20
20
  testOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-json-utils",
3
- "version": "0.14.1-canary-20250404-3c3b5fd",
3
+ "version": "0.15.0",
4
4
  "description": "Utilities for reading JSONObjects (Android) and NSDictionaries (iOS).",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -22,5 +22,6 @@
22
22
  },
23
23
  "author": "650 Industries, Inc.",
24
24
  "license": "MIT",
25
- "homepage": "https://docs.expo.dev"
25
+ "homepage": "https://docs.expo.dev",
26
+ "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
26
27
  }