@bluepic/embed 0.2.50 → 0.2.51
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/bluepic-embed.iife.js +1 -1
- package/dist/bluepic-embed.iife.js.map +1 -1
- package/dist/bluepic-embed.umd.js +1 -1
- package/dist/bluepic-embed.umd.js.map +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.cjs.map +1 -1
- package/dist/main.mjs +2 -1
- package/dist/main.mjs.map +1 -1
- package/package.json +1 -1
package/dist/main.mjs
CHANGED
|
@@ -36563,7 +36563,8 @@ async function WO(e, n, t, i, a, r, s, u, l, d, p, f, g) {
|
|
|
36563
36563
|
const v = `${e}/api/public/render/template/${a}?${new URLSearchParams({
|
|
36564
36564
|
env: t,
|
|
36565
36565
|
embedProjectId: String(i),
|
|
36566
|
-
creditSecurityKey: await new VO().generateFingerprint()
|
|
36566
|
+
creditSecurityKey: await new VO().generateFingerprint(),
|
|
36567
|
+
context: "widget"
|
|
36567
36568
|
}).toString()}`, m = {
|
|
36568
36569
|
cloudflarePagesHostname: n,
|
|
36569
36570
|
data: r,
|