react-hooks-global-states 16.0.5-beta.0 → 16.0.5

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-hooks-global-states",
3
- "version": "16.0.5-beta.0",
3
+ "version": "16.0.5",
4
4
  "description": "The shared state engine for React and React Native: selective subscriptions, derived state, actions and scoped stores.",
5
5
  "main": "./bundle.cjs",
6
6
  "module": "./bundle.mjs",
@@ -97,7 +97,7 @@
97
97
  "homepage": "https://github.com/johnny-quesada-developer/react-hooks-global-states#readme",
98
98
  "dependencies": {
99
99
  "json-storage-formatter": "^4.0.0",
100
- "react-hooks-global-states-debug": "^16.0.5-beta.0"
100
+ "react-hooks-global-states-debug": "^16.0.5"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": ">=18.0.0",