expo-secure-store 14.0.2-canary-20250404-87e2506 → 14.1.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
+ ## 14.1.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
  - [iOS] Fix warnings which will become errors in Swift 6. ([#35288](https://github.com/expo/expo/pull/35288) by [@behenate](https://github.com/behenate))
15
19
 
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '14.0.0'
7
+ version = '14.1.0'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.securestore"
11
11
  defaultConfig {
12
12
  versionCode 17
13
- versionName '14.0.0'
13
+ versionName '14.1.0'
14
14
  }
15
15
  }
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-secure-store",
3
- "version": "14.0.2-canary-20250404-87e2506",
3
+ "version": "14.1.0",
4
4
  "description": "Provides a way to encrypt and securely store key-value pairs locally on the device.",
5
5
  "main": "build/SecureStore.js",
6
6
  "types": "build/SecureStore.d.ts",
@@ -37,9 +37,10 @@
37
37
  },
38
38
  "dependencies": {},
39
39
  "devDependencies": {
40
- "expo-module-scripts": "4.0.6-canary-20250404-87e2506"
40
+ "expo-module-scripts": "^4.1.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "expo": "53.0.0-canary-20250404-87e2506"
44
- }
43
+ "expo": "*"
44
+ },
45
+ "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
45
46
  }