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

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/debug.cjs ADDED
@@ -0,0 +1 @@
1
+ "use strict";var e=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var b=(p,o,i,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of x(o))!a.call(p,r)&&r!==i&&e(p,r,{get:()=>o[r],enumerable:!(t=m(o,r))||t.enumerable});return p};var c=p=>b(e({},"__esModule",{value:!0}),p);var d={};module.exports=c(d);var g=require("react-hooks-global-states/debug");
package/debug.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import 'react-hooks-global-states/debug';
2
+ export {};
package/debug.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";var e=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var a=Object.prototype.hasOwnProperty;var b=(p,o,i,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of x(o))!a.call(p,r)&&r!==i&&e(p,r,{get:()=>o[r],enumerable:!(t=m(o,r))||t.enumerable});return p};var c=p=>b(e({},"__esModule",{value:!0}),p);var d={};module.exports=c(d);var g=require("react-hooks-global-states/debug");
package/debug.mjs ADDED
@@ -0,0 +1 @@
1
+ import"react-hooks-global-states/debug";
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-beta",
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",
@@ -62,6 +62,11 @@
62
62
  "import": "./actions.mjs",
63
63
  "require": "./actions.cjs"
64
64
  },
65
+ "./debug": {
66
+ "types": "./debug.d.ts",
67
+ "import": "./debug.mjs",
68
+ "require": "./debug.cjs"
69
+ },
65
70
  "./package.json": "./package.json"
66
71
  },
67
72
  "files": [
@@ -113,6 +118,6 @@
113
118
  }
114
119
  },
115
120
  "dependencies": {
116
- "react-hooks-global-states": "^16.0.3"
121
+ "react-hooks-global-states": "^16.0.4-beta"
117
122
  }
118
123
  }