@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 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
- nodeId: sharingLink,
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
- nodeId: sharingLink,
225
+ sharingLink,
226
226
  sharingExplorationLink
227
227
  });
228
228
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigmacomputing/embed-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "JavaScript SDK to interact with Sigma Computing's Embed API",
5
5
  "author": "sigmacomputing",
6
6
  "license": "ISC",