ingeniuscliq-core 0.4.3 → 0.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10130,7 +10130,7 @@ function H4({
10130
10130
  styles: s
10131
10131
  }) {
10132
10132
  const i = zl(), { data: c } = gl({
10133
- queryKey: ["base-layout"],
10133
+ queryKey: ["preview-layout"],
10134
10134
  queryFn: () => i.fetchTemplate(),
10135
10135
  enabled: !i.template
10136
10136
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",