@pagopa/io-react-native-wallet 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/io-react-native-wallet",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Provide data structures, helpers and API for IO Wallet",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@pagopa/io-react-native-crypto": "*",
78
- "@pagopa/io-react-native-jwt": "^0.5.0",
78
+ "@pagopa/io-react-native-jwt": "*",
79
79
  "react": "*",
80
80
  "react-native": "*"
81
81
  },