@pagopa/io-react-native-wallet 0.16.1 → 0.16.2

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/io-react-native-wallet",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "Provide data structures, helpers and API for IO Wallet",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -65,7 +65,6 @@
65
65
  "del-cli": "^5.0.0",
66
66
  "eslint": "^8.4.1",
67
67
  "jest": "^28.1.1",
68
- "js-sha256": "^0.9.0",
69
68
  "pod-install": "^0.1.0",
70
69
  "prettier": "^2.0.5",
71
70
  "react": "18.2.0",
@@ -115,6 +114,7 @@
115
114
  "parse-url": "^9.2.0",
116
115
  "react-native-url-polyfill": "^2.0.0",
117
116
  "react-native-uuid": "^2.0.1",
118
- "zod": "^3.21.4"
117
+ "zod": "^3.21.4",
118
+ "js-sha256": "^0.9.0"
119
119
  }
120
120
  }