@omni-co/embed 0.3.0-pre.2 → 0.3.0-pre.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ yarn add @omni-co/embed
19
19
 
20
20
  // This creates a signed embed sso link for a dashboard
21
21
  // in the omni account named Acme.
22
- const iframeUrl = embedSsoDashboard({
22
+ const iframeUrl = await embedSsoDashboard({
23
23
  contentId: "miU0hL6z",
24
24
  externalId: "wile.e@coyote.co",
25
25
  name: "Wile E",
@@ -35,7 +35,7 @@ yarn add @omni-co/embed
35
35
 
36
36
  // This creates a signed embed sso link for a dashboard
37
37
  // in the omni account named Acme.
38
- const iframeUrl = embedSsoDashboard({
38
+ const iframeUrl = await embedSsoDashboard({
39
39
  contentId: "miU0hL6z",
40
40
  externalId: "wile.e@coyote.co",
41
41
  entity: "cartoon",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.0-pre.2",
2
+ "version": "0.3.0-pre.3",
3
3
  "license": "MIT",
4
4
  "name": "@omni-co/embed",
5
5
  "author": "Nate Agrin <nate@exploreomni.com>",