esoftplay 0.0.249 → 0.0.250

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.
@@ -1 +1,2 @@
1
+ //noPage
1
2
  export * as EspError from './error';
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import esp from "./esp";
2
3
  export default esp
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import useGlobalState from "./global";
2
3
  export default useGlobalState
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import useLazyState from "./lazy";
2
3
  export default useLazyState
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import FastStorage from "./mmkv";
2
3
  export default FastStorage
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import moment from "./moment";
2
3
  export default moment
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import usePersistState from "./persist";
2
3
  export default usePersistState
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import useSafeState from "./state";
2
3
  export default useSafeState
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import Storage from "./storage";
2
3
  export default Storage
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import useGlobalSubscriber from "./subscribe";
2
3
  export default useGlobalSubscriber
@@ -1,2 +1,3 @@
1
+ //noPage
1
2
  import { createDebounce, createInterval, createTimeout, useDebounce, useInterval, useTimeout } from "./timeout";
2
3
  export { createDebounce, createInterval, createTimeout, useDebounce, useInterval, useTimeout };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",