react-global-state-hooks 16.0.4-beta → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-global-state-hooks",
3
- "version": "16.0.4-beta",
3
+ "version": "16.0.4",
4
4
  "description": "This is a package to easily handling global-state across your react components",
5
5
  "main": "./bundle.cjs",
6
6
  "module": "./bundle.mjs",
@@ -57,11 +57,6 @@
57
57
  "import": "./actions.mjs",
58
58
  "require": "./actions.cjs"
59
59
  },
60
- "./debug": {
61
- "types": "./debug.d.ts",
62
- "import": "./debug.mjs",
63
- "require": "./debug.cjs"
64
- },
65
60
  "./package.json": "./package.json"
66
61
  },
67
62
  "files": [
@@ -103,7 +98,7 @@
103
98
  "homepage": "https://github.com/johnny-quesada-developer/react-global-state-hooks#readme",
104
99
  "dependencies": {
105
100
  "json-storage-formatter": "^4.0.0",
106
- "react-hooks-global-states": "^16.0.4-beta"
101
+ "react-hooks-global-states": "^16.0.4"
107
102
  },
108
103
  "peerDependencies": {
109
104
  "json-storage-formatter": "^4.0.0",
package/debug.cjs DELETED
@@ -1 +0,0 @@
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 DELETED
@@ -1,2 +0,0 @@
1
- import 'react-hooks-global-states/debug';
2
- export {};
package/debug.js DELETED
@@ -1 +0,0 @@
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 DELETED
@@ -1 +0,0 @@
1
- import"react-hooks-global-states/debug";