ingeniuscliq-core 0.2.44 → 0.2.45

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1776,7 +1776,7 @@ const W5 = (e) => {
1776
1776
  }, dy = async (e) => {
1777
1777
  if (!Rl)
1778
1778
  try {
1779
- Yn.get(`${e}/sanctum/csrf-cookie`), Rl = !0;
1779
+ await Yn.get(`${e}/sanctum/csrf-cookie`), Rl = !0;
1780
1780
  } catch (t) {
1781
1781
  return console.error("Failed to fetch CSRF token:", t), !1;
1782
1782
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",