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.
- package/dist/builder-FBNBSKCL.mjs +5 -0
- package/dist/{builder-LXIR3WMJ.mjs.map → builder-FBNBSKCL.mjs.map} +1 -1
- package/dist/builder.cjs +1 -1
- package/dist/builder.cjs.map +1 -1
- package/dist/builder.mjs +2 -2
- package/dist/{chunk-IKFTO7MX.mjs → chunk-TAZXRQYY.mjs} +3 -3
- package/dist/chunk-TAZXRQYY.mjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/veo-builder.js +1 -1
- package/dist/veo-builder.js.map +1 -1
- package/package.json +1 -1
- package/dist/builder-LXIR3WMJ.mjs +0 -5
- package/dist/chunk-IKFTO7MX.mjs.map +0 -1
|
@@ -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-
|
|
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");
|