@evervault/evervault-react-native 0.4.2 → 0.4.3
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evervault/evervault-react-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Evervault react native sdk",
|
|
5
5
|
"main": "dist/commonjs/index",
|
|
6
6
|
"module": "dist/module/index",
|
|
@@ -44,6 +44,10 @@
|
|
|
44
44
|
"registry": "https://registry.npmjs.org/",
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"react-native-masked-text": "^1.13.0",
|
|
49
|
+
"@evervault/card-validator": "1.0.3"
|
|
50
|
+
},
|
|
47
51
|
"devDependencies": {
|
|
48
52
|
"@commitlint/config-conventional": "^17.0.2",
|
|
49
53
|
"@react-native/eslint-config": "^0.72.2",
|
|
@@ -64,8 +68,7 @@
|
|
|
64
68
|
"react-native-mask-input": "^1.2.3",
|
|
65
69
|
"release-it": "^16.1.3",
|
|
66
70
|
"turbo": "^1.10.7",
|
|
67
|
-
"typescript": "^5.3.3"
|
|
68
|
-
"@evervault/card-validator": "1.0.3"
|
|
71
|
+
"typescript": "^5.3.3"
|
|
69
72
|
},
|
|
70
73
|
"peerDependencies": {
|
|
71
74
|
"react": "*",
|
|
@@ -152,9 +155,6 @@
|
|
|
152
155
|
]
|
|
153
156
|
]
|
|
154
157
|
},
|
|
155
|
-
"dependencies": {
|
|
156
|
-
"react-native-masked-text": "^1.13.0"
|
|
157
|
-
},
|
|
158
158
|
"scripts": {
|
|
159
159
|
"build": "bob build",
|
|
160
160
|
"typecheck": "tsc --noEmit",
|