@sigmacomputing/embed-sdk 0.3.0 → 0.3.2
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -274,7 +274,7 @@ var workbookVariablesUpdate = (iframe, variables) => {
|
|
|
274
274
|
var workbookSharingLinkUpdate = (iframe, sharingLink, sharingExplorationLink) => {
|
|
275
275
|
sendIframeMessage(iframe, {
|
|
276
276
|
type: WorkbookSharingLinkUpdateEventName,
|
|
277
|
-
|
|
277
|
+
sharingLink,
|
|
278
278
|
sharingExplorationLink
|
|
279
279
|
});
|
|
280
280
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -222,7 +222,7 @@ var workbookVariablesUpdate = (iframe, variables) => {
|
|
|
222
222
|
var workbookSharingLinkUpdate = (iframe, sharingLink, sharingExplorationLink) => {
|
|
223
223
|
sendIframeMessage(iframe, {
|
|
224
224
|
type: WorkbookSharingLinkUpdateEventName,
|
|
225
|
-
|
|
225
|
+
sharingLink,
|
|
226
226
|
sharingExplorationLink
|
|
227
227
|
});
|
|
228
228
|
};
|