ywana-core8 0.0.841 → 0.0.842

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": "ywana-core8",
3
- "version": "0.0.841",
3
+ "version": "0.0.842",
4
4
  "description": "ywana-core8",
5
5
  "homepage": "https://ywana.github.io/workspace",
6
6
  "author": "Ernesto Roldan Garcia",
@@ -106,6 +106,9 @@ export const TaskContextProvider = (props) => {
106
106
  removeListener
107
107
  };
108
108
 
109
+
110
+ console.log("TaskContextProvider", value, value.listeners.length)
111
+
109
112
  return (
110
113
  <TaskContext.Provider value={value}>
111
114
  {children}