@gustavo-valsechi/client 1.4.216 → 1.4.217

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.
@@ -158,6 +158,7 @@ const TargetProviderContainer = ({ children }) => {
158
158
  if (exists) return;
159
159
  console.log("target", target);
160
160
  memory.push(target);
161
+ console.log("memory", memory);
161
162
  setTargets(memory);
162
163
  };
163
164
  console.log(targets);
@@ -124,6 +124,7 @@ const TargetProviderContainer = ({ children }) => {
124
124
  if (exists) return;
125
125
  console.log("target", target);
126
126
  memory.push(target);
127
+ console.log("memory", memory);
127
128
  setTargets(memory);
128
129
  };
129
130
  console.log(targets);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gustavo-valsechi/client",
3
- "version": "1.4.216",
3
+ "version": "1.4.217",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",