@coinbase/create-cdp-app 0.0.32 → 0.0.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/create-cdp-app",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -29,6 +29,9 @@
29
29
  },
30
30
  "experiments": {
31
31
  "reactCanary": true
32
- }
32
+ },
33
+ "plugins": [
34
+ "expo-secure-store"
35
+ ]
33
36
  }
34
37
  }
@@ -67,6 +67,8 @@ PODS:
67
67
  - ReactCommon/turbomodule/bridging
68
68
  - ReactCommon/turbomodule/core
69
69
  - Yoga
70
+ - ExpoSecureStore (15.0.7):
71
+ - ExpoModulesCore
70
72
  - fast_float (6.1.4)
71
73
  - FBLazyVector (0.79.6)
72
74
  - fmt (11.0.2)
@@ -1788,6 +1790,7 @@ DEPENDENCIES:
1788
1790
  - ExpoFont (from `../../../node_modules/expo-font/ios`)
1789
1791
  - ExpoKeepAwake (from `../../../node_modules/expo-keep-awake/ios`)
1790
1792
  - ExpoModulesCore (from `../../../node_modules/expo-modules-core`)
1793
+ - ExpoSecureStore (from `../../../node_modules/expo-secure-store/ios`)
1791
1794
  - fast_float (from `../../../node_modules/react-native/third-party-podspecs/fast_float.podspec`)
1792
1795
  - FBLazyVector (from `../../../node_modules/react-native/Libraries/FBLazyVector`)
1793
1796
  - fmt (from `../../../node_modules/react-native/third-party-podspecs/fmt.podspec`)
@@ -1890,6 +1893,8 @@ EXTERNAL SOURCES:
1890
1893
  :path: "../../../node_modules/expo-keep-awake/ios"
1891
1894
  ExpoModulesCore:
1892
1895
  :path: "../../../node_modules/expo-modules-core"
1896
+ ExpoSecureStore:
1897
+ :path: "../../../node_modules/expo-secure-store/ios"
1893
1898
  fast_float:
1894
1899
  :podspec: "../../../node_modules/react-native/third-party-podspecs/fast_float.podspec"
1895
1900
  FBLazyVector:
@@ -2046,6 +2051,7 @@ SPEC CHECKSUMS:
2046
2051
  ExpoFont: cf508bc2e6b70871e05386d71cab927c8524cc8e
2047
2052
  ExpoKeepAwake: bf0811570c8da182bfb879169437d4de298376e7
2048
2053
  ExpoModulesCore: 00a1b5c73248465bd0b93f59f8538c4573dac579
2054
+ ExpoSecureStore: 9c6571fe3fcb045a671c4011c451546eaaab98fd
2049
2055
  fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
2050
2056
  FBLazyVector: 07309209b7b914451b8f822544a18e2a0a85afff
2051
2057
  fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
@@ -17,6 +17,7 @@
17
17
  "expo": "~53.0.22",
18
18
  "expo-clipboard": "~7.1.5",
19
19
  "expo-crypto": "^14.1.5",
20
+ "expo-secure-store": "^15.0.7",
20
21
  "expo-status-bar": "~2.2.3",
21
22
  "react": "19.1.0",
22
23
  "react-native": "0.79.6",