veo-sdk 0.3.4 → 0.3.5

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.
@@ -0,0 +1,5 @@
1
+ export { createBuilderSession, initBuilderMode, startElementPicker, stopElementPicker } from './chunk-TAZXRQYY.mjs';
2
+ import './chunk-GHP7ZJCW.mjs';
3
+ import './chunk-PTG3BTJE.mjs';
4
+ //# sourceMappingURL=builder-FBNBSKCL.mjs.map
5
+ //# sourceMappingURL=builder-FBNBSKCL.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-LXIR3WMJ.mjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-FBNBSKCL.mjs"}
package/dist/builder.cjs CHANGED
@@ -2145,7 +2145,7 @@ function initBuilderMode() {
2145
2145
  if (!ctx.panel) post({ type: "ready" });
2146
2146
  };
2147
2147
  const cfg = window.__veoBuilder;
2148
- if (cfg?.apiKey && cfg?.apiUrl) {
2148
+ if (!ctx.panel && cfg?.apiKey && cfg?.apiUrl) {
2149
2149
  void verifyBuilderToken(cfg.apiUrl, cfg.apiKey, token).then((ok) => {
2150
2150
  if (ok) activate();
2151
2151
  else if (window.console) console.warn("[veo] token de builder inv\xE1lido \u2014 modo no activado");