react-native-global-state-hooks 16.0.3-beta.0 → 16.0.4

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-global-state-hooks",
3
- "version": "16.0.3-beta.0",
3
+ "version": "16.0.4",
4
4
  "description": "This is a package to easily handling global-state across your react-native-components No-redux... The library now includes @react-native-async-storage/async-storage to persist your state across sessions... if you want to keep using the old version without async-storage or react-native dependencies just use version 5.0.15 or user react-hooks-global-states instead",
5
5
  "main": "./bundle.cjs",
6
6
  "module": "./bundle.mjs",
@@ -113,6 +113,6 @@
113
113
  }
114
114
  },
115
115
  "dependencies": {
116
- "react-hooks-global-states": "^16.0.3"
116
+ "react-hooks-global-states": "^16.0.4"
117
117
  }
118
118
  }